I am working on a object detection and counting project , i encountered a problem where the model was found to be returning a None object on inference after training it for 100 epochs in a dataset of 600(300 images augmented) images. I used roboflow for annotation and augmentation. The object i am trying to focus is a motorcycle/scooter with people on it. I used YoloV8 nano algorithm.
I was expecting it to produce bounding box values as results but it returned None. Is it because the image set(~600) was too small ?? or the epoch ??