Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ The model's weights can be found [here](./yolo11n_urchin_trained.pt) | Also avai
|
|
32 |
- **[Latest PyTorch Checkpoint (last.pt)](./train/weights/last.pt)**: The latest checkpoint from training.
|
33 |
- **[ONNX (best.onnx)](./train/weights/best.onnx)**: ForONNX runtime.
|
34 |
- **[TorchScript (best.torchscript)](./train/weights/best.torchscript)**
|
35 |
-
- **[NCNN
|
36 |
|
37 |
# Intended Use
|
38 |
- Real-time detections on underwater footage
|
|
|
32 |
- **[Latest PyTorch Checkpoint (last.pt)](./train/weights/last.pt)**: The latest checkpoint from training.
|
33 |
- **[ONNX (best.onnx)](./train/weights/best.onnx)**: ForONNX runtime.
|
34 |
- **[TorchScript (best.torchscript)](./train/weights/best.torchscript)**
|
35 |
+
- **[NCNN](./train/weights/best_ncnn_model/model.ncnn.bin)**: Efficient for mobile platforms and embedded systems.
|
36 |
|
37 |
# Intended Use
|
38 |
- Real-time detections on underwater footage
|