Share your work here ✅

Nice work. In relation to your open questions:

You can get good results with limited images, but it will depend on how similar, different your objects are. In deep learning the more images the better (accuracy increases with more ‘interesting/good/different’ iamges). It’s important to have a representative dataset (training and validation), that represents the input data your model will see in production…

So you can get good results with 20-50 images, and start adding more of the images your model predicts when deployed to retrain your model…

Did you also check duplicates? They might end up being in both your training and validation set, skewing your results…

But indeed, no real need to keep those weights. Another cool trick to improve your model:

A first hunch, percentage of total errors goes up, but for the ones it predicts correctly, the loss is very low…

If you need help deploying your model, you might want to check out our Quick Guide for SeeMe.ai: https://github.com/zerotosingularity/seeme-quick-guides/blob/master/seeme-quick-guide-fastai-v1.ipynb

1 Like