Gaussian-LIC
[ICRA 2025 & IJRR 2026] Gaussian-LIC2: LiDAR-Inertial-Camera Gaussian Splatting SLAM (in Real Time)
File Explorer
Download Latest Version (.zip)- _init_.py
- custom_blocks.py
- data_tools.py
- losses.py
- modules.py
- networks.py
- src_main.py
- utils.py
- config.py
- test.py
- test_utils.py
- train.py
- build_trt.sh
- export_onnx.sh
- export_onnx_480_640.py
- export_onnx_512_640.py
- setup_spnet.sh
- fastlivo.yaml
- fastlivo2.yaml
- m2dgr.yaml
- mcd.yaml
- r3live.yaml
- f2_compressed.gif
- r0_compressed.gif
- r1_compressed.gif
- fastlivo.launch
- fastlivo2.launch
- m2dgr.launch
- mcd.launch
- r3live.launch
- ssim.cu
- ssim.h
- lpips.py
- networks.py
- utils.py
- __init__.py
- lpips_alex.pt
- save_alex.py
- save_vgg.py
- adam.cu
- adam.h
- auxiliary.h
- backward.cu
- backward.h
- config.h
- forward.cu
- forward.h
- rasterizer.h
- rasterizer_impl.cu
- rasterizer_impl.h
- rasterize_points.cu
- rasterize_points.h
- rasterizer.cpp
- rasterizer.h
- renderer.cpp
- renderer.h
- simple_knn.cu
- simple_knn.h
- spatial.cu
- spatial.h
- camera.h
- depth_completer.cpp
- depth_completer.h
- eigen_utils.h
- gaussian.cpp
- gaussian.h
- general_utils.h
- loss_utils.h
- mapping.cpp
- mapping.h
- optim_utils.h
- tensor_utils.h
- tinyply.cpp
- tinyply.h
- yaml_utils.h
- .gitignore
- CMakeLists.txt
- package.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/APRIL-ZJU/Gaussian-LIC
Downloads the entire project code from GitHub to your computer.
cd Gaussian-LIC
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -DCMAKE_BUILD_TYPE=RELEASE -DWITH_CUDA=ON -DWITH_CUDNN=ON -DOPENCV_DNN_CUDA=ON -DWITH_NVCUVID=ON -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-11.7 -DOPENCV_EXTRA_MODULES_PATH="../../opencv_contrib-4.7.0/modules" -DBUILD_TIFF=ON -DBUILD_ZLIB=ON -DBUILD_JASPER=ON -DBUILD_CCALIB=ON -DBUILD_JPEG=ON -DWITH_FFMPEG=ON ..
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
