Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,7 @@ Actual inference time on an RaspberryPi 5 was around 330ms, though the entire pr
|
|
41 |
|
42 |
In any case, initial results suggest that this model could enable more accurate navigation within the hackathon course through improved duck location detection capabilities.
|
43 |
|
|
|
44 |
|
45 |
## Model Details
|
46 |
|
@@ -54,7 +55,6 @@ In any case, initial results suggest that this model could enable more accurate
|
|
54 |
|
55 |
### Model Sources
|
56 |
- **Base Model:** [YOLOv8n.pt](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt)
|
57 |
-
- **Demo:** [Duck Detection Demo Space](https://huggingface.co/spaces/brainwavecollective/duck-duck-go)
|
58 |
- **Original Datasets:**
|
59 |
- [Rubber-Duck-blip-captions](https://huggingface.co/datasets/Norod78/Rubber-Duck-blip-captions) by Norod78
|
60 |
- [rubber_ducks](https://huggingface.co/datasets/linoyts/rubber_ducks) by linoyts
|
|
|
41 |
|
42 |
In any case, initial results suggest that this model could enable more accurate navigation within the hackathon course through improved duck location detection capabilities.
|
43 |
|
44 |
+
**Demo:** [Rubber Duck Detection Demo Space](https://huggingface.co/spaces/brainwavecollective/duck-duck-go)
|
45 |
|
46 |
## Model Details
|
47 |
|
|
|
55 |
|
56 |
### Model Sources
|
57 |
- **Base Model:** [YOLOv8n.pt](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt)
|
|
|
58 |
- **Original Datasets:**
|
59 |
- [Rubber-Duck-blip-captions](https://huggingface.co/datasets/Norod78/Rubber-Duck-blip-captions) by Norod78
|
60 |
- [rubber_ducks](https://huggingface.co/datasets/linoyts/rubber_ducks) by linoyts
|