-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathrun_script.txt
More file actions
15 lines (12 loc) · 767 Bytes
/
run_script.txt
File metadata and controls
15 lines (12 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Manequin problem
python multi_camera_multi_person_tracking.py \
-i data/WalkByShop1front.mpg data/WalkByShop1cor.mpg \
-m model/intel/person-detection-retail-0013/FP32-INT8/person-detection-retail-0013.xml \
--m_reid model/intel/person-reidentification-retail-0031/FP32-INT8/person-reidentification-retail-0031.xml \
--config config.py
# correctly working
python multi_camera_multi_person_tracking.py \
-i datasets/HallWayTracking/videos/001.avi datasets/HallWayTracking/videos/002.avi datasets/HallWayTracking/videos/005.avi \
-m model/intel/person-detection-retail-0013/FP32-INT8/person-detection-retail-0013.xml \
--m_reid model/intel/person-reidentification-retail-0031/FP32-INT8/person-reidentification-retail-0031.xml \
--config config.py