Object Detection
ultralytics
LiteRT
yolo
yolo11
yolo11n
yolov11
yolo11-nano
edge
raspberry-pi
wildlife
predator-detection
animal-detection
agriculture
farm
poultry
coyote
fox
raptor
bird-of-prey
camera-trap
Camera-module-3
conservation
Instructions to use JZVince/predator_v2_fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use JZVince/predator_v2_fp16 with ultralytics:
from ultralytics import YOLOvv11 model = YOLOvv11.from_pretrained("JZVince/predator_v2_fp16") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -28,6 +28,17 @@ pipeline_tag: object-detection
|
|
| 28 |
base_model: Ultralytics/YOLO11
|
| 29 |
---
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
# SpotPredator — YOLO11n Farm Predator Detector (TFLite)
|
| 32 |
|
| 33 |
`predator_v2_fp16.tflite` is a fine-tuned **YOLO11 nano** object-detection model that
|
|
|
|
| 28 |
base_model: Ultralytics/YOLO11
|
| 29 |
---
|
| 30 |
|
| 31 |
+
> ## ⚠️ Deprecated — superseded by an Apache-2.0 model
|
| 32 |
+
>
|
| 33 |
+
> **This model is fine-tuned from Ultralytics YOLO11 and is therefore AGPL-3.0.**
|
| 34 |
+
> SpotPredator has moved to a **PicoDet** model under the permissive **Apache-2.0** license
|
| 35 |
+
> (free for commercial / closed-source / networked use, with attribution).
|
| 36 |
+
>
|
| 37 |
+
> 👉 **Use the current model instead: [JZVince/spotpredator-picodet](https://huggingface.co/JZVince/spotpredator-picodet)**
|
| 38 |
+
>
|
| 39 |
+
> This repo is kept for history and will not be updated.
|
| 40 |
+
|
| 41 |
+
|
| 42 |
# SpotPredator — YOLO11n Farm Predator Detector (TFLite)
|
| 43 |
|
| 44 |
`predator_v2_fp16.tflite` is a fine-tuned **YOLO11 nano** object-detection model that
|