mlvlab / SCDM

Official PyTorch implementation of "Stochastic Conditional Diffusion Models for Robust Semantic Image Synthesis" (ICML 2024).
MIT License
13 stars 0 forks source link

Inquiry About the Calculation of psiphi for Custom Dataset #2

Open lf0099 opened 1 month ago

lf0099 commented 1 month ago

First of all, thank you for sharing this amazing project! I’m currently trying to apply it to my own custom dataset, but I’m unsure about how to compute the ’psiphi‘.

Could you kindly provide some guidance on how these values are calculated for a custom dataset? Are there specific formulas or steps that I should follow? Any advice or reference to relevant documentation would be greatly appreciated.

areyoukamil commented 2 weeks ago

Would be nice to have a script/guidance to generate custom_psiphi otherwise it is not possible to run it with a custom dataset at this moment