autonomousvision / monosdf

[NeurIPS'22] MonoSDF: Exploring Monocular Geometric Cues for Neural Implicit Surface Reconstruction
MIT License
573 stars 53 forks source link

Error building extension '_hash_encoder' #100

Open souaknine opened 4 months ago

souaknine commented 4 months ago

Hello

Thank you for the code. I'm currently trying to use the evaluation part on Windows 11, but I come across an issue during the hash encoder building part. I believe the issue might come from an incompatibility issue between cudatoolkit-dev since in the readme, the "conda install cudatoolkit-dev=11.3 -c conda-forge" isn't usable (it gives a PackagesNotFoundError) so I end up having to use the 11.7.0 version, which might be the root of the issues.

How can I solve this issue?

Thank you for your help