So I trained this one using 500 negative images from the Caltech 101 dataset . That is, specifically from the sceneclass13 section. And with 64 positive elephant images from the same dataset.
Now the sceneclass13 section contains images mostly not containing animals! Not the best choice as we will see!
In this first test image you can see lots of overlapping bounding boxes on the left! This was prior to applying non-maxima suppression. The same test image on the right, after applying non-maxima suppression, has just one bounding box on the elephant:
Unfortunately it also detected rhinos!
The next attempt I made was using the Caltech 256 dataset!
I'll add the python code and dependencies here later..
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.