Open aliva-ksu opened 3 months ago
try lower conf? After max_det,the conf will remove boxes which confidence is lower than conf.
having the same problem, it ignores max_det parameter no matter the value, values lower than 300 also has no effect, detections still capped at 300
Even if i set the max_det value to 3000 for yolov10, it is not showing more than 300 detection per image. my images have around 800 to 1000 objects per image. the same configuration worked well on yolov8. Here is the code for prediction below:
predictions_count = [] for image_path in glob.glob(dataset directory path): model = YOLO(my model path) # build a new model from YAML