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

[Sprint] Add MIT re-writed version of YOLOv7, 9 #582

Open
2 tasks done
hglee98 opened this issue Nov 5, 2024 · 1 comment
Open
2 tasks done

[Sprint] Add MIT re-writed version of YOLOv7, 9 #582

hglee98 opened this issue Nov 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hglee98
Copy link
Contributor

hglee98 commented Nov 5, 2024

Description

This ticket is based on the on-going open-source project as follows:
https://github.com/WongKinYiu/YOLO

  • Add required model building blocks
  • Add required post-processor and losses
  • Add pre-trained model
  • Reproducibility check of official repo
  • Add corresponding docs

Checklists

  • I would create a corresponding branch for this issue from the designated (mostly dev) branch.
  • This issue only contains a preceding agreement between project owners.
@hglee98
Copy link
Contributor Author

hglee98 commented Dec 20, 2024

During YOLOv9 compression testing, I encountered a failure due to the Anchor2Vec layer being located in the model's head section. To resolve this issue, I relocate the Anchor2Vec module outside of the model architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant