eloise54 commited on
Commit
d835cbf
·
1 Parent(s): 0541bcc
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
  [![Hugging Face Spaces](https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/eloise54/cots_detection_project)
16
  [![Hugging Face Dataset](https://img.shields.io/badge/huggingface-dataset-blue?logo=huggingface)](https://huggingface.co/datasets/eloise54/cots_yolo_dataset)
17
- [![View](https://img.shields.io/badge/View-Notebook-blue?style=flat&logo=jupyter)](https://gitlab.com/robotics2ai/cots_detection_project/-/blob/main/cots_great_barrier_reef_ultralytics.ipynb?ref_type=heads)
18
  [![License: GPL-3.0](https://img.shields.io/badge/License-GPLv3-blue.svg)](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
- [![View](https://img.shields.io/badge/View-Notebook-blue?style=flat&logo=jupyter)](https://gitlab.com/robotics2ai/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/robotics2ai/cots_yolo_dataset.git
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
  [![Hugging Face Spaces](https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/eloise54/cots_detection_project)
16
  [![Hugging Face Dataset](https://img.shields.io/badge/huggingface-dataset-blue?logo=huggingface)](https://huggingface.co/datasets/eloise54/cots_yolo_dataset)
17
+ [![View](https://img.shields.io/badge/View-Notebook-blue?style=flat&logo=jupyter)](https://gitlab.com/nn_projects/cots_detection_project/-/blob/main/cots_great_barrier_reef_ultralytics.ipynb?ref_type=heads)
18
  [![License: GPL-3.0](https://img.shields.io/badge/License-GPLv3-blue.svg)](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
+ [![View](https://img.shields.io/badge/View-Notebook-blue?style=flat&logo=jupyter)](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/robotics2ai/cots_detection_project/-/raw/main/notebook_images/yolo_dataset.png?ref_type=heads\" width=\"700\"/>\n"
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/robotics2ai/cots_detection_project/-/raw/main/notebook_images/yolo_dataset2.png?ref_type=heads\" width=\"700\" />"
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
  {