Spaces:
Runtime error
Runtime error
Commit
·
94b9996
1
Parent(s):
2ef0d6c
Update app.py
Browse files
app.py
CHANGED
@@ -197,4 +197,7 @@ if __name__ == '__main__':
|
|
197 |
st.write(os.listdir('test_detection/'))
|
198 |
st.write(os.listdir('test_detection/yolov5/weights/'))
|
199 |
|
|
|
|
|
|
|
200 |
main()
|
|
|
197 |
st.write(os.listdir('test_detection/'))
|
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()
|