Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seoungwugoh authored Jun 5, 2019
1 parent ccca096 commit 638ee5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Demo code with GUI interface.
- PyQt5

### How to Use
#### Environment setup
###### Environment setup
```
conda create --name ivs python=3.6
source activate ivs
Expand All @@ -23,18 +23,18 @@ conda install pytorch=0.3.1 cuda90 -c pytorch
conda install torchvision
```

#### Download weights
###### Download weights
```
wget -O I_e290.pth "https://www.dropbox.com/s/khx9hmtnqbzg634/I_e290.pth?dl=1"
wget -O P_e290.pth "https://www.dropbox.com/s/89heglbglig0g04/P_e290.pth?dl=1"
```

#### Run!
###### Run!
```
python gui.py -seq camel
```

#### Test your own videos
###### Test your own videos
Locate videos in ```./sequences/[name]```
Run
```
Expand Down

0 comments on commit 638ee5b

Please sign in to comment.