V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.5k stars 298 forks source link

Install issue. #170

Open binjiaqm opened 2 years ago

binjiaqm commented 2 years ago

In file included from det3d/ops/pointnet2/src/interpolate.cpp:7: det3d/ops/pointnet2/src/interpolate.cpp: In function ‘std::vector three_nn(at::Tensor, at::Tensor)’: det3d/ops/pointnet2/src/utils.h:17:5: error: ‘TORCH_CHECK’ was not declared in this scope

pytorch version 1.1 python 3.6 cuda 11.4

Yuzx3 commented 1 year ago

AT_CHECK is deprecated in torch 1.1

ragini9m commented 1 year ago

use torch 1.6