akridge commited on
Commit
f535059
·
verified ·
1 Parent(s): f3d85d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (best.torchscript)](./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
 
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