Fatih commited on
Commit
458f4a6
1 Parent(s): b14c892

fix yolox weight url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import random
7
  from utils import sahi_mmdet_inference
8
  from streamlit_image_comparison import image_comparison
9
 
10
- MMDET_YOLOX_MODEL_URL = "https://download.openmmlab.com/mmdetection/v2.0/yolox/yolox_s_8x8_300e_coco/yolox_s_8x8_300e_coco_20211121_095711-4592a793.pth"
11
 
12
  IMAGE_TO_URL = {
13
  "apple_tree.jpg": "https://user-images.githubusercontent.com/34196005/142730935-2ace3999-a47b-49bb-83e0-2bdd509f1c90.jpg",
7
  from utils import sahi_mmdet_inference
8
  from streamlit_image_comparison import image_comparison
9
 
10
+ MMDET_YOLOX_MODEL_URL = "https://download.openmmlab.com/mmdetection/v2.0/yolox/yolox_tiny_8x8_300e_coco/yolox_tiny_8x8_300e_coco_20211124_171234-b4047906.pth"
11
 
12
  IMAGE_TO_URL = {
13
  "apple_tree.jpg": "https://user-images.githubusercontent.com/34196005/142730935-2ace3999-a47b-49bb-83e0-2bdd509f1c90.jpg",