Hello NVIDIA Researchers and Developers,
My name is Susmitha Bollimuntha, currently working on autonomous vehicle perception projects. I am trying to reproduce results from the paper:
“NVRadarNet: Real-Time Radar Obstacle and Free Space Detection for Autonomous Driving” (Popov et al., NVIDIA).
Specifically, I am focusing on the free-space detection part. I have tried to follow the methods described in the paper, but my implementation does not produce the expected results.
What I tried:
- Implemented preprocessing for radar inputs
- Built a DNN based on the paper’s description
- Tested on Mini and Trainval
Problem:
- i am getting 77% accuracy where paper getting 89% accuracy….
Resources:
- Demo video of my attempt: https://drive.google.com/file/d/1KpQVlGit2KZNZVLE-M_pWXwj8MBLnjTj/view?usp=sharing
My questions:
- Are there implementation details for free-space detection that are not obvious from the paper?
- Is there a reference implementation or snippet available?
- Any advice on radar input formatting and training setup?
Any guidance would be deeply appreciated. Thank you for your time and for the great work with NVRadarNet.
Best,
Susmitha Bollimuntha