Xiangyu-Gao / Radar-multiple-perspective-object-detection

Codes and template data for paper "RAMP-CNN: A Novel Neural Network for Enhanced Automotive Radar Object Recognition"
MIT License
57 stars 20 forks source link

Seems some file missed #6

Closed RouChan closed 1 year ago

RouChan commented 1 year ago

Hi there. Thanks for your brilliant work and for your generosity to make this repository open source. I successfully trained my model. But when I try to test, seems some files missing. Screenshot 2022-11-01 at 16 38 44

RouChan commented 1 year ago

And for those under Pytorch1.5.1, you may need to add a line of code as follows at the beginning of train.py.

torch.backends.cudnn.enabled = False
Xiangyu-Gao commented 1 year ago

Hi Rouchan, thanks for reporting the bug. I fixed it and pushed the new-version code. Please take a look and let me know if doesn't work.

RouChan commented 1 year ago

The code goes well now. Thanks so much.