Unverified Commit 517f6d3b authored by vfdev's avatar vfdev Committed by GitHub
Browse files

Fixed mypy issue in VideoClips (#8113)

parent 15c166ac
......@@ -136,7 +136,7 @@ class VideoClips:
def _compute_frame_pts(self) -> None:
self.video_pts = []
self.video_fps = []
self.video_fps: List[int] = []
# strategy: use a DataLoader to parallelize read_video_timestamps
# so need to create a dummy dataset first
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment