CVPR’18 Workshop on Visual Odometry and Computer Vision Applications Based on Location Clues
Available at openaccess.thecvf.com
@InProceedings{Giancola_2018_CVPR_Workshops,
author = {Giancola, Silvio and Schneider, Jens and Wonka, Peter and Ghanem, Bernard S.},
title = {Integration of Absolute Orientation Measurements in the KinectFusion Reconstruction Pipeline},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
month = {June},
year = {2018}
}
Tested with:
mkdir pcl-build && cd pcl-build/
cmake -DBUILD_GPU=ON -DBUILD_CUDA=ON -DWITH_QT=OFF ../pcl
make -j8
sudo make install
cd ..
mkdir PCViewer-build && cd PCViewer-build
cmake ../PCViewer
make -j8 testKinFuGUI
cd ..
conda env create -f environment.yml && conda activate TUMdataset
cp *.py {sequencename} && cd {sequencename}
with {sequencename} being the name of the folder for a given sequencemkdir pointclouds && python generate_registered_pointcloud_organized.py rgb.txt depth.txt groundtruth.txt pointclouds/PC --pcd_format
cd ../..cd PCViewer
./testKinFuGUI