Hi,
I am trying to adopt SIREN into NeuS framework.
When I tried the original architecture of the neus_nomask with use_siren=True, I found that you intentionally blocked it by using assertion. In my earlier trial of using network configuration of volsdf_siren.yaml, the result was a bad surface shape with overfitted radiance network. So I want to try the original architecture of neus_nomask.yaml with use_siren=True for both surface and radiance networks. Is there any reason to block using skip connection for using SIREN?
Hi,
I am trying to adopt
SIRENintoNeuSframework.When I tried the original architecture of the
neus_nomaskwithuse_siren=True, I found that you intentionally blocked it by using assertion. In my earlier trial of using network configuration ofvolsdf_siren.yaml, the result was a bad surface shape with overfitted radiance network. So I want to try the original architecture ofneus_nomask.yamlwithuse_siren=Truefor both surface and radiance networks. Is there any reason to block using skip connection for using SIREN?