Thank you for your excellent work. I have two question about the code:
Why not preprocess the original normal maps in the dataset to generate normal maps at three different resolutions. Instead, the code down-samples the original normal maps to 1/4 resolution in the GoMVS forward function and then up-samples them to each stage. Does this approach potentially increase the interpolation error of the normal maps?
I'm interested in the method of depth-to-normal. The paper mentions using depth of the previous stage to calculate normal for the next stage. How is the normal obtained in the first stage? Or is the first stage directly using a standard cost regularization approach?
There seems to be a bug in the GoConv3D and GoUpConv3D codes, an error will be reported when the batchsize is 2
Thank you for your excellent work. I have two question about the code:
Why not preprocess the original normal maps in the dataset to generate normal maps at three different resolutions. Instead, the code down-samples the original normal maps to 1/4 resolution in the GoMVS forward function and then up-samples them to each stage. Does this approach potentially increase the interpolation error of the normal maps?
I'm interested in the method of depth-to-normal. The paper mentions using depth of the previous stage to calculate normal for the next stage. How is the normal obtained in the first stage? Or is the first stage directly using a standard cost regularization approach?
There seems to be a bug in the
GoConv3D
andGoUpConv3D
codes, an error will be reported when the batchsize is 2I'm looking forward to your response. Thank you!