Well I'm facing some issues about cropping from videos, when cropping is set to True, it does its job, but it exports detected objects from every frame of video (well, it's logical, in every frame it sees new object detections), but I need to export 1 cropped image for every new object that's why I'm using tracker from StrongSORT repo. For example if the first 3 second of video there is 1 object with ID: 1, I need 1 croped image for that ID object, if there will appear another object with another ID, I need second 1 crop. Is there any suggestions how to make it workable
I'm using Deepsort yolov5