Karine-Huang / T2I-CompBench

[Neurips 2023] T2I-CompBench: A Comprehensive Benchmark for Open-world Compositional Text-to-image Generation
https://arxiv.org/pdf/2307.06350.pdf
MIT License
168 stars 5 forks source link

What is the number of pseudo images generated by Stable Diffusion for GORS fine-tuning? #1

Open Delicious-Bitter-Melon opened 1 year ago

Delicious-Bitter-Melon commented 1 year ago

Thanks for your excellent work. I have a question, that is, what is the number of pseudo images generated by Stable Diffusion for GORS fine-tuning?

Karine-Huang commented 1 year ago

Thank you for your kind words! In regards to your question, for each prompt in the training set used in the Stable Diffusion for GORS fine-tuning, a total of 90 pseudo images are generated. Considering that there are 700 prompts, total number for each sub-category is 70090=63,000 images. For 6 sub-categories, pseudo images generated would be 700 prompts multiplied by 6 (the number of prompts in each sub-category) multiplied by 90 (the number of pseudo images generated per prompt), resulting in a total of 378,000 images (700 6 * 90).

Delicious-Bitter-Melon commented 1 year ago

Thanks for your detailed reply. Do you have a plan to release the dataset consisting of pseudo images?

Karine-Huang commented 1 year ago

We will release the code in order to regenerate the pseudo images (including the seed and batch size we use) in the following days.

Karine-Huang commented 7 months ago

We update the code to generate images for metric calculation in "GORS_finetune/inference_eval.py"