-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Description
Hello,
I have a problem with running a succesful video inference with some video files. I trained my traffic signs detection model using GTSDB dataset and tested it using some random youtube video and everything worked perfectly. However, whenever I try to do the same thing with my GoPro footage it stops after exactly 41 frames. I tried it on different GoPro videos and it's always the same number of frames, no matter how long the video is. I'm sure it's not a training problem as other videos worked perfectly and I even tried using these GoPro videos with COCO and the result is always the same. Process stops at 41 frames, no error, no warning, nothing.
After resizing the video and changing it to .avi instead of .mp4 it worked fine. I am inclined to believe it's a problem with either resolution / fps or bitrate.
Would appreciate some help as resizing every single video would be quite time consuming and tedious.
I stumbled upon an issue with the same problem #1202 but it was closed with no anwser.
EDIT: RTX3090, CUDA 11.0