We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System information (version):
Describe the bug The bug is located in:
DGM/3rdparty/densecrf/permutohedral.cpp
Line 195 in fd161d2
Line 189 in fd161d2
Steps To Reproduce Run the Demo Dense project in Debug mode.
The text was updated successfully, but these errors were encountered:
Brute-Force fix for issue #20.
8cb9746
No branches or pull requests
System information (version):
Describe the bug
The bug is located in:
DGM/3rdparty/densecrf/permutohedral.cpp
Line 195 in fd161d2
where index j exceeds the dimensions of the key matrix, which is m_featureSize. In the loop we have:
DGM/3rdparty/densecrf/permutohedral.cpp
Line 189 in fd161d2
Steps To Reproduce
Run the Demo Dense project in Debug mode.
The text was updated successfully, but these errors were encountered: