I want to use CustomVision.ai to detect pack of cigarettes within a shopping cart. I have tons of images of contents of shopping carts without cigarettes, and several images of the content with cigarettes. All images are taken from the same angle, like 1 meter above the cart.
So my question is, should I rather use CustomVision.ai with Object Tracking to define the area of the cigarettes or should I use a classifier to identify just all images with cigarettes, since I could also use tons of Negative examples here. The resolution of these images is 640x480px.