lulululululululululu commited on
Commit
3f9d73b
Β·
verified Β·
1 Parent(s): a39ea62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # BeautyBank-Inference-Dataset
6
+
7
+ This dataset is used for inference in the paper:
8
+ πŸ“„ **"BeautyBank: Encoding Facial Makeup in Latent Space"**
9
+ [πŸ”— arXiv:2411.11231](https://arxiv.org/abs/2411.11231)
10
+
11
+ ## πŸ“Œ About the Dataset
12
+ This dataset provides reference images and their corresponding **makeup codes**, enabling inference using the **BeautyBank** model.
13
+ It allows users to apply various makeup styles without requiring training data.
14
+
15
+ ## πŸ“‚ Dataset Contents
16
+ - πŸ“ **BeautyBank-Inference-Dataset.zip** β†’ Contains **1289 reference images (PNG format)** for selecting makeup styles.
17
+ - πŸ“„ **refined_makeup_code.npy** β†’ Encoded makeup features for inference.
18
+
19
+ ## πŸ“₯ Download and Usage
20
+
21
+ Since the images are stored in a ZIP file, you need to extract them before use:
22
+ ```bash
23
+ unzip BeautyBank-Inference-Dataset.zip -d makeup_images/
24
+ ```
25
+
26
+ ## Citation
27
+ If you use this dataset, please cite our paper:
28
+ ```bibtex
29
+ @article{BeautyBank2024,
30
+ title={BeautyBank: Encoding Facial Makeup in Latent Space},
31
+ author={Qianwen Lu, et al.},
32
+ journal={arXiv preprint},
33
+ year={2024},
34
+ eprint={2411.11231},
35
+ archivePrefix={arXiv},
36
+ primaryClass={cs.CV}
37
+ }
38
+ ```