V2AI / Det3D

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

Use tensor.bool instead of tensor.byte #31

Closed xmyqsh closed 4 years ago

jhultman commented 4 years ago

I think bool dtype was not added until torch 1.3 so may want to update install instructions since it currently recommends torch 1.1. Otherwise this PR will raise AttributeError: 'Tensor' object has no attribute 'bool'.