update cli.md for export ncnn model (#3846)
This commit is contained in:
parent
796bac229e
commit
cf3c740fe7
4 changed files with 11 additions and 10 deletions
|
|
@ -179,6 +179,7 @@ i.e. `format='onnx'` or `format='engine'`.
|
|||
| [TF Edge TPU](https://coral.ai/docs/edgetpu/models-intro/) | `edgetpu` | `yolov8n_edgetpu.tflite` | ✅ |
|
||||
| [TF.js](https://www.tensorflow.org/js) | `tfjs` | `yolov8n_web_model/` | ✅ |
|
||||
| [PaddlePaddle](https://github.com/PaddlePaddle) | `paddle` | `yolov8n_paddle_model/` | ✅ |
|
||||
| [ncnn](https://github.com/Tencent/ncnn) | `ncnn` | `yolov8n_ncnn_model/` | ✅ |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -224,4 +225,4 @@ like `imgsz=320` in this example:
|
|||
```bash
|
||||
yolo copy-cfg
|
||||
yolo cfg=default_copy.yaml imgsz=320
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue