-
Notifications
You must be signed in to change notification settings - Fork 152
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
Support loading model weight from ultralytics #167
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #167 +/- ##
==========================================
- Coverage 96.25% 96.16% -0.10%
==========================================
Files 11 10 -1
Lines 561 600 +39
==========================================
+ Hits 540 577 +37
- Misses 21 23 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Copy-Paste ComputeLoss and LoadImagesAndLabels from ultralytics * Copy-Pasted trainer from ultralytics * Fixing training with ultralytics * Minor fixes * Cleanup init in ComputeLoss * Support attaching hyperparameters directly
zhiqwang
force-pushed
the
load-from-ultralytics
branch
from
September 19, 2021 09:26
37e4eb3
to
ea81728
Compare
zhiqwang
force-pushed
the
load-from-ultralytics
branch
from
September 19, 2021 18:21
518aa0f
to
f1276a0
Compare
zhiqwang
force-pushed
the
load-from-ultralytics
branch
from
September 21, 2021 07:00
94c89bb
to
3698657
Compare
zhiqwang
force-pushed
the
load-from-ultralytics
branch
from
September 21, 2021 16:58
96d06d3
to
0d0b5f1
Compare
This was referenced Sep 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API
Library use interface
bc-breaking
Backwards Incompatible Changes
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We introduce a new interface to load models from ultralytics/yolov5
Resolves #141 .
NOTE: This PR will introduce BC-breaking changes, we're moving the common utils to
yolort.v5
, such ashttps://github.com/zhiqwang/yolov5-rt-stack/blob/845d1b2b8ef7805492c7364ebdd72952efd89b4a/yolort/models/path_aggregation_network.py#L7
https://github.com/zhiqwang/yolov5-rt-stack/blob/845d1b2b8ef7805492c7364ebdd72952efd89b4a/yolort/models/darknet.py#L8