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

Question about the training labels #12

Open SlytherinGe opened 1 year ago

SlytherinGe commented 1 year ago

I find that the training data is literally from your another repo UWCR. But the annotation in the release dataset doesn't match the template_files you provided in this repo. How can I transfer the raw annotation into the annotation in this repo?

Xiangyu-Gao commented 1 year ago

Hi. For your question about annotation conversion, I have made a function called "convert_annotations.py" and added that to my RAMP-CNN github repository. I hope that helps.