PeRF icon indicating copy to clipboard operation
PeRF copied to clipboard

Predicted normals are all NaN

Open eric11220 opened this issue 7 months ago • 1 comments

As mentioned in #5, The output of "layer_4" is NaN for Line 71 in modules/geo_predictors/omnidata/modules/midas/dpt_depth.py layer_1, layer_2, layer_3, layer_4 = forward_vit(self.pretrained, x)

The pre-trained checkpoint seems to load successfully for the normal prediction model. How to fix the issue? thanks!

eric11220 avatar Jul 20 '24 03:07 eric11220