File size: 1,165 Bytes
3f9d73b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0925317
3f9d73b
0925317
 
 
3f9d73b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: mit
---

# BeautyBank-Inference-Dataset

This dataset is used for inference in the paper:  
πŸ“„ **"BeautyBank: Encoding Facial Makeup in Latent Space"**  
[πŸ”— arXiv:2411.11231](https://arxiv.org/abs/2411.11231)

## πŸ“Œ About the Dataset
This dataset provides reference images and their corresponding **makeup codes**, enabling inference using the **BeautyBank** model.  
It allows users to apply various makeup styles without requiring training data.

## πŸ“‚ Dataset Contents
- πŸ“ **BeautyBank-Inference-Dataset.zip** β†’ Contains **1289 reference images (PNG format)** for selecting makeup styles.
- πŸ“„ **refined_makeup_code.npy** β†’ Encoded makeup features for inference.

## πŸ“₯ Download and Usage

Since the images are stored in a ZIP file, you need to extract them before use:
```bash
unzip BeautyBank-Inference-Dataset.zip -d makeup_images/
```

## Citation
If you use this dataset, please cite our paper:
```bibtex
@article{lu2024beautybank,
  title={BeautyBank: Encoding Facial Makeup in Latent Space},
  author={Lu, Qianwen and Yang, Xingchao and Taketomi, Takafumi},
  journal={arXiv preprint arXiv:2411.11231},
  year={2024}
}
```