-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support upstream yolov5 P6 models (#196)
* Add yolov5*6.yaml from ultralytics * Introduce LastLevelP6 in PAN * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing UnboundLocalError of extra_blocks * Fixing the structure of YOLOv5 P6 models * [pre-commit.ci] auto fixes from pre-commit.com hooks * Fixing UnboundLocalError in PathAggregationNetwork * Fixing linter * Fixing the structure of YOLOv5 P6 models * [pre-commit.ci] auto fixes from pre-commit.com hooks * Fixing linters * [pre-commit.ci] auto fixes from pre-commit.com hooks * Remove unused codes * Minor refactoring * Add IntermediateLevelP6 back * Parametrize test_backbone_with_pan * [pre-commit.ci] auto fixes from pre-commit.com hooks * Fixing test_backbone_with_pan[width_multiple=0.75] * Refactor the forward of PAN * Fixing type annotation in IntermediateLevelP6 * Fixing linter * Cleanup _init_test_backbone_with_pan * Rename to height and width * [pre-commit.ci] auto fixes from pre-commit.com hooks * Adapting to P6 in unit-test * [pre-commit.ci] auto fixes from pre-commit.com hooks * Get strides in yolov5 * Fixing strides and anchor_grids in yolov5s6 * Parametrize test_anchor_generator * [pre-commit.ci] auto fixes from pre-commit.com hooks * Minor fixes * Fixing num_anchors in AnchorGenerator * Fixing load_from_yolov5 in YOLO and YOLOv5 * [pre-commit.ci] auto fixes from pre-commit.com hooks * Deprecate update_module_state_from_ultralytics * [pre-commit.ci] auto fixes from pre-commit.com hooks * Move load_from_ultralytics back to yolort.models._utils * [pre-commit.ci] auto fixes from pre-commit.com hooks * Fixing ImprotError * [pre-commit.ci] auto fixes from pre-commit.com hooks * Move test_load_from_yolov5 to test_models.py * [pre-commit.ci] auto fixes from pre-commit.com hooks * Fixing updating P6 models from ultralytics * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update align-with-ultralytics notebooks * Adding yolov5n6 and yolov5m6 * Fixing load_from_yolov5 in YOLOv5 * Simplify YOLOv5.load_from_yolov5 * [pre-commit.ci] auto fixes from pre-commit.com hooks Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ca3c97c
commit 4b3454e
Showing
21 changed files
with
1,227 additions
and
474 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.