Skip to content

Commit f436496

Browse files
committed
provide checkpoints
1 parent 18c8ad5 commit f436496

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ This code requires PyTorch (1.8.1), python 3+, and cuda (11.1). Please install d
2626
pip install -r requirements.txt
2727
```
2828

29+
All checkpoints are provided in the release, please extract them. It should look like this:
30+
```
31+
/path/to/checkpoints/decision_densenet
32+
/path/to/checkpoints/deeplabv3
33+
/path/to/checkpoints/sean
34+
/path/to/checkpoints/oracle_attribute
35+
/path/to/checkpoints/vggface2_pretrainings_for_oracle
36+
```
37+
2938
## Dataset Preparation
3039

3140
This code uses four datasets: [CelebA](http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html), [CelebAMask-HQ](https://github.com/switchablenorms/CelebAMask-HQ), [BDD100k](https://bair.berkeley.edu/blog/2018/05/30/bdd/), and the [BDD-OIA](https://github.com/Twizwei/bddoia_project) extension.

0 commit comments

Comments
 (0)