Instructions to use BVRA/TurtleDetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use BVRA/TurtleDetector with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("BVRA/TurtleDetector") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Added metadata
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- en
|
|
@@ -6,10 +7,13 @@ base_model:
|
|
| 6 |
- Ultralytics/YOLO11
|
| 7 |
pipeline_tag: image-segmentation
|
| 8 |
tags:
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
-
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
TurtleDetector detects sea turtles, their heads, and their flippers. For flippers, it distinguishes front/rear and left/right flippers, enabling precise matching for re-identification of individual turtles. It is able to detect sea turtles both under and above water.
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: ultralytics
|
| 3 |
license: cc-by-nc-4.0
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
| 7 |
- Ultralytics/YOLO11
|
| 8 |
pipeline_tag: image-segmentation
|
| 9 |
tags:
|
| 10 |
+
- object-detection
|
| 11 |
+
- yolo
|
| 12 |
+
- ultralytics
|
| 13 |
+
- turtles
|
| 14 |
+
- head
|
| 15 |
+
- flippers
|
| 16 |
+
- carapace
|
| 17 |
---
|
| 18 |
|
| 19 |
TurtleDetector detects sea turtles, their heads, and their flippers. For flippers, it distinguishes front/rear and left/right flippers, enabling precise matching for re-identification of individual turtles. It is able to detect sea turtles both under and above water.
|