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
Hi, @philkr I think there is a typos in matlab/CMakeLists.txt
add_library( gop_mex SHARED gop_mex.cpp ) target_link_libraries( gop_mex util imgproc learning contour segmentation proposals gomp )
should be
add_library( lpo_mex SHARED lpo_mex ) target_link_libraries( lpo_mex util imgproc learning contour segmentation proposals gomp )
As you do not have gop_mex.cpp in this project, Do you?
The text was updated successfully, but these errors were encountered:
As mentioned in #1 I didn't update the matlab wrapper yet. I'll do that as soon as I have time. Also feel free to PR one if you want.
Sorry, something went wrong.
No branches or pull requests
Hi, @philkr
I think there is a typos in matlab/CMakeLists.txt
add_library( gop_mex SHARED gop_mex.cpp )
target_link_libraries( gop_mex util imgproc learning contour segmentation proposals gomp )
should be
add_library( lpo_mex SHARED lpo_mex )
target_link_libraries( lpo_mex util imgproc learning contour segmentation proposals gomp )
As you do not have gop_mex.cpp in this project, Do you?
The text was updated successfully, but these errors were encountered: