Skip to content

Commit 5dd34b4

Browse files
Update README.md
1 parent 361c3d5 commit 5dd34b4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,21 @@ Directly feed the downloaded Network to the script, you don't need to uncompress
2525
These networks expect a BGR input (compared to RGB in pytorch). However, BGR order is not very important.
2626

2727
## Prerequisite
28+
these modules can be installed with `pip`
2829

2930
```
30-
pytorch >= 1.0.1
31+
pytorch >= 1.2
3132
tensorboard-pytorch
3233
tensorboardX >= 1.4
33-
spatial-correlation-sampler>=0.0.8
34+
spatial-correlation-sampler>=0.2.1
3435
imageio
3536
argparse
37+
path.py
38+
```
39+
40+
or
41+
```bash
42+
pip install -r requirements.txt
3643
```
3744

3845
## Training on Flying Chair Dataset

0 commit comments

Comments
 (0)