-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unable to install #2
Comments
Yeah, sorry for that. At present, you may need to modify the code. I will fix this later on. |
Thanks for your reply. It is very kind of you. However I don't know where I should modify because I barely get anything from the logs information. And I don't have any error information about OpenCV2. |
Some of the member functions of OpenCV2 are different from opencv3. You can try to compile the C++ part with gcc. |
@Kinpzz I had the same problem and I solved it by
@Andrew-Qibin it is very kind of you to open this code. Can you give me some advice if I want to modify the code to return MaxFb and mae value as a list in the member function do_evaluation() ? |
@Kinpzz I have the trouble with both C++ and python installing method. Have you sloved it?
Have you some solutions? |
Hi, I still get the error |
Same. Any solutions? |
@Sucran Did you had any error while calling do_evaluation(), I am getting an error saying salmetric has no atrribute do_evaluation(). |
do_evalution() should be do_evaluation() |
Hi, Andrew
I have trouble with both C++ and python installing method. They were all failed, and I can get little information from the debug log. Should I modify the program?
The log are as following:
The text was updated successfully, but these errors were encountered: