Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
zllrunning committed Apr 18, 2019
1 parent d2ebe52 commit bc5a28d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed 2.jpg
Binary file not shown.
Binary file added 6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://github.com/zllrunning/face-parsing.PyTorch">
<img class="page-image" src="https://github.com/zllrunning/face-parsing.PyTorch/blob/master/2.jpg" >
<img class="page-image" src="https://github.com/zllrunning/face-parsing.PyTorch/blob/master/6.jpg" >
</a>
</p>

Expand All @@ -27,7 +27,7 @@ Just run the train script:
$ CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 train.py
```

If you do not wish to train the model, you can download [our pre-trained model](https://drive.google.com/open?id=1eFSwZoSfVVroAy7LiGYybW6F8ErshoZW) and save it in `res/cp`.
If you do not wish to train the model, you can download [our pre-trained model]() (coming soon) and save it in `res/cp`.


## Demo
Expand Down

0 comments on commit bc5a28d

Please sign in to comment.