Update app.py
Browse files
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
|