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

Adding YOLOFastestV1 full model except loss #472

Draft
wants to merge 12 commits into
base: dev
Choose a base branch
from

Conversation

hglee98
Copy link
Contributor

@hglee98 hglee98 commented Jun 24, 2024

Description

First of all, Thanks to @aychun for supporting the implementation. Most of it are from @aychun 's endeavor.
This PR aims to support YOLOFastest model (#376).
However, There are some works left to do.

  • Implement correspoding loss (for now I choose to use existing retinanetloss).
  • Load pretrained weights
  • Add docs

We recommend to link at least one existing issue for PR. Before your create a PR, please check if there is an issue for this change.

Change(s)

  • Add DarkNet, YOLOv3FPN, yolo_fastest_head
  • Add corresponding config file

Code Formatting

If you PR to either master or dev branch, you should follow the code linting process. Please check your code with lint_check.sh in ./scripts directory.
For more information, please read the contribution guide in CONTRIBUTING.md.

Changelog

If your PR is granted to dev branch, codeowner will add a brief summary of the change to the Upcoming Release section of the CHANGELOG.md file including a link to the PR (formatted in markdown) and a link to your github profile.

For example,

- Added a new feature by `@myusername` in [PR 2023](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/2023)

Please enable Allow edits and access to secrets by maintainers so that our maintainers can update the CHANGELOG.md.

@hglee98 hglee98 requested a review from illian01 as a code owner June 24, 2024 08:14
@hglee98 hglee98 marked this pull request as draft August 8, 2024 15:15
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.

1 participant