Ask Your Question
2

Is there anywhere XML-files already trained to detection most popular objects?

asked 2015-10-14 16:58:14 -0600

AlexB gravatar image

I found ready treained XML-files only for face and its details (haarcascades), and for human body (HOG): https://github.com/Itseez/opencv/tree...

Is there anywhere a (database) link to XML-files already trained to detection of different objects: cars, planes, people, animals, plants and other most popular objects?

I'm interested in the XML-files for both types: HOG and CascadeClassifier (haarcascades)

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2015-10-16 04:09:12 -0600

A large downside to an open source library with a BSD license is that once the techniques are integrated, companies can use it closed source and thus they do not need to make their models trained on their data publicly available. That being said, there is a set of models available in OpenCV, but it is rather limited.

If you are willing to set up an online model sharing interface together with another researcher, I have been wondering to do so for the last 2 years (since my PhD research focusses on object detection models). Get in touch with me!

edit flag offensive delete link more

Comments

1

@StevenPuttemans The simplest way, I created repository on GitHub - most public place, and added you to Collaborators: https://github.com/AlexeyAB/OpenCV-de...

AlexB gravatar imageAlexB ( 2015-10-16 17:47:04 -0600 )edit
1

Thank you for answer!

AlexB gravatar imageAlexB ( 2015-10-16 17:50:09 -0600 )edit

Read my issue I created on your repository. I do not see the use of maintaining an exact copy of already available models. I would rather see new models integrated with OpenCV.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-10-20 02:46:33 -0600 )edit

Question Tools

2 followers

Stats

Asked: 2015-10-14 16:58:14 -0600

Seen: 17,963 times

Last updated: Oct 16 '15