Generating Dense Lidar Data using cues from monocular image and sparse lidar data.
Please find the descriptions of the files in the code folder as follows:-
- ./code/train.py => Main file used to push the trigger for training. Supports flag for train/eval and cuda enable/disable.
- ./code/vfe_layer.py => VFE Layer and DenseLidarNet Model in Pytorch
- ./code/voxelize.py => Creates a voxel map for sparse lidar map and generates masks and indices.
- ./code/dataloader.py => Pytorch DataLoader customized for DenseLidarNet.
- ./code/chamfer_loss.py => Chamfer Loss Computation in Pytorch