Skip to content

Commit

Permalink
update Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice-6161 committed Oct 20, 2022
1 parent 938f31d commit 4a4cb4c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,19 @@ python main.py --dataset poverty --algorithm mixup --data-dir ../../datasets/ --

### EchoNet

To get detailed information of the datasets, please refer to [website](https://echonet.github.io/dynamic/).
To get detailed information of the datasets, please refer to the [website](https://echonet.github.io/dynamic/).

This code is built upon [EchoNet](https://github.com/echonet/dynamic).

Before running, please `cd EchoNet`.

You need to follow the guideline of [website](https://echonet.github.io/dynamic/index.html#access) and download the dataset into `../../EchoNet-Dynamic/` directory first.
You need to follow the guideline from the [website](https://echonet.github.io/dynamic/index.html#access) and download the dataset into `../../EchoNet-Dynamic/` directory first.

For the preparation you need to install the echonet environment and complete segmentation tasks by running the command:
```
pip install --upgrade --user .
python echonet/__main__.py segmentation --save_video
```

The command to run C-Mixup on EchoNet is:
```
Expand Down

0 comments on commit 4a4cb4c

Please sign in to comment.