forked from open-mmlab/mmyolo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nioolek
wants to merge
27
commits into
ppyoloe_train
Choose a base branch
from
ppyoloe_train_paddle
base: ppyoloe_train
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* 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
将 YOLOX -> YOLO
* 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
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.
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