NassimeBejaia commited on
Commit
94b9996
·
1 Parent(s): 2ef0d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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()