sdfstudio icon indicating copy to clipboard operation
sdfstudio copied to clipboard

Poor results from training geo-volsdf and geo-unisurf

Open wujinhu1999 opened this issue 1 year ago • 2 comments

Hello authors, thank you for your great work! When I use the command 'ns-train geo-volsdf --pipeline.model.sdf-field.inside-outside False --vis wandb --experiment-name geo-volsdf-dtu65 sdfstudio-data --data data/dtu/scan65 --load-pairs True' and 'ns-train geo-unisurf --pipeline.model.sdf-field.inside-outside False --vis wandb --experiment-name geo-unisurf-scan24 sdfstudio-data --data data/dtu/scan24 --load-pairs True' is used to train geo-volsdf and geo-unisurf respectively, the output results are very bad. This is the output of geo-volsdf training 100k: depth_100000_5cb796e4dfdfb7c1c650 img_100000_4b032ba46420590b6288 normal_100000_500b1725dfe5b36dba95 This is the output of geo-unisurf training 50k: depth_50000_41ca62657722f53d8b39 img_50000_d0cd6c4d53f72b9329f4 normal_50000_a3d92c5f011a314000da Looking forward to your reply!

wujinhu1999 avatar Dec 27 '23 08:12 wujinhu1999

Hi, this is strange, could you reproduce our results with the same training command here: https://github.com/autonomousvision/sdfstudio/blob/master/docs/sdfstudio-methods.md

niujinshuchong avatar Jan 23 '24 08:01 niujinshuchong

Hi, this is strange, could you reproduce our results with the same training command here: https://github.com/autonomousvision/sdfstudio/blob/master/docs/sdfstudio-methods.md I used the instructions you gave me.

  1. ns-train geo-volsdf --pipeline.model.sdf-field.inside-outside False --vis wandb --experiment-name geo-volsdf-dtu65 sdfstudio-data --data data/dtu/scan65 --load-pairs True
  2. ns-train geo-unisurf --pipeline.model.sdf-field.inside-outside False --vis wandb --experiment-name geo-unisurf-scan24 sdfstudio-data --data data/dtu/scan24 --load-pairs True

wujinhu1999 avatar Jan 24 '24 02:01 wujinhu1999