Skip to content

Commit

Permalink
update fashion pretrained model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ha0Tang committed Sep 12, 2020
1 parent a31017a commit ecab1f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions person_transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ sh test_fashion.sh
```

### Pretrained Models
Market1501
```bash
sh scripts/download_selectiongan_model.sh market
```

DeepFashion
```bash
sh scripts/download_selectiongan_model.sh fashion
```

### Evaluation
Follow [Pose-Transfer](https://github.com/tengteng95/Pose-Transfer) for more details.
2 changes: 1 addition & 1 deletion person_transfer/scripts/download_selectiongan_model.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FILE=$1

echo "Note: available models are market"
echo "Note: available models are market, fashion"
echo "Specified [$FILE]"

URL=http://disi.unitn.it/~hao.tang/uploads/models/SelectionGAN/${FILE}_pretrained.tar.gz
Expand Down

0 comments on commit ecab1f0

Please sign in to comment.