royorel / StyleSDF

Other
536 stars 50 forks source link

About sphere init #29

Closed MontaEllis closed 1 year ago

MontaEllis commented 1 year ago

Hello! Do you update beta while initializing?

royorel commented 1 year ago

No, beta is only updated during training.

MontaEllis commented 1 year ago

But how to keep beta unupdated during initializing?

royorel commented 1 year ago

See lines 60-89 in train_volume_renderer.py. There is a designated function for that that does not involve beta in the forward pass.

MontaEllis commented 1 year ago

Thanks a lot!