As of I am doing a kind of POC in python with the tensor flow. Where I am able to identify the individual objects, whether is it fruit or vegetables. If it's fruit then is it good /bad? All this works fine when I do it as an individual object.
I would like to extend my project scope, If it shares an image that has 10 apples, the system suppose to retrieve as 5 apples good
3 apple average
2 apples are bad...
I would like some input on the project extension scope, and how to proceed with it...
Thanks in Advance.