facebookresearch / votenet

Deep Hough Voting for 3D Object Detection in Point Clouds
MIT License
1.67k stars 377 forks source link

Syntax error #138

Closed a462428 closed 2 years ago

a462428 commented 2 years ago

When running python3 models/votenet.py

Face error:

backbone_module.py, line 85

def forward(self,pointcloud: torch.cuda.FloatTensor, end_points=None):

SyntaxError: invalid syntax

Pointcloud:torch.cuda.FloatTensor ^

Pytorch==1.1.0 Python3.6