xiumingzhang / GenRe-ShapeHD

Code and Data Release for GenRe (NeurIPS 2018) and ShapeHD (ECCV 2018)
http://genre.csail.mit.edu/
294 stars 62 forks source link

Fine-tuning ShapeHD always generates same weird result #19

Closed rozentill closed 5 years ago

rozentill commented 5 years ago

Hi,

I am fine-tuning shapeHD with a pre-trained 3D GAN, but it seems all the test model will lead to this result.

Capture

Any idea about this?

Thank you!

ztzhang commented 5 years ago

this might be an artifact due to the bad weight balancing between the Gan loss and the cross entropy loss. The way we balance those two losses is looking at corresponding gradient variance. Maybe @xiuming can share more insights into this.

xiumingzhang commented 5 years ago

Is this a visualization issue? Looks to me the voxels to the cube sides are all occupied. Could be that your threshold is too low, or you took log when you shouldn't, or you didn't take log when you should?

rozentill commented 5 years ago

Thanks, I changed the weight to 1e-5 and works now.