aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.06k stars 144 forks source link

Torchsparse v1.2.0 vs. v2.1.0 #73

Closed JohnG0024 closed 1 year ago

JohnG0024 commented 1 year ago

Hi, I'm unable to install torchsparse v1.2.0 in the same environment( python==3.7 pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.2), it keeps throwing me ValueError: Unknown CUDA arch (8.6) or GPU not supported in torch, while torch.cuda.is_available() is True. So far the only version I could install is torchsparse v2.1.0, which removed PointTensorand made some other changes.

Is it possible to update the scripts to this version or maybe add the replacement code here?

PHOENIXFURY007 commented 5 months ago

Were you able to finish the installation?