MSaadTariq commited on
Commit
a0762ec
·
verified ·
1 Parent(s): 2c1cf02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def download_models(model_id):
9
  hf_hub_download("kadirnar/Yolov10", filename=f"{model_id}", local_dir=f"./")
10
  return f"./{model_id}"
11
 
12
- box_annotator = sv.BoxAnnotator(thickness=4, text_scale=2)
13
  category_dict = {
14
  0: 'person', 1: 'bicycle', 2: 'car', 3: 'motorcycle', 4: 'airplane', 5: 'bus',
15
  6: 'train', 7: 'truck', 8: 'boat', 9: 'traffic light', 10: 'fire hydrant',
 
9
  hf_hub_download("kadirnar/Yolov10", filename=f"{model_id}", local_dir=f"./")
10
  return f"./{model_id}"
11
 
12
+ box_annotator = sv.BoxAnnotator(thickness=2, text_scale=0.5)
13
  category_dict = {
14
  0: 'person', 1: 'bicycle', 2: 'car', 3: 'motorcycle', 4: 'airplane', 5: 'bus',
15
  6: 'train', 7: 'truck', 8: 'boat', 9: 'traffic light', 10: 'fire hydrant',