|
|
@@ -6,9 +6,10 @@ scipy
|
|
6
|
6
|
pandas
|
|
7
|
7
|
scikit-learn
|
|
8
|
8
|
|
|
9
|
|
-1. clone this repository
|
|
|
9
|
+1. clone this repository (git clone https://git.apl.hongik.ac.kr/Ellis/mailsys_differential_feature_extraction.git)
|
|
10
|
10
|
2. cd <repository>
|
|
11
|
|
-3. python3 ./script/createhandletrace.py <Root directory of surgery ID>
|
|
12
|
|
-4. python3 ./script/createinterpolation.py ./handletrace
|
|
13
|
|
-5. python3 ./script/createfulltrace.py ./interpolation
|
|
14
|
|
-6. python3 ./script/createkpi.py ./fulltrace
|
|
|
11
|
+3. git checkout V1.2
|
|
|
12
|
+4. python3 ./script/createhandletrace.py <Root directory of surgery ID>
|
|
|
13
|
+5. python3 ./script/createinterpolation.py ./handletrace
|
|
|
14
|
+6. python3 ./script/createfulltrace.py ./interpolation
|
|
|
15
|
+7. python3 ./script/createkpi.py ./fulltrace
|