cmd입력.txt
965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
C:\Users\seong\virtual\project03\Scripts\activate
cd C:\Users\seong\Desktop\캡디2\project\Social-Distancing-Detection-in-Real-Time-main_v01
python run.py -i mylib/videos/test.mp4
python run.py
python run_test01.py -i mylib/videos/test.mp4
python run_test01.py -i mylib/videos/basket01.mp4
python run_test02.py
python run_test02.py -i mylib/videos/basket01.mp4
python run_test02.py -i mylib/videos/basket02.mp4
python run_test02.py -i mylib/videos/test.mp4
python evaluate02_feet.py
python evaluate02_centroid.py
python run_test03.py -i mylib/videos/basket01.mp4
python run_test03.py -i mylib/videos/test.mp4
python run_test04.py -i mylib/videos/test.mp4
python run_test05_04copy.py -i mylib/videos/test.mp4
python run_test05_04copy.py -i mylib/videos/basket01.mp4
python run_test05_04copy.py -i mylib/videos/basket02.mp4
python run_test05_04copy.py -i mylib/videos/basket03.mp4
python evaluate03_centroid.py
python evaluate03_feet.py
----