Update README.md
Browse files
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 |
+
```
|