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

Bump version to 0.6.0 #852

Merged
merged 40 commits into from
Aug 15, 2023
Merged

Bump version to 0.6.0 #852

merged 40 commits into from
Aug 15, 2023

Conversation

hhaAndroid
Copy link
Collaborator

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.

RangeKing and others added 30 commits March 6, 2023 10:20
* fix typo

* fix typo in no.17 output
* add v5 config and readme

* fix config

* update config

* add remove mask

* update

* update

* fix

* update

---------

Co-authored-by: huanghaian <[email protected]>
* support yolov5u inference

* minor fix

* Update README.md

* Add all configs

* unify config links
* add ms docs

* fix

* fix

* add en

* update

* update

* update

* update
* 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

* add print registers

* add print registers

* add print registers

* add print registers

* add print registers

* tang

* tang v1 finished

* tang

* print registers v1.2

* update

* tang

* update version

* update

* update

* remove exclude_prefix

* swap the val pipeline for visualization

* swap the val pipeline for visualization

* swap the val pipeline for visualization

* swap the val pipeline for visualization

* swap the val pipeline for visualization

---------

Co-authored-by: hha <[email protected]>
Co-authored-by: huanghaian <[email protected]>
* 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

* add print registers

* add print registers

* add print registers

* add print registers

* add print registers

* tang

* tang v1 finished

* tang

* print registers v1.2

* update

* tang

* update version

* update

* update

* remove exclude_prefix

* swap the val pipeline for visualization

* swap the val pipeline for visualization

* swap the val pipeline for visualization

* swap the val pipeline for visualization

* swap the val pipeline for visualization

* optimize the convert_kd_ckpt_to_student file

* optimize the convert_kd_ckpt_to_student file

* optimize the tools/model_converters/convert_kd_ckpt_to_student.py file

---------

Co-authored-by: hha <[email protected]>
Co-authored-by: huanghaian <[email protected]>
* [Fix] fix the config link for rtmdet_tiny

* fir the lint

* upload configs

* [Docs]Add doc for application examples

* [Doc] fix h1 title for ionogram_detection.md

* [Fix] update doc links for project/misc/

* Update links for application_examples in README

* Update links for application_examples in README

* Fix the bad commit caused by a mistake merge.

* Fix unnecessary modification on Table of Contents

* Add description of dataset preparation

* Add description of dataset preparation

* Update dataset analysis and pipeline visualization

* fix line too long

* Update rtmdet_s in the benchmark

* fix typo in the doc

* Replace local ckpt path with url

* Update file tree, check out for spaces

* Beautify configs

* Beautify configs

* Add introduction of annotation tool

* Update rtmdet benchmark

* Update rtmdet configs

* Fix typo

* Add English doc

* Minor revisio

* Fix typo

* Revision - check labels

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

* Revision - sentence structure

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

* Revision - fix typo

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

* Revision - parameters and FLOPs

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

* Revision - replace flops with FLOPs

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

* Revision - enhance readability

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

* Revision - fix typo

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

* Revision - correct grammatical errors

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

* Revision - enhance

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

---------

Co-authored-by: Range King <[email protected]>
* Add training_testing_tricks.md

* update

* update

* update

* update

* update

* update

* update
* faq translate init

* faq translate fix lint

* faq translate fix lint

* Update docs/en/tutorials/faq.md

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

* Update docs/en/tutorials/faq.md

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

* Update docs/en/tutorials/faq.md

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

* Update docs/en/tutorials/faq.md

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

---------

Co-authored-by: Range King <[email protected]>
* add en doc training_testing_tricks

* refine doc

* refine doc
* Update README.md

* Update README.md
* Easydeploy enhance for model only

* Fix readme

* Merge output tensors

* Fix import order

* Fix for issue 729

* Remove task config
#707)

* Support setting the cache_size_limit parameter of dynamo in PyTorch 2.0

* update

* update

* fix

* fix

* update

* update

* update version
* Support model-only inference

* Fix ppyoloe std

* Add doc

* Fix typo

* Rename
* [FEATURE] Support YOLOv6 3.0 inference

* add CSPSPPFBottleneck module for YOLOv6 3.0 backbone

* add BiFusion module, YOLOv6RepBiPAFPN module for YOLOv6 3.0 neck

* modify YOLOv6HeadModule to support YOLOv6 3.0 head

* add a yolov6v3 l/m/s/t/n conifgs

* [Fix] Modify YOLOv6 3.0 neck

* Modify YOLOv6RepBiPAFPN

* Add unit tests

* [Fix] Modify configs

* Rename yolov6_v3 configs

* Fix a bug in building BiFusion Module

* Add a checkpoint convert script
* add

* reproduce map

* add typehint and doc

* format code

* replace key

* add ut

* format

* format

* format code

* fix ut

* fix ut

* fix comment

* fix comment

* fix comment

* [WIP][Feature] Support yolov5-Ins training

* fix comment

* change data flow and fix loss_mask compute

* align the data pipeline

* remove albu gt mask key

* support yolov5 ins inference

* fix multi gpu test

* align the post_process with v8

* support training

* support training

* code formatting

* code formatting

* Support pad_param type (#672)

* add half_pad_param

* fix default fast_test

* fix loss weight compute

* fix mask rescale, add segment merge, fix segment2bbox

* fix clip and fix mask init

* code formatting

* code formatting

* code formatting

* code formatting

* [Fix] fix load image from file

* [Add] Add docs and more config

* [Fix] config type and test_formatting

* [Fix] fix yolov5-ins_m packdetinputs

* update

---------

Co-authored-by: Nioolek <[email protected]>
Co-authored-by: Nioolek <[email protected]>
Co-authored-by: huanghaian <[email protected]>
* [Fix] fix copypaste in yolov5-ins l/x config

* fix

* format

* update

* update

---------

Co-authored-by: huanghaian <[email protected]>
* add

* reproduce map

* add typehint and doc

* format code

* replace key

* add ut

* format

* format

* format code

* fix ut

* fix ut

* fix comment

* fix comment

* fix comment

* [WIP][Feature] Support yolov5-Ins training

* fix comment

* change data flow and fix loss_mask compute

* align the data pipeline

* remove albu gt mask key

* support yolov5 ins inference

* fix multi gpu test

* align the post_process with v8

* support training

* support training

* code formatting

* code formatting

* Support pad_param type (#672)

* add half_pad_param

* fix default fast_test

* fix loss weight compute

* add models

* add dataset1

* add dataset2

* add dataset3

* add configs

* re commit __init__

* re commit __init__

* re commit

* del local

* add typo

* del PoseToDetConverter and BBoxKeypoints

* del local changes

* fix mask rescale, add segment merge, fix segment2bbox

* fix pipeline

* add dataset

* fix typo

* add resize in mmyolo

* fix typo

* del local

* del local changes

* del local changes

* fix dir name

* fix dir name

* add FilterAnnotations

* fix typo

* new config for yolox-pose

* fix typo

* fix typo

* fix clip and fix mask init

* del pose dataset changes

* fix YOLOv5DetDataPreprocessor

* del local file

* fix typo

* del init_cfg

* simplify config

* fix batch size

* fix batch size

* fix typo

* code formatting

* code formatting

* code formatting

* code formatting

* fix bug for FilterAnnotations

* simpler way for FilterAnnotations

* update config

* [Fix] fix load image from file

* shorten eval time

* fix typo

* add large model

* [Add] Add docs and more config

* [Fix] config type and test_formatting

* [Fix] fix yolov5-ins_m packdetinputs

* hand rebase from yolov5-ins

* use new PackDetInputs

* rebase fix typo

* add mapping table

* fix typo

* add weight

* del typo

* del typo

* add results

* install mmpose, Keypoints note, context manager, predict, ota rename

* fix test

* add unittest for pose_sim_ota_assigner and yolox_head

* add unittest for pose_sim_ota_assigner and yolox_head

* fix typo

---------

Co-authored-by: Nioolek <[email protected]>
Co-authored-by: josonchan <[email protected]>
Co-authored-by: Nioolek <[email protected]>
Co-authored-by: huanghaian <[email protected]>
typo in installation command
RangeKing and others added 10 commits May 15, 2023 11:00
* [Docs] Fixed the wrong url.

* Update docs/zh_cn/get_started/article.md

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

* Fixed the pre-commit problem.

---------

Co-authored-by: Range King <[email protected]>
* update deploy docs

* fix lint

* fix params and links

* fix docs

* update image
* fix ppyoloerandomcrop

* fix maskrefine

---------

Co-authored-by: Lingrui Gu <[email protected]>
* Add balloon support of yolov5s instance segmentation.

* Fixed typo.

* [Docs] Update 15_minutes_instance_segmentation.md Chinese version.

* [Docs] Update 15_minutes_object_detection.md.

* [Docs] Update 15_minutes_instance_segmentation.md

* Update picture.

* Update comment.

* Fixed typo.

* [Docs] Create 15 min ins seg toturial.

* Create jupyter notebook.

* Fixed typo.

* Update colab url.
@hhaAndroid hhaAndroid merged commit 8c4d9dc into main Aug 15, 2023
2 of 3 checks passed
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.