second.pytorch
second.pytorch copied to clipboard
ImportError: cannot import name 'non_max_suppression'
Anyone has a similar problem? Been looking for a solution but seems like none of the tickets are closed
Make sure torch.cuda.is_available() is true.
@chrisakatibs mine torch.cuda.is_available() is true. and I also get this error,so what should I do ?
I get same the error
I get the same error when I run 'python create_data.py kitti_data_prep --data_path=KITTI_DATASET_ROOT', I resolved the problem by annotating the nms code because it is not used.