Inference labels desynchronized from video frames? #2414
-
|
After training a model and generating reasonably accurate labels on random frames, I ran inference on the entire video. But it looks like the prediction labels precede the video by around 40 frames. Any suggestions as to what could be causing this? I never have this issue when running inference on random single frames, or predicting on 20 random frames. The only error i had in the run was Failed to read frame index 14153 But that is the very last frame of the video and the only frame that SLEAP seemed to have failed to read according to the log. Could it be that there are other frames not being read and are skipped causing the labels to be transposed onto the wrong frames? I've searched the forum and found one other instance of someone experiencing this but that post has no suggestions. Video example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @AlbertChenLab ! Could you check the fps of the video? I'm attaching a similar issue: #2149. We've seen this lag if the fps was not an integer. Thanks, Divya |
Beta Was this translation helpful? Give feedback.
Hi @AlbertChenLab !
Could you check the fps of the video? I'm attaching a similar issue: #2149. We've seen this lag if the fps was not an integer.
Thanks,
Divya