Ubuntu 64-bit 16.04 or 18.04. ROS Kinetic or Melodic. ROS Installation
Install catkin_tools. Follow catkin_tools Installation
Install Latest Version. Follow Anaconda Installation
Follow Ceres Installation.
Clone the repository and catkin_make:
$ cd ~/catkin_ws/src
$ git clone https://github.com/SungJaeShin/Gaussian_Splatting_Realtime_Render.git
$ cd ../
$ catkin build camera_models
$ source ~/catkin_ws/devel/setup.bash
$ catkin build vins
$ source ~/catkin_ws/devel/setup.bash
You must have a pre-trained model and have bag data and camera parameters !!!
# Terminal 1
$ rosrun vins vins_node ./VINS-Fusion/config/euroc/euroc_stereo_imu_config.yaml
# Terminal 2
$ python3 realtime_render.py -m <TRAINED_MODEL_PATH> -s <DATASET_PATH>
Random Pose from VINS-Fusion Keyframe Pose \
Fixed z position from VINS-Fusion Keyframe Pose \
[1] VINS-Fusion \ [2] Gaussian Splatting