|
|
|
|
|
by stratospark
3429 days ago
|
|
Very cool! I shared a small project to demo and explain how I used convolutional neural networks to classify food images: http://blog.stratospark.com/deep-learning-applied-food-class.... I'd be curious about the calorie detection. I'm wondering if it's using some kind of weighted sum of image segmentation proportions, or doing end-to-end deep learning. Anyway, cool product, love to see where it goes! |
|
We haven't tried going directly from image to calories yet, and I'm not sure that we ever will. Instead the plan is to do end-to-end portion size prediction for some of the classes. Segmentation would be cool but it's really hard to get the data for it.
By the way, plotting images with matplotlib is a pain. Try using HTML with base64 encoded images instead. Something like this should work: