rachana219 commited on
Commit
941336a
·
1 Parent(s): c3716b2

Update track.py

Browse files
Files changed (1) hide show
  1. track.py +1 -0
track.py CHANGED
@@ -290,6 +290,7 @@ def run(
290
 
291
  # Save results (image with detections)
292
  if save_vid:
 
293
  if vid_path[i] != save_path: # new video
294
  vid_path[i] = save_path
295
  if isinstance(vid_writer[i], cv2.VideoWriter):
 
290
 
291
  # Save results (image with detections)
292
  if save_vid:
293
+ LOGGER.info(f"vid_path, save_path {vid_path[i]}{save_path}")
294
  if vid_path[i] != save_path: # new video
295
  vid_path[i] = save_path
296
  if isinstance(vid_writer[i], cv2.VideoWriter):