Im using Intel Deep learning SDK (Based on Caffe).
I want to compose photos dataset for the ability of recognizing coins.
The SDK is expecting dataset in the following format:
Root
--> category a
--> photos
--> category b
--> photos
...
And it required to have minimum 2 categories.
Any idea?
In your case you should have a "coins" category, and "non coins" category.
Your net should see images of "non coins" in order to distinguish these from "coin" images.
You might consider training in stages (aka "hard negative mining"):