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

Replace with OpenCV library #25

Closed
2 tasks
LeeHayun opened this issue Oct 16, 2017 · 2 comments
Closed
2 tasks

Replace with OpenCV library #25

LeeHayun opened this issue Oct 16, 2017 · 2 comments
Labels
API APIs of ANT framework enhancement feature-ml Machine Learning-related features

Comments

@LeeHayun
Copy link
Contributor

Currently, ANT uses modified OpenCV library for face detection.
However, as the ML framework was developed, I thought that it would be appropriate for face detection to be included in the ML framework.
There are some advantages.

Advantages

  • 'gitmodule' run time is reduced.
  • Execution time of intall-deps-*.sh is significantly reduced. (Because building OpenCV takes a considerable amount of time.) Reduce the execution time of install-deps-*.sh #7
  • The dependencies between OpenCV library and ANT can be solved.

Plan

  • Replace building the modified OpenCV with the OpenCV package installation
  • Add face detection to the ML framework
@LeeHayun LeeHayun added API APIs of ANT framework enhancement feature-ml Machine Learning-related features labels Oct 16, 2017
@RedCarrottt
Copy link
Member

👍

@RedCarrottt
Copy link
Member

RedCarrottt commented Nov 25, 2019

OpenCV library has already removed from ANT project.
If someone wants to implement face detection app, Stream API or ML API can be used.

Therfore, I close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API APIs of ANT framework enhancement feature-ml Machine Learning-related features
Projects
None yet
Development

No branches or pull requests

2 participants