Instructions to use MykolaL/DelineateAnything with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use MykolaL/DelineateAnything with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("MykolaL/DelineateAnything") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
What are the differences between DelineateAnything v2 and v1?
6
#3 opened 22 days ago
by
zt1y14
Inputs for the Model
2
#1 opened over 1 year ago
by
terranova12