YihangChen-ee / HAC

:house: [ECCV 2024] Pytorch implementation of 'HAC: Hash-grid Assisted Context for 3D Gaussian Splatting Compression'
Other
197 stars 11 forks source link

ModuleNotFoundError: No module named '_gridencoder' #5

Open Alluka774 opened 5 months ago

Alluka774 commented 5 months ago

import gridencoder as _backend ModuleNotFoundError: No module named '_gridencoder' 您好,很出色的工作,请问这个问题如何解决呢?

YihangChen-ee commented 5 months ago

Hi, seems you are not correctly installing "gridencoder" module, please follow our readme instructions to install this module with pip.

YihangChen-ee commented 5 months ago

run this command: pip install ./submodules/gridencoder

Alluka774 commented 4 months ago

Thanks a lot. It works.