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

Ppyoloe train paddle #2

Open
wants to merge 27 commits into
base: ppyoloe_train
Choose a base branch
from
Open

Ppyoloe train paddle #2

wants to merge 27 commits into from

Conversation

Nioolek
Copy link
Owner

@Nioolek Nioolek commented Jan 5, 2023

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Please describe the motivation for this PR and the goal you want to achieve through this PR.

Modification

Please briefly describe what modification is made in this PR.

BC-breaking (Optional)

Does the modification introduce changes that break the backward compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here and update the documentation.

Checklist

  1. Pre-commit or other linting tools are used to fix potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
  3. If the modification has a potential influence on downstream projects, this PR should be tested with downstream projects, like MMDetection or MMClassification.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

triple-Mu and others added 27 commits January 4, 2023 20:02
* Support YOLOv7 easy deploy

* Remove useless comment

* Fix mkdir
* fix typo in docstring

* fix typo in docs

* fix typo in docs
… set. (open-mmlab#430)

* [Fix] Fix bugs in the output annotation file when  is set.

* Update labelme2coco.py

* Update labelme2coco.py

* Improve code

Co-authored-by: HinGwenWoong <[email protected]>
open-mmlab#408)

* correct the scale_factor and pad_param value in LetterResize

* correct the scale_factor and pad_param value in LetterResize

* correct the scale_factor and pad_param value in LetterResize

* tang

* update

* tang

* tang

* fix linting

* tang

* tang

* tang

Co-authored-by: hha <[email protected]>
* Update useful_tools.md

更新了浏览数据部分的文档

* Update useful_tools.md

* Update useful_tools.md

* Update useful_tools.md

* Update docs/zh_cn/user_guides/useful_tools.md

Co-authored-by: HinGwenWoong <[email protected]>

Co-authored-by: HinGwenWoong <[email protected]>
* YOLOv6网络结构文档

* 修正YOLOv6网络结构文档

* 修改模型结构图四周多余的留白

Co-authored-by: yl4203 <wsnbbzwd19960817>
* add ppyoloe backbone, neck

* add ppyoloe test

* add docstring

* add ppyoloe m/l/x configfile

* add ppyoloe_coco.py

* rename config

* add typehint

* format code; add ut

* add datapre

* add datapre

* add ppyoloe datapre

* add ppyoloe datapre

* add ppyoloe datapre

* reproduce coco v0.1

* add ut

* add ut, docstring

* fix transforms bug

* use mmdet dfloss

* add non plus model config

* add non plus model config

* fix

* add ut

* produce coco v0.2

* fix config

* fix config

* fix eps and transforms bug

* add ema

* fix resize

* fix transforms.py

* fix transforms.py

* fix transforms.py

* old version

* old version

* old version

* old version

* old version

* old version

* fix stride loss error

* add INTER_LANCZOS4

* fix crop bug

* init commit

* format code

* format code

* bgr transforms.py

* add typehint and doc in transforms.py

* 继承新版yolov6head写法,删除不必要的注释

* fix transforms var name bug

* bbox decode use stridetensor insted of priors

* add headmodule todo

* add ppyoloe README.md

* add ppyoloe README.md

* Update tests/test_datasets/test_transforms/test_transforms.py

Co-authored-by: Range King <[email protected]>

* Update tests/test_datasets/test_transforms/test_transforms.py

Co-authored-by: Range King <[email protected]>

* save ckpt last 10 epochs

* save_best ckpt

* del ppyoloe collate

* change name of ppyoloebatchrandomresize

* add the reason for rewritten PPYOLOEDetDataPreprocessor

* solve ppyoloerandomresize name error

* rm PPYOLOERandomExpand

* rm l1 loss

* rm yolov6 loss_obj

* add difference between yolov6 and ppyoloe

* add reason for rewrite paramscheduler

* change proj init way

* fix error

* rm proj_conv in pth

* format code

* add load_from

* update

* support fast training

* add pretrained model url

* update

* add pretrained model url

* fix error

* add imagenet model convert and use init_cfg to init backbone

* add plus model pretrain model

* add ut

* add ut

* fix ut

* fix withstride bug

* cat in yolov5_collate

* merge

* fix typehint

* update readme

* add reason for gap

* fix log in README.md

* rollback yolov6

* change inherit

* fix ut

* fix ut

Co-authored-by: Range King <[email protected]>
Co-authored-by: hha <[email protected]>
Co-authored-by: huanghaian <[email protected]>
…-mmlab#436)

* Keep the same input shape order as mmdet

* add desc

* update

* update
* Distinguish variables when training and testing

* beauty
* the file  to verify the installation

* "add module_combination"

* add module_combination

* modified module_combination.md

* modify module_combination.md

* fix module_combination.md
* add_example_project

* renew readme

* Update projects/example_project/README.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: HinGwenWoong <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: Haian Huang(深度眸) <[email protected]>

* Update projects/example_project/dummy/dummy_resnet.py

Co-authored-by: Haian Huang(深度眸) <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: Haian Huang(深度眸) <[email protected]>

* Update projects/example_project/dummy/dummy_resnet.py

Co-authored-by: Haian Huang(深度眸) <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: Haian Huang(深度眸) <[email protected]>

* renew to yolov5

* Update projects/example_project/dummy/dummy_yolov5cspdarknet.py

Co-authored-by: Range King <[email protected]>

* Update projects/example_project/README.md

Co-authored-by: Range King <[email protected]>

* Update projects/example_project/dummy/dummy_yolov5cspdarknet.py

Co-authored-by: HinGwenWoong <[email protected]>

* fix issue

* Update projects/example_project/dummy/dummy_yolov5cspdarknet.py

* Update projects/example_project/README.md

* Update projects/example_project/README.md

Co-authored-by: HinGwenWoong <[email protected]>
Co-authored-by: Haian Huang(深度眸) <[email protected]>
Co-authored-by: Range King <[email protected]>
* bump version to v0.3.0

* add v7 cat demo config

* update mmdet version

* update

* fix topk out of range error

* update

* add changelog.md

* update

* update

* update

* update

* update
Bump version to v0.3.0
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.