v1.0.4
What's Changed
- Unify the dataloader interface, and support image input for using colorized LiDAR point cloud for mapping (example:
run_kitti_color.yaml
) - Add
kitti360
data loader, and dropparis_loco
dataloader (can be used withgeneric
) - Add the initial implementation of the pure-localization mode, which currently only supports pose tracking and does not support global localization. Use it by setting
load_model: True
and settingmodel_path
as the path to the prebuilt neural point mapxxx/model/pin_map.pth
in the config file. #16 - Fix paper bibtex and some other docs
Full Changelog: v1.0.3...v1.0.4