anuranbaka / OpenDTAM

An open source implementation of DTAM
Other
287 stars 151 forks source link

../rgbd-frames/frame-000199.color.png terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(3.4.6) /home/manifold/OpenDTAM3/Cpp/CostVolume/CostVolume.cpp:63: error: (-215:Assertion failed) image.rows % 32 == 0 && image.cols % 32 == 0 && image.cols >= 64 in function 'CostVolume' Aborted (core dumped)? #63

Open nonlinear1 opened 4 years ago

nonlinear1 commented 4 years ago

When I use 1280*720 resolution pitctures to run the OpenDTAM. It give me the following error: ../rgbd-frames/frame-000199.color.png terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(3.4.6) /home/manifold/OpenDTAM3/Cpp/CostVolume/CostVolume.cpp:63: error: (-215:Assertion failed) image.rows % 32 == 0 && image.cols % 32 == 0 && image.cols >= 64 in function 'CostVolume'

Aborted (core dumped)

My picture is 1280*720 resolution, So how to change the codes to run? Thank you very much