Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
13e7579
1
Parent(s):
c6a363b
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import gradio as gr
|
3 |
os.system("pip3 install cython_bbox gdown 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'")
|
4 |
os.system("pip3 install -v -e .")
|
5 |
-
os.system("gdown https://drive.google.com/uc?id=
|
6 |
|
7 |
def inference(image):
|
8 |
os.system("python3 tools/demo_track.py image -f exps/example/mot/yolox_x_mix_det.py -c ./bytetrack_x_mot17.pth.tar --save_result --device 'cpu' --path "+image.name)
|
|
|
2 |
import gradio as gr
|
3 |
os.system("pip3 install cython_bbox gdown 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'")
|
4 |
os.system("pip3 install -v -e .")
|
5 |
+
os.system("gdown https://drive.google.com/uc?id=1P4mY0Yyd3PPTybgZkjMYhFri88nTmJX5")
|
6 |
|
7 |
def inference(image):
|
8 |
os.system("python3 tools/demo_track.py image -f exps/example/mot/yolox_x_mix_det.py -c ./bytetrack_x_mot17.pth.tar --save_result --device 'cpu' --path "+image.name)
|