Instructions to use mozilla-ai/swimming-pool-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use mozilla-ai/swimming-pool-detector with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("mozilla-ai/swimming-pool-detector") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
datasets:
|
| 4 |
- mozilla-ai/osm-swimming-pools
|
| 5 |
base_model: Ultralytics/YOLO11
|
| 6 |
library_name: ultralytics
|
| 7 |
pipeline_tag: object-detection
|
| 8 |
-
license:
|
| 9 |
---
|
| 10 |
|
| 11 |
# swimming-pool-detector
|
|
@@ -16,4 +15,4 @@ Created with [osm-ai-helper](https://github.com/mozilla-ai/osm-ai-helper).
|
|
| 16 |
|
| 17 |
`yolo11m.pt` trained with [ultralytics](https://docs.ultralytics.com/tasks/detect/).
|
| 18 |
|
| 19 |
-

|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- mozilla-ai/osm-swimming-pools
|
| 4 |
base_model: Ultralytics/YOLO11
|
| 5 |
library_name: ultralytics
|
| 6 |
pipeline_tag: object-detection
|
| 7 |
+
license: agpl-3.0
|
| 8 |
---
|
| 9 |
|
| 10 |
# swimming-pool-detector
|
|
|
|
| 15 |
|
| 16 |
`yolo11m.pt` trained with [ultralytics](https://docs.ultralytics.com/tasks/detect/).
|
| 17 |
|
| 18 |
+

|