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
51 stars 18 forks source link

Seems some models are not available #7

Open RouChan opened 1 year ago

RouChan commented 1 year ago

Thanks again for make this brilliant project open source.

I noticed that in train_dop.py file, other model types are available. But when I tried to use it, seems does not work. I do not know whether they are available or not. Screenshot 2022-11-04 at 17 17 28

Xiangyu-Gao commented 1 year ago

Those models are not available now. The issues should be from the dataLoader/data loading process since the C3D model uses 3 data (RA, RV, and VA image) as input while the HG only uses the RA image. You can fix it by working on that.