Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csbhr committed Mar 17, 2023
1 parent 45ac6aa commit d96a93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sh run_gen_face_from_latent.sh # Please refer to this script for detailed confi

## FFHQ-UV dataset project details
- In "/FFHQ-UV/dataset_project".
- Since Microsoft Face API is not accessible for new users, in order to make it easier for others to reproduce our work, we will provide project details of the FFHQ-UV dataset creation pipeline, including **inverted faces' latent codes** (latents.zip) and **detected face attributes of inverted faces** (lights.zip, attributes.zip, attributes_ms_api.zip).
- Since Microsoft Face API is not accessible for new users, in order to make it easier for others to reproduce our work, we provide project details of the FFHQ-UV dataset creation pipeline, including **inverted faces' latent codes** (latents.zip) and **detected face attributes of inverted faces** (lights.zip, attributes.zip, attributes_ms_api.zip).
- With these files, one can directly run step3 (DataSet_Step3_Editing) and step4 (DataSet_Step4_UV_Texture) to generate final texture UV-maps.
- In "attributes_ms_api.zip", we provide the object returned by MS Face API, where one can find other detected attributes (e.g., age, gender, headPose, smile, facialHair, glasses, emotion, hair, makeup, occlusion, accessories, blur, exposure, noise, qualityForRecognition).
- Since 380 samples failed in the [encoder4editing](https://github.com/omertov/encoder4editing) inversion task, we only provide information of the remaining 69620 samples.
Expand Down

0 comments on commit d96a93e

Please sign in to comment.