PJLab-ADG / neuralsim

neuralsim: 3D surface reconstruction and simulation based on 3D neural rendering.
MIT License
582 stars 31 forks source link

TypeError: __init__() got an unexpected keyword argument 'fn_type' #49

Open amoghskanda opened 5 months ago

amoghskanda commented 5 months ago

I was trying to train Streetsurf on Segment-13476374534576730229_240_000_260_000 and I ran into the above error in Line 180, train.py. I tried debugging using pdb and found out loss_cfg['mono_depth'] has many parameters that are not being initialized in app/loss/mono.py Class MonoDepthLoss(Line 250). Did anyone face similar issues? The config used : withmask_nolidar.240219.yaml.

kevinchan04 commented 1 month ago

I am also facing this issue