소스 검색

add a process how to get kpi.csv

V1.2
Jeong Geol Kim 3 년 전
부모
커밋
3a0026b068
1개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 13
    1
      README.md

+ 13
- 1
README.md 파일 보기

@@ -1,2 +1,14 @@
1 1
 
2
-python3 ./script/createhandletrace.py <Root Dir>
2
+requiremetns
3
+python3.8 >=
4
+numpy
5
+scipy
6
+pandas
7
+scikit-learn
8
+
9
+1. clone this repository
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

Loading…
취소
저장