Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -62,24 +62,6 @@ results = model.train(data='data/cots_yolo_dataset/cots_yolo_dataset.yaml', epoc
|
|
62 |
Example of inference without downloading everything : [notebook link](https://gitlab.com/robotics2ai/cots_detection_project/-/blob/main/yolo_predict_and_display.ipynb?ref_type=heads)
|
63 |
|
64 |
|
65 |
-
|
66 |
-
# 🤗 Example of use with finetuned yolo11m
|
67 |
-
|
68 |
-
Demo on Hugging Face Spaces:
|
69 |
-
|
70 |
-
[](https://huggingface.co/spaces/eloise54/cots_detection_project)
|
71 |
-
|
72 |
-
Gitlab repository containing full training pipeline:
|
73 |
-
|
74 |
-
* original [CSIRO COTS and COTS Scars Dataset](https://data.csiro.au/collection/csiro:64235) download
|
75 |
-
* modifications done to make this current dataset
|
76 |
-
* yolov11m finetuning
|
77 |
-
* gradio app and inference using this current dataset
|
78 |
-
|
79 |
-
[](https://gitlab.com/robotics2ai/cots_detection_project)
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
# 🔧 Modifications
|
84 |
|
85 |
Here is the list of the modification made on the original [CSIRO COTS and COTS Scars Dataset](https://data.csiro.au/collection/csiro:64235):
|
@@ -104,5 +86,24 @@ cots_yolo_dataset/
|
|
104 |
```
|
105 |
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
|
108 |
|
|
|
62 |
Example of inference without downloading everything : [notebook link](https://gitlab.com/robotics2ai/cots_detection_project/-/blob/main/yolo_predict_and_display.ipynb?ref_type=heads)
|
63 |
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
# 🔧 Modifications
|
66 |
|
67 |
Here is the list of the modification made on the original [CSIRO COTS and COTS Scars Dataset](https://data.csiro.au/collection/csiro:64235):
|
|
|
86 |
```
|
87 |
|
88 |
|
89 |
+
# 🤗 Example of use with finetuned yolo11m
|
90 |
+
|
91 |
+
Demo on Hugging Face Spaces:
|
92 |
+
|
93 |
+
[](https://huggingface.co/spaces/eloise54/cots_detection_project)
|
94 |
+
|
95 |
+
Gitlab repository containing full training pipeline:
|
96 |
+
|
97 |
+
* original [CSIRO COTS and COTS Scars Dataset](https://data.csiro.au/collection/csiro:64235) download
|
98 |
+
* modifications done to make this current dataset
|
99 |
+
* yolov11m finetuning
|
100 |
+
* gradio app and inference using this current dataset
|
101 |
+
|
102 |
+
[](https://gitlab.com/robotics2ai/cots_detection_project)
|
103 |
+
|
104 |
+
|
105 |
+
|
106 |
+
|
107 |
+
|
108 |
|
109 |
|