Skip to content

Accessing a frame using the videoReader is not accurate #1084

Open
@agirbau

Description

@agirbau

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions