Skip to content

Commit

Permalink
Update load_video.py
Browse files Browse the repository at this point in the history
remove cv2 import as this is no longer needed.
  • Loading branch information
mrjschulte authored Jan 29, 2024
1 parent 4e29169 commit 50d7a45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pathlib import Path
from typing import Any

import cv2
import ffmpeg
import numpy as np

Expand Down

0 comments on commit 50d7a45

Please sign in to comment.