Submitted by PegasusInvasion t3_yz7dig in MachineLearning
Are there any pre-trained machine learning models out there that can detect any object in an image without me having to train them first?
I come across a few object detection libraries that require me to train it to a date set. Then it will only be able to detect the presence of those objects.
I want a machine learning model where I can feed is any image and it returns me name of objects present in that image. I need it for one of my projects.
Any help will be appreciated.
Thanks!
WilliamWithering t1_iwylm4a wrote
You might want to take a look at DETIC : https://github.com/facebookresearch/Detic (Open Vocabulary Object Detection, trained on thousands of classes)