James
James
@mwomick Thank you for your contribution! There are a few merge conflicts that are hard for me to address as a reviewer. Would you be able to merge your contributions...
I am closing this as your new PR has been merged.
Great work! I love the feature where you can click on the origin point on the polygon to complete the polygon. One note: When I tested this on my Macbook...
Thank you for your contribution! The user experience Polygon Zone is significantly better than it was!
Hello there! Can you run `pip install --upgrade autodistill-grounding-dino` and let us know if you are still running into issues?
Following up!
Following up :)
Hello! We already have a module that combines Grounding DINO / Florence-2 with SAM 2 ([autodistill-grounded-sam-2](https://github.com/autodistill/autodistill-grounded-sam-2)). It only supports image annotation at the moment, though. I think it would be...
One notable limitation with SAM 2 for video is that you need to mark every object individually. Suppose you have a video of 10 shipping containers and only two are...
Hello there! Can you try `autodistill images --base="grounding_dino" --target="yolov8" --ontology="{'prompt': 'label'}" --output="./dataset/"`?