Spaces:
Running
Running
updated
Browse files- README.md +3 -3
- cots_great_barrier_reef_ultralytics.ipynb +2 -2
README.md
CHANGED
|
@@ -14,7 +14,7 @@ short_description: 'Crown of thorns detection protect the great barrier reef'
|
|
| 14 |
# 🪸 Crown of thorns starfish detection - protect the great barrier reef
|
| 15 |
[](https://huggingface.co/spaces/eloise54/cots_detection_project)
|
| 16 |
[](https://huggingface.co/datasets/eloise54/cots_yolo_dataset)
|
| 17 |
-
[](https://gitlab.com/
|
| 18 |
[](LICENSE)
|
| 19 |
|
| 20 |
The goal of this project is to train a model that detects Crown of Thorns starfish. Those eat the coral and damage the great barrier reef.
|
|
@@ -33,14 +33,14 @@ Or start the local gradio app
|
|
| 33 |
|
| 34 |
You can view it here :
|
| 35 |
|
| 36 |
-
[](https://gitlab.com/
|
| 37 |
|
| 38 |
Or run it locally:
|
| 39 |
```
|
| 40 |
sudo apt update
|
| 41 |
sudo apt install -y python3.9 python3.9-venv python3.9-distutils python3-pip git libgl1 libglib2.0-0
|
| 42 |
|
| 43 |
-
git clone https://gitlab.com/
|
| 44 |
cd cots_yolo_dataset
|
| 45 |
|
| 46 |
python3.9 -m venv cots_detection
|
|
|
|
| 14 |
# 🪸 Crown of thorns starfish detection - protect the great barrier reef
|
| 15 |
[](https://huggingface.co/spaces/eloise54/cots_detection_project)
|
| 16 |
[](https://huggingface.co/datasets/eloise54/cots_yolo_dataset)
|
| 17 |
+
[](https://gitlab.com/nn_projects/cots_detection_project/-/blob/main/cots_great_barrier_reef_ultralytics.ipynb?ref_type=heads)
|
| 18 |
[](LICENSE)
|
| 19 |
|
| 20 |
The goal of this project is to train a model that detects Crown of Thorns starfish. Those eat the coral and damage the great barrier reef.
|
|
|
|
| 33 |
|
| 34 |
You can view it here :
|
| 35 |
|
| 36 |
+
[](https://gitlab.com/nn_projects/cots_detection_project/-/blob/main/cots_great_barrier_reef_ultralytics.ipynb?ref_type=heads)
|
| 37 |
|
| 38 |
Or run it locally:
|
| 39 |
```
|
| 40 |
sudo apt update
|
| 41 |
sudo apt install -y python3.9 python3.9-venv python3.9-distutils python3-pip git libgl1 libglib2.0-0
|
| 42 |
|
| 43 |
+
git clone https://gitlab.com/nn_projects/cots_yolo_dataset.git
|
| 44 |
cd cots_yolo_dataset
|
| 45 |
|
| 46 |
python3.9 -m venv cots_detection
|
cots_great_barrier_reef_ultralytics.ipynb
CHANGED
|
@@ -78,7 +78,7 @@
|
|
| 78 |
"\n",
|
| 79 |
"Here is how a YOLO object detection dataset needs to be organised: \n",
|
| 80 |
"\n",
|
| 81 |
-
"<img src=\"https://gitlab.com/
|
| 82 |
]
|
| 83 |
},
|
| 84 |
{
|
|
@@ -136,7 +136,7 @@
|
|
| 136 |
"source": [
|
| 137 |
"You also need to specify a yaml file:\n",
|
| 138 |
"\n",
|
| 139 |
-
"<img src=\"https://gitlab.com/
|
| 140 |
]
|
| 141 |
},
|
| 142 |
{
|
|
|
|
| 78 |
"\n",
|
| 79 |
"Here is how a YOLO object detection dataset needs to be organised: \n",
|
| 80 |
"\n",
|
| 81 |
+
"<img src=\"https://gitlab.com/nn_projects/cots_detection_project/-/raw/main/notebook_images/yolo_dataset.png?ref_type=heads\" width=\"700\"/>\n"
|
| 82 |
]
|
| 83 |
},
|
| 84 |
{
|
|
|
|
| 136 |
"source": [
|
| 137 |
"You also need to specify a yaml file:\n",
|
| 138 |
"\n",
|
| 139 |
+
"<img src=\"https://gitlab.com/nn_projects/cots_detection_project/-/raw/main/notebook_images/yolo_dataset2.png?ref_type=heads\" width=\"700\" />"
|
| 140 |
]
|
| 141 |
},
|
| 142 |
{
|