Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuewang committed Apr 27, 2018
1 parent f0f4da4 commit ca9b43e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,19 @@ python train.py \
--dataset_mode nyuv2 \
--flip --scale --crop --colorjitter \
--depthconv \
--list ./lists/train.lst \
--vallist ./lists/val.lst
--list dataset/lists/nyuv2/train.lst \
--vallist dataset/lists/nyuv2/val.lst
```

### Testing

```bash
#!./scripts/test.sh
python train.py \
python test.py \
--name nyuv2_VGGdeeplab_depthconv \
--dataset_mode nyuv2 \
--flip --scale --crop --colorjitter \
--depthconv \
--list ./lists/train.lst \
--vallist ./lists/val.lst
--list dataset/lists/nyuv2/test.lst \
--how_many 0
```

### Citation
Expand Down

0 comments on commit ca9b43e

Please sign in to comment.