|
|
|
|
|
by h4b4n3r0
2857 days ago
|
|
What are you talking about? It’s ridiculously easy, to the point where my 14 year old can train a classifier. For classification in particular you don’t even need to do anything: just clone, point it to your dataset in one of the established formats (eg imagenet) and let it train for a few days. Object detection is quite a bit harder (and takes way longer to train even from a pretrained net), but again, totally doable half a dozen different ways using existing code you can get from GitHub. If you’ve spent years doing this stuff and training a classifier is an insurmountable obstacle, you should consider changing your field of work. |
|