KinectFusion icon indicating copy to clipboard operation
KinectFusion copied to clipboard

A core dump will occur

Open Kyosuke45628 opened this issue 5 years ago • 2 comments

Hello. Nice to meet you. I am a Japanese student. Running ./KinectFusion causes a core dump. If you have any ideas for countermeasures, please let me know.

Screenshot from 2021-01-15 15-24-21

================================================================

Initialize virtual sensor... Failed to initialize the sensor! Check file path! Segmentation fault (コアダンプ)

===============================================================

thank you.

Kyosuke45628 avatar Jan 15 '21 06:01 Kyosuke45628

You probably don't have any data in the respective directory. Check out the main function here (https://github.com/ParikaGoel/KinectFusion/blob/master/main.cpp)

frankzl avatar Jan 25 '21 11:01 frankzl

  1. Dataset : Download dataset https://vision.in.tum.de/rgbd/dataset/freiburg1/rgbd_dataset_freiburg1_xyz.tgz and extract in data (path for depth.txt will be data/rgbd_dataset_freiburg1_xyz/depth.txt) - https://vision.in.tum.de/data/datasets/rgbd-dataset/download#freiburg1_xyz
  2. Update main.cpp : uncomment std::string filenameIn = PROJECT_DATA_DIR + std::string("/rgbd_dataset_freiburg1_xyz/");

remmel avatar Feb 16 '21 04:02 remmel