Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
PKM_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김민석
2021-06-18 17:18:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
86a45cc7ebbdafec6b9fbb22ed92221da6af0dbf
86a45cc7
1 parent
6ca03cdd
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
README.md
README.md
View file @
86a45cc
...
...
@@ -21,15 +21,16 @@
-
matplotlib (3.0.2)
## 데이터 전처리
<br>
![
캡처
](
https://user-images.githubusercontent.com/57976156/122515177-07156f00-d048-11eb-92bb-f9c588fcfa5c.PNG
)
<br>
원본 데이터를 STFT로 변경하여 저장해야 한다. /experiments/ecg/dataset/preprocessed에 존재하는 change.py, change2.py를 하위 디렉토리 /ano0에 넣은 후 순서대로 실행하면 된다.
## 사용법
-
train/test를 정하기 위해 run_ecg.sh 파일을 수정해야 한다.
-
train/test를 정하기 위해 run_ecg.sh 파일을 수정해야 한다.
<br>
!
[
캡처
](
https://user-images.githubusercontent.com/57976156/122516269-86577280-d049-11eb-97c2-aae0b311c19a.PNG
)
test 값이 0이면 train, 1이면 test이다.
<br>
test 값이 0이면 train, 1이면 test이다.
-
실행의 명령어는
`run_ecg.sh`
파일이 존재하는 디렉토리에서 다음과 같이 입력한다.
<br>
`/bin/bash run_ecg.sh`
...
...
Please
register
or
login
to post a comment