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

Roadmap #171

Open
2 of 7 tasks
lucasjinreal opened this issue Aug 23, 2022 · 0 comments
Open
2 of 7 tasks

Roadmap #171

lucasjinreal opened this issue Aug 23, 2022 · 0 comments

Comments

@lucasjinreal
Copy link
Owner

yolov7-d2 is keeping involving. We have made some progress on exploring more light-weights model while still able get a favorable mAP. For example, we have made a MobileOne-S0 version model based on YOLOX-Lite achieves mAP 29.5, exceed YOLOX-Nano with faster speed on CPU.

We also achieves mAP 44 with a Convnexttiny model based on YOLOX arch.

But, we are still trying to expanding the model matrix and exploring more efficient && effective models, If you are interested in training or adding new model inside yolov7-d2, it's more than welcome!.

Roadmap of Next Half-Year 2022

CPU realtime Instance segmentation

this would need several steps:

  • A fast and efficient detector as base;
  • An effective way to predict Masks;
  • Boost the mAP and accuracy, at least better than SOLOv2;

CPU realtime Pose estimation

  • A baseline version;
  • Chasing KAPAO's result, get more accurate result

Replicate DINO's mAP

  • Replicate DINO's mAP, reconstruct whole code base in DINO;
  • Construct a more light-weighted transformer based model;
@lucasjinreal lucasjinreal pinned this issue Aug 23, 2022
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

No branches or pull requests

1 participant