You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./imagesStVO /home/suddhu/to-sync/dataset/KITTI/sequences/00/image_0 terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid [1] 9656 abort (core dumped) ./imagesStVO /home/suddhu/to-sync/dataset/KITTI/sequences/00/image_0
I've been getting this error for both StVO-PL and PL-slam. Any idea why?
The text was updated successfully, but these errors were encountered:
I also encountered the same problem.But I have fixed it by this way.
I add the kitti odometry dataset directory to the environment variable.That is export DATASETS_DIR=/home/weiningwei/dataset/kitti_data_odometry_gray/sequences/
Then run it. ./build/imagesStVO 00/ -c ./config/dataset_params/kitti00-02.yaml
Upon running, I get the below error -
./imagesStVO /home/suddhu/to-sync/dataset/KITTI/sequences/00/image_0 terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid [1] 9656 abort (core dumped) ./imagesStVO /home/suddhu/to-sync/dataset/KITTI/sequences/00/image_0
I've been getting this error for both StVO-PL and PL-slam. Any idea why?
The text was updated successfully, but these errors were encountered: