drprojects / DeepViewAgg

[CVPR'22 Best Paper Finalist] Official PyTorch implementation of the method presented in "Learning Multi-View Aggregation In the Wild for Large-Scale 3D Semantic Segmentation"
Other
222 stars 24 forks source link

torch-points-kernels and torchsparse install error with 3090, CUDA 11.2 #20

Closed Daniellli closed 1 year ago

Daniellli commented 1 year ago

i use the install script you privide to install, and some problem concerning to torch-points-kernels and torchsparse show up. i've try many way to solve it but still can not work. and error log is listed here : error.log.

could you show me a way to solve.

appreciate for your help .

drprojects commented 1 year ago

Hello @Daniellli,

Thanks for your interest in this project and sharing your feedback !

I have only tested this project on NVIDIA V100 GPUs with CUDA 10.2, 11.2 and 11.4. Unfortunately, I do not have a 3090 at hand to reproduce your problem.

Besides, as you have identified, the compilation errors you have seem to be library-specific. Have you tried referring to the libararies project pages and similar issues ? I had a quick look at their "issues" sections and saw multiple posts regarding installation/compilation issues.

Besides torch-points-kernels and torchsparse, you seem to have troubles with MinkowskiEngine but, as stated in this issue, you can skip this install.

I am not sure how I can help you more, but here are some suggestions:

drprojects commented 1 year ago

Hi, I am closing this issue for now.