Xiaojiu-z / Stable-Makeup

Pytorch Implementation of "Stable-Makeup: When Real-World Makeup Transfer Meets Diffusion Model"
Apache License 2.0
115 stars 10 forks source link

Dataset #6

Closed SongDaShuai closed 4 months ago

SongDaShuai commented 4 months ago

Will the plans for the data set be made public

Xiaojiu-z commented 4 months ago

Will the plans for the data set be made public

We're planning to make a better and larger dataset, and we'll make it public when we're done

zhangquanwei962 commented 3 months ago

Will the plans for the data set be made public

We're planning to make a better and larger dataset, and we'll make it public when we're done

Waiting

Jamie-Cheung commented 3 months ago

Will the plans for the data set be made public

We're planning to make a better and larger dataset, and we'll make it public when we're done Waiting

Jian-Yin-Shine commented 1 month ago

Hi, when do you plan to open the dataset? 💦💦💦

Xiaojiu-z commented 1 month ago

I just left my last company and I'm working on other projects. So..... You can easily get similar datasets using this pipeline: https://github.com/Xiaojiu-z/Stable-Makeup/blob/main/datasets/ledits_utils/ledits_cycle_for_debug.py.

Jian-Yin-Shine commented 3 weeks ago

How do you get the face mask of ffhq? Because the original ffhq dataset has no mask.

kr150 commented 1 week ago

@Jian-Yin-Shine 您好,请问您复现出来数据集了吗,作者所说的 (each line with 4 key-value pairs, including original id, edited id, augmented id, face structural image of edited id) 中的augmented id对应代码中的warp_pixel_values是对编辑后的图像的数据增强后的图像是吗