Hello,
I am trying to make predictions on 10 images from a folder but only 5 images are being processed. I think there is some problem with queue synchronization. All images are loaded to the queue, but when the program is terminated the queue has 5 images.
For inference i am using:
python3 ../YOLO/yolo/lazy.py task=inference model=v9-s weight=True task.nms.min_confidence=0.3 task.data.source=folder +quite=True