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
Inputs for the Model
#1
by terranova12 - opened
Could you specify any details/requirements for input images? Struggling to get any field boundary detections for some Sentinel 2 Images - thanks!
Running inference is not working for me, do I need to have images as .tif or .jpg/.png? Also RGB Uint16/8 or some other format?
Please check the gitrepo https://github.com/Lavreniuk/Delineate-Anything and there is now Colab demo, so you could easily code in browser