MapTR
MapTR copied to clipboard
Code for lidar and L&C fusion modality
Thanks for your excellent work! Will the code for lidar and fusion modality be released?
same question
Thanks for your interest! The multi-modality code will be released in around two months.
Great work! Thanks to open source code. Will the code for lidar be released? not for multi-modality.
input_modality = dict(
use_lidar=False,
use_camera=True,
use_radar=False,
use_map=False,
use_external=True)
I found the code in the configs.
Great work! Thanks to open source code. Will the code for lidar be released? not for multi-modality.
input_modality = dict( use_lidar=False, use_camera=True, use_radar=False, use_map=False, use_external=True)
I found the code in the configs.
We will release the code of both lidar modality and multi-modality.
in this path : projects/configs/maptr/maptr_tiny_fusion_24e.py