You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,16 @@ All data is hosted on Google Drive:
37
37
MetFaces 1024x1024 images can be reproduced with the `metfaces.py` script as follows:
38
38
39
39
1. Download the contents of the metfaces-dataset Google Drive folder. Retain the original folder structure (e.g., you should have `local/path/metfaces.json`, `local/path/unprocessed`.)
40
-
2. Run `metfaces.py --json data/metfaces.json --source-images data --output-dir out`
40
+
2. Run `metfaces.py --json data/metfaces-dataset.json --source-images data --output-dir out`
41
+
42
+
To reproduce the MetFaces-U dataset ("unaligned MetFaces"), use the following command:
43
+
44
+
```
45
+
python metfaces.py --json data/metfaces-dataset.json --source-images data \
0 commit comments