I am currently training a classifier for detecting resistors using TensorFlow Object Detection API. For that, I downloaded resistor images from ImageNet and I am currently labeling those who will be used for training.
However, I found two different kinds of resistors in my training images :
I want to know if it's safe to put them under the same label or it would be better to classify them under two different labels so that the training will be more accurate ?

