Hacker News new | ask | show | jobs
Automate zero-shot detection of all objects in an image with Moondream3 (github.com)
5 points by conwayanderson 260 days ago
1 comments

Moondream released a new model preview this week. One of the improvements is a much bigger context window. To take advantage, I created a sample project that uses the query and detect skills to auto-label all the objects in an image.

If you need to label a bunch of training data for fine tuning or RL this can remove a bunch of extra work.

Not perfect but sharing early because some people requested it to help kickstart their own projects.