dunbar12138 / pix2pix3D

pix2pix3D: Generating 3D Objects from 2D User Inputs
http://www.cs.cmu.edu/~pix2pix3D/
MIT License
1.65k stars 132 forks source link

About Hyperparameter #18

Open diamond0910 opened 1 year ago

diamond0910 commented 1 year ago

Thank you for your great work.

I would like to inquire about the settings of hyperparameters.

  1. Which type of seg_weight do you use?(https://github.com/dunbar12138/pix2pix3D/blob/63dc8d9535ed853e12aeed725b505be6755b8a54/training/loss.py#L338)
  2. What are the learning rates of the G, D, D_semantic and Encoder?

Thank you.

dunbar12138 commented 1 year ago

Hi, thanks for your interest. We use seg_weight=2. We used 0.002 as the learning rate, following the EG3D codebase.