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
Upgrade mmyolo version to v0.6.0 #1
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
* fix typo * fix typo in no.17 output
…n-mmlab#565) * add v5 config and readme * fix config * update config * add remove mask * update * update * fix * update --------- Co-authored-by: huanghaian <huanghaian@sensetime.com>
* 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 <1286304229@qq.com> Co-authored-by: huanghaian <huanghaian@sensetime.com>
* 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 <1286304229@qq.com> Co-authored-by: huanghaian <huanghaian@sensetime.com>
* [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 <RangeKingHZ@gmail.com> * Revision - sentence structure Co-authored-by: Range King <RangeKingHZ@gmail.com> * Revision - fix typo Co-authored-by: Range King <RangeKingHZ@gmail.com> * Revision - parameters and FLOPs Co-authored-by: Range King <RangeKingHZ@gmail.com> * Revision - replace flops with FLOPs Co-authored-by: Range King <RangeKingHZ@gmail.com> * Revision - enhance readability Co-authored-by: Range King <RangeKingHZ@gmail.com> * Revision - fix typo Co-authored-by: Range King <RangeKingHZ@gmail.com> * Revision - correct grammatical errors Co-authored-by: Range King <RangeKingHZ@gmail.com> * Revision - enhance Co-authored-by: Range King <RangeKingHZ@gmail.com> --------- Co-authored-by: Range King <RangeKingHZ@gmail.com>
* 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 <RangeKingHZ@gmail.com> * Update docs/en/tutorials/faq.md Co-authored-by: Range King <RangeKingHZ@gmail.com> * Update docs/en/tutorials/faq.md Co-authored-by: Range King <RangeKingHZ@gmail.com> * Update docs/en/tutorials/faq.md Co-authored-by: Range King <RangeKingHZ@gmail.com> --------- Co-authored-by: Range King <RangeKingHZ@gmail.com>
* add en doc training_testing_tricks * refine doc * refine doc
* Update README.md * Update README.md
… uppercase extensions (.JPG, .PNG, etc.) (open-mmlab#725)
* Easydeploy enhance for model only * Fix readme * Merge output tensors * Fix import order * Fix for issue 729 * Remove task config
open-mmlab#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 (open-mmlab#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 <379319054@qq.com> Co-authored-by: Nioolek <40284075+Nioolek@users.noreply.github.com> Co-authored-by: huanghaian <huanghaian@sensetime.com>
* [Fix] fix copypaste in yolov5-ins l/x config * fix * format * update * update --------- Co-authored-by: huanghaian <huanghaian@sensetime.com>
* 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 (open-mmlab#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 <379319054@qq.com> Co-authored-by: josonchan <josonchan1998@163.com> Co-authored-by: Nioolek <40284075+Nioolek@users.noreply.github.com> Co-authored-by: huanghaian <huanghaian@sensetime.com>
typo in installation command
* [Docs] Fixed the wrong url. * Update docs/zh_cn/get_started/article.md Co-authored-by: Range King <RangeKingHZ@gmail.com> * Fixed the pre-commit problem. --------- Co-authored-by: Range King <RangeKingHZ@gmail.com>
* update deploy docs * fix lint * fix params and links * fix docs * update image
* fix ppyoloerandomcrop * fix maskrefine --------- Co-authored-by: Lingrui Gu <lingrui.gu@nanovision.com.cn>
) * 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.
Bump version to 0.6.0
This reverts commit 8e66bc8.
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.
boxam_vis_demo.py
open-mmlab/mmyolo#655)num_base_priors
to init bias instead of3
open-mmlab/mmyolo#658)15_minutes_object_detection.ipynb
open-mmlab/mmyolo#632)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