Object Detection Inventory Management
Object Detection Inventory Management So I am doing research for a professor at my college and he wants me to learn object detection using a camera. He has assigned me with the task of creating an inventory management system where there would be 3 bins with certain objects in each bin (Ex. Bin 1 = 5 oranges, bin 2 = 8 bananas, bin 3 = 10 apples). Now when someone picks something up from one of these bins, the computer would subtract the count of the objects from the corresponding bin and update the total number of objects in the bin to the computer and vise versa for adding objects. So my question is what the best path of action is. I have currently installed tenorflow onto my pc and have got the object detection api working. I am familiar with some basic python but am completely new to machine learning. This is my first real project in the computer science field and I am not sure how to go about coding this. Thanks for all your help! -Gubi I dont think t...