nv-tlabs / NKSR

[CVPR 2023 Highlight] Neural Kernel Surface Reconstruction
https://research.nvidia.com/labs/toronto-ai/NKSR
Other
735 stars 43 forks source link

NKSR On Windows #25

Closed Junking1 closed 1 year ago

Junking1 commented 1 year ago

When I ran test.py from source code, I encountered an error that there was no nksr library, but when I checked the repository, I found that nksr was only available in linux, so does it only support the linux platform at present? Is there any other way to run on the windows platform other than docker?

fwilliams commented 1 year ago

Right now, it's Linux only yes. We would love help porting things to work on Windows though!

Junking1 commented 1 year ago

Thank you very much. I tried to use WSL2, and it worked. Still looking forward to the Windows version.

fwilliams commented 1 year ago

Cool that it works on WSL2!

fwilliams commented 1 year ago

I think for now, WSL is the solution for Windows.