zju3dv / mlp_maps

Code for "Representing Volumetric Videos as Dynamic MLP Maps" CVPR 2023
Other
232 stars 10 forks source link

kilonerf_cuda's ImportError #4

Closed AlfredMarcel closed 1 year ago

AlfredMarcel commented 1 year ago

Thanks for your contribution! When I run your code, something weird happen.

QQ截图20230331231715

It seems like kilonerf_cuda is not installed, but my device shows that the installation is successful.

QQ截图20230331231827

Help me please... TAT

yunzhiy commented 1 year ago

I think it's due to the libglut library not being installed successfully. You can try sudo apt-get install freeglut3 to install the package.

AlfredMarcel commented 1 year ago

It works! Thank you!!!