English | 简体中文
- The deployment of the FastestDet model is based on FastestDet and Pre-trained Model Based on COCO 2017
- (1)The *.onnx provided by Official Repository can be deployed directly;
- (2)The FastestDet model trained by personal data should employ
test.py
in FastestDet to export the ONNX files for deployment.
For developers' testing, models exported by FastestDet are provided below. Developers can download them directly. (The accuracy in the following table is derived from the source official repository)
Model | Size | Accuracy | Note |
---|---|---|---|
FastestDet | 969KB | 25.3% | This model file is sourced from FastestDet,BSD-3-Clause license |
- Document and code are based on FastestDet