Spaces:
Runtime error
Runtime error
Commit ·
f529a18
1
Parent(s): 94b9996
Update app.py
Browse files
app.py
CHANGED
|
@@ -198,6 +198,7 @@ if __name__ == '__main__':
|
|
| 198 |
st.write(os.listdir('test_detection/yolov5/weights/'))
|
| 199 |
|
| 200 |
st.write(os.listdir('test_detection/deep_sort_pytorch/deep_sort/deep/checkpoint/'))
|
|
|
|
| 201 |
|
| 202 |
|
| 203 |
main()
|
|
|
|
| 198 |
st.write(os.listdir('test_detection/yolov5/weights/'))
|
| 199 |
|
| 200 |
st.write(os.listdir('test_detection/deep_sort_pytorch/deep_sort/deep/checkpoint/'))
|
| 201 |
+
|
| 202 |
|
| 203 |
|
| 204 |
main()
|