Det3D icon indicating copy to clipboard operation
Det3D copied to clipboard

Install issue.

Open binjiaqm opened this issue 2 years ago • 2 comments

In file included from det3d/ops/pointnet2/src/interpolate.cpp:7: det3d/ops/pointnet2/src/interpolate.cpp: In function ‘std::vectorat::Tensor 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

binjiaqm avatar Sep 04 '22 15:09 binjiaqm

AT_CHECK is deprecated in torch 1.1

Yuzx3 avatar May 13 '23 03:05 Yuzx3

use torch 1.6

ragini9m avatar Aug 06 '23 18:08 ragini9m