I am to work on a computer vision project where the goal is to count the number of totes in a pile of totes (image shown is an example of what the model might see). Was wondering what the best strategy would be to model this. For example:
1. Would it make sense to label ever individual tote in the image and just count every bounding box?
2. label the entire pile and estimate a count of boxes in the pile by calculating width and height of the bounding box?
Has anyone ever worked on something similar and what tools or models you have used to accomplish this?