Zhengxinyang / SDF-StyleGAN

MIT License
119 stars 11 forks source link

Discriminator to distinguish between real and fake shapes #14

Open florianlanger opened 1 year ago

florianlanger commented 1 year ago

Hi there I would like to use your discriminator to distinguish between real chairs and very deformed chairs/unrealistic shapes. Would you expect this to work ? Currently I observe almost random behaviour of the discriminator. For example a sdf of random numbers or the sdf of three cubes can give me scores that are larger than actual chairs. Thanks!