PJLab-ADG / neuralsim

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

Error Using Custom Dataset on v0.6.0 #53

Open MartinEthier opened 4 months ago

MartinEthier commented 4 months ago

I am trying to train using a custom dataset on v0.6.0. I have setup my dataset according to autonomous_driving.md but when I try training I get the following NotImplementedError:

image

It seems the custom dataset class was not updated in v0.6.0 to match the changes in the SceneDataset class.