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

Detection #85

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

JuliaKamelina
Copy link

Не получается распознать логотип университета на изображении

} else {
std::cerr << "Failed to create detector with name '" << name << "'"
<< std::endl;
return nullptr;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь можно бросить исключение и наверху его отловить.

return false;
} else {
return true;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return detector.load(model_file_path);

if (detector.empty()) {
std::cout << "Detector is not loaded" << std::endl;
return;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Можно бросить исключение.

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

Successfully merging this pull request may close these issues.

2 participants