Skip to content

Commit

Permalink
fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rfonod committed Jun 18, 2024
1 parent 3d60ffa commit 9d195ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batch_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@

from utils import bcolors, setup_logger
from process_video import process_video
from visualize import visualize_results

VIDEO_FORMATS = {'.mp4', '.mov'} # Video file formats to consider (case-insensitive)
LOGGER_PREFIX = f'[{Path(__file__).name}]'
Expand Down

0 comments on commit 9d195ef

Please sign in to comment.