brade31919 / radar_depth

Source code of the IROS 2020 paper "Depth Estimation from Monocular Images and Sparse Radar Data"
MIT License
87 stars 13 forks source link

max_depth or max-depth? #16

Open Kirstihly opened 3 years ago

Kirstihly commented 3 years ago

Hello! Looks like args.max-depth assigned in the commands are never called. In the main.py, the one being called is args.max_depth. So I guess no matter what number you assigned, e.g. --max-depth 80, the max_depth will only become 0 or np.inf depending on modality?