tidalove commited on
Commit
336d245
·
verified ·
1 Parent(s): c850c28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ def process_yolox_api(files):
43
  try:
44
 
45
  coco_json_path = run_detection(PREDICTOR, input_dir)
 
46
  cropped_paths = run_square_crop(input_dir, coco_json_path, cropped_dir)
47
 
48
  # Create zip file
 
43
  try:
44
 
45
  coco_json_path = run_detection(PREDICTOR, input_dir)
46
+ print("Beginning to crop")
47
  cropped_paths = run_square_crop(input_dir, coco_json_path, cropped_dir)
48
 
49
  # Create zip file