Spaces:
Running
Running
Fatih
commited on
Commit
·
b14c892
1
Parent(s):
2f6ddfd
update yolox weight url to the latest
Browse files
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/
|
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_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",
|