yizhou-wang / RODNet

RODNet: Radar object detection network
MIT License
237 stars 76 forks source link

关于训练模型的问题 #30

Closed Strongly20 closed 2 years ago

Strongly20 commented 2 years ago

Traceback (most recent call last): File "tools/train.py", line 181, in data = data_dict['radar_data'] KeyError: 'radar_data'

yizhou-wang commented 2 years ago

No detailed error information is mentioned for this issue. Close this issue for now. If you have further questions with more detailed error descriptions, I would reopen this issue.

Strongly20 commented 2 years ago

这个问题已经解决了,谢谢!

puyoulingdi commented 2 years ago

这个问题已经解决了,谢谢!

@Strongly20 Hi, could you please assist to tell me how to solve this problem, I met the same problem, thank you!

Strongly20 commented 1 year ago

这个问题已经解决了,谢谢!

@Strongly20 你好,请问你是怎么解决这个问题的,我遇到了同样的问题,谢谢!

这里我并没有详细记录,我记得当时在debug的过程中发现代码运行到CRDataset.py中有一行路径会导致停止运行,我将该路径重写以后代码就运行成功了。您可以参考以下!