huang-yh / SelfOcc

[CVPR 2024] SelfOcc: Self-Supervised Vision-Based 3D Occupancy Prediction
Apache License 2.0
273 stars 17 forks source link

class NeuSCustomModelConfig and SDFCustomFieldConfig which import from sdfstudio to SelfOcc were not finded #9

Open zhengyao11 opened 7 months ago

zhengyao11 commented 7 months ago

When I ran train code or eval code, it needed to 'import model'. Then, two classes named NeuSCustomModelConfig and SDFCustomFieldConfig were not finded. I also encountered a problem "ImportError: cannot import name 'jacrev' from 'functorch' (unknown location)". Could you kindly help me with that? Many thanks to your code sharing~

zhengyao11 commented 7 months ago

For the second question, functorch 0.2.1 is required.

zhengyao11 commented 7 months ago

Can I ask how to generate pkl files for other datasets? Like v1.0-mini :)

huang-yh commented 3 months ago

About the first question, I think your installation of sdfstudio was not completed or you installed the official sdfstudio repo. Also, I will release the code for generating the pkl files today.

zhengyao11 commented 3 months ago

Thank you