Update README.md
Browse files
README.md
CHANGED
@@ -31,10 +31,6 @@ This model was trained to detect sea urchins using the YOLO11 architecture. Trai
|
|
31 |
The model's weights can be found [here](./yolo11x_urchin_trained.pt) | Also available in various formats:
|
32 |
|
33 |
- **[PyTorch (best.pt)](./train/weights/best.pt)**: Standard format for PyTorch-based applications.
|
34 |
-
- **[Latest PyTorch Checkpoint (last.pt)](./train/weights/last.pt)**: The latest checkpoint from training.
|
35 |
-
- **[ONNX (best.onnx)](./train/weights/best.onnx)**: ForONNX runtime.
|
36 |
-
- **[TorchScript (best.torchscript)](./train/weights/best.torchscript)**
|
37 |
-
- **[NCNN](./train/weights/best_ncnn_model/model.ncnn.bin)**: Efficient for mobile platforms and embedded systems.
|
38 |
|
39 |
# Intended Use
|
40 |
- Real-time detections on underwater footage
|
|
|
31 |
The model's weights can be found [here](./yolo11x_urchin_trained.pt) | Also available in various formats:
|
32 |
|
33 |
- **[PyTorch (best.pt)](./train/weights/best.pt)**: Standard format for PyTorch-based applications.
|
|
|
|
|
|
|
|
|
34 |
|
35 |
# Intended Use
|
36 |
- Real-time detections on underwater footage
|