-
Notifications
You must be signed in to change notification settings - Fork 14
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
Confusion about colorchecker.py #2
Comments
Hello CnJsJh
create mccfiend.py
for mccfindnet you need NVidia Caffe. |
Thank you very much for your explanation! |
I think that this could work for Windows: Windows (MS Visual Studio):
MacOSX (Xcode):
|
Thank you for your explanation! |
Hello all, I have managed to have a complete installation: ======= prepare environment ========
====== configure, build, install openCV =======
======configure, build mcc lib =======
You might get the warning below:
adding the line below in CMakeLists.txt should resolve it As a last step, do not forget to pip install the following packages:
Now you should be able run mccfiend.py python file. |
Thanks to the author for his answer. I'm On Windows, and I've executed : When I run mccfiend.py, I can't solve this problem. I really hope you can help me. Thanks again! |
In 'build/colorchecker.py' ,there is a line as follows.
mcclib = utils.ffi_module_import( 'build/mcclib/libmcclib' )
I can't find libmcclib.
I hope that you could help solve my problem .
Thank you!
The text was updated successfully, but these errors were encountered: