YANGYYYY commited on
Commit
91cc48b
1 Parent(s): 459da92

Update inference.py

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -276,7 +276,7 @@ class Predictor:
276
 
277
  # frame_count = len(video_frames)
278
  # transformed_video_frames = []
279
- video_buffer = []
280
 
281
  # batch_shape = (batch_size) + video_frames[0].shape
282
  # frames = np.zeros(batch_shape, dtype=np.uint8)
 
276
 
277
  # frame_count = len(video_frames)
278
  # transformed_video_frames = []
279
+ video_buffer = []
280
 
281
  # batch_shape = (batch_size) + video_frames[0].shape
282
  # frames = np.zeros(batch_shape, dtype=np.uint8)