autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.98k stars 185 forks source link

Please support GPUs above sm_89 #255

Open EricLeeaaaaa opened 1 year ago

EricLeeaaaaa commented 1 year ago

Is your feature request related to a problem? Please describe. sdfstudio dosen't support RTX 40XX, since it's using torch-1.12.1 and changing to torch-2.X is difficult on my own (tried to merge this project with [nerfstudio] but failed)

Describe the solution you'd like Update the project to the latest nerfstudio upstream

Describe alternatives you've considered Integrate bakedangelo and other models directly into nerfstudio

Additional context The packages I think should be updated: torch, nerfacc Howerver from my experience, those updates might take a huge amount of code modifications, so the alternatives plan is more convenient.

niujinshuchong commented 11 months ago

Hi, thanks for the suggestions. We will try to make an update.