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

Implementing multi-task CV models(GsoC-22) #63

Closed
obtx opened this issue Jun 23, 2022 · 1 comment
Closed

Implementing multi-task CV models(GsoC-22) #63

obtx opened this issue Jun 23, 2022 · 1 comment
Assignees
Labels
GSoC Google Summer of Code projected related

Comments

@obtx
Copy link

obtx commented Jun 23, 2022

Abstract

Multi-task learning (MTL) is a branch of machine learning, in which multiple tasks learn simultaneously through a shared model. It has the following advantages: improving data efficiency, reducing overfitting through shared representation, and using auxiliary information to learn quickly.
At present, the implementation of the multi-task CV model is not in OpenCV, so developers based on OpenCV cannot use the multi-task model to reduce the amount of computation and improve the accuracy.

Aim: One or more multi-task CV models trained (or borrowed, if the license is appropriate), and submitted to OpenCV model zoo.

@fengyuentau fengyuentau self-assigned this Jun 23, 2022
@fengyuentau fengyuentau added the GSoC Google Summer of Code projected related label Jun 23, 2022
@puneeth072003
Copy link

@obtx Happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC Google Summer of Code projected related
Projects
None yet
Development

No branches or pull requests

3 participants