nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.37k stars 113 forks source link

avoid Windows repeated CUDA setup #150

Closed machenmusik closed 1 year ago

machenmusik commented 1 year ago

restore working 0.2.1 version, since .so will not exist on Windows

machenmusik commented 1 year ago

See https://github.com/nerfstudio-project/nerfstudio/pull/1277#issuecomment-1402977484

machenmusik commented 1 year ago

Note surprising result https://github.com/nerfstudio-project/nerfstudio/pull/1277#issuecomment-1404215735

I don't love directory check strategy, but that seems to be what actually works.

liruilong940607 commented 1 year ago

Awesome thanks for the find.