|
|
|
|
|
by liuliu
4192 days ago
|
|
It includes a training program (./bin/image-net.c), however, it requires a bit of work to get it started (you need to initialize a new convnet with the pre-trained parameters, and then fine-tuning the whole network). It is on my todo list to make a more friendly training program that for these simple tasks, you should be able to do with CPU easily. |
|
Since you mention distribution of pre-trained models by participants in ImageNet 2014, I have to wonder if there would be a market for distributing specialized classifiers like open source software. Eg, an npm-like website you might be able to find a "dog breed classifier", "car make/model classifier", etc. If so, what would it take to make it happen?