Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

../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 this issue Jan 7, 2020 · 1 comment

Comments

@nonlinear1
Copy link

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

@anuranbaka
Copy link
Owner

That's odd. Those numbers obviously are multiples of 32. Maybe see what size the image was right before reaching that line?
The requirements for multiple of 32 were a shortsighted optimization on my part, that I'm now unable to back out :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants