anzy0621
anzy0621
@david-schweitzer did you find a solution?
@omarabid59 I tried to change the thread_image = WebcamThread('Webcam Thread',0) to thread_image = WebcamThread('Webcam Thread', 'video.mp4') to use it for a video file but it keeps giving me an error....
@buddhikadissanayake do you know a way where we can make the video files go through detection first?
@yuntai Hey, can you tell me how you generated the detections text file from the detectron2? I know we can generate output videos or images with detectron2 but not sure...
> 1,-1,126.682,445.587,489.079,205.913,0.996153,-1,-1,-1 > -I think the first number represents the frame number and the instance detected in that frame, so when it's repeated it means the number of instances detected...
@ninghongbo123 how to modify the point 3 and 4 that you mentioned above? Thank you in advance!
UPDATE: I figured out how to write the values to a text file by making some modifications in the last few lines of the object_detection.py file! Thank you @psi43 I'm...
Has anyone found a solution for this?