mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
English | 简体中文
PP-Tracking Model Deployment
Model Description
List of Supported Models
Now FastDeploy supports the deployment of the following models
Export Deployment Models
Before deployment, the trained PP-Tracking needs to be exported into the deployment model. Refer to Export Model for more details.
Download Pre-trained Models
For developers' testing, PP-Tracking’s pedestrian tracking pendant model is provided below. Developers can download and use it directly. Refer to PPTracking for other models.
| Model | Parameter Size | Accuracy | Note |
|---|---|---|---|
| PP-Tracking | 51.2MB | - |
Statement
- Only JDE models are supported(JDE,FairMOT,MCFairMOT);
- SDE model deployment is not supported at present. Its deployment can be allowed after PaddleDetection officially updates SED deployment code.