Daniellesry commited on
Commit
90b203b
·
1 Parent(s): bd41c24
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ def process_video(
214
 
215
 
216
  logger.info(f'points:{points.shape} ')
217
- print(f'points:{points.shape}')
218
  if points.shape[0] == 0:
219
  continue
220
 
 
214
 
215
 
216
  logger.info(f'points:{points.shape} ')
217
+ print(f'point:{points.shape}')
218
  if points.shape[0] == 0:
219
  continue
220