Open
Description
This is just to point out this issue in OpenCV (as mmcv is using OpenCV to read the frames in a video).
TL;DR:
when doing
video = mmcv.VideoReader(video_path)
frame = video[frame_num]
there are chances of getting the wrong frame (sometimes by a huge margin) as output.