Object Detection
ultralytics
PyTorch
English
yolov12
watermark-detection
dinov3
vision-transformer
Eval Results (legacy)
Instructions to use corzent/yolov12x-dino3-watermark-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use corzent/yolov12x-dino3-watermark-detection with ultralytics:
from ultralytics import YOLOvv12 model = YOLOvv12.from_pretrained("corzent/yolov12x-dino3-watermark-detection") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle