|
@@ -7,7 +7,7 @@ Welcome to the [Ultralytics YOLOv8](https://docs.ultralytics.com/models/yolov8/)
|
|
- ๐ **Model Format Support**: MNN
|
|
- ๐ **Model Format Support**: MNN
|
|
- โก **Precision Options**: Run models in **FP32**, **FP16** ([half-precision](https://www.ultralytics.com/glossary/half-precision)), and **INT8** ([quantization](https://www.ultralytics.com/glossary/model-quantization)) precisions for optimized performance.
|
|
- โก **Precision Options**: Run models in **FP32**, **FP16** ([half-precision](https://www.ultralytics.com/glossary/half-precision)), and **INT8** ([quantization](https://www.ultralytics.com/glossary/model-quantization)) precisions for optimized performance.
|
|
- ๐ **Dynamic Shape Loading**: Easily handle models with dynamic input shapes, common in many [computer vision](https://www.ultralytics.com/glossary/computer-vision-cv) tasks.
|
|
- ๐ **Dynamic Shape Loading**: Easily handle models with dynamic input shapes, common in many [computer vision](https://www.ultralytics.com/glossary/computer-vision-cv) tasks.
|
|
-- ๐ฆ Use ONLY MNN's [Express API](https://mnn-docs.readthedocs.io/en/latest/express.html) for a more user-friendly interface, or the [Interpreter API](https://mnn-docs.readthedocs.io/en/latest/interpreter.html) for lower-level control.
|
|
|
|
|
|
+- ๐ฆ Use ONLY MNN's [Express API](https://github.com/alibaba/MNN) for a more user-friendly interface, or the [Interpreter API](https://mnn-docs.readthedocs.io/en/latest/cpp/Interpreter.html) for lower-level control.
|
|
|
|
|
|
## ๐ Dependencies
|
|
## ๐ Dependencies
|
|
|
|
|