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

Add YOLOv8x Segmentation #196

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Conversation

zhanghuiyao
Copy link
Collaborator

@zhanghuiyao zhanghuiyao commented Sep 1, 2023

Thank you for your contribution to the MindYOLO repo.
Before submitting this PR, please make sure:

Motivation

  1. Add YOLOv8x Seg Model
  2. Reconstruct dataset

Test Plan

(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)

Related Issues and PRs

(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)

@zhanghuiyao zhanghuiyao added the rfc 需求单issue label Sep 1, 2023
@zhanghuiyao zhanghuiyao self-assigned this Sep 1, 2023
@@ -1,2 +1,2 @@
"""version init"""
__version__ = "0.1.0"
__version__ = "0.3.0-dev"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个version为什么突然变成0.3了?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.2分支还没改过来 master作为v0.3版本继续开发

@@ -26,12 +28,16 @@
| YOLOX | X | D910x8-G | 640 | MS COCO 2017 | 51.6 | 99.1M | 281.9G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolox/yolox-x.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolox/yolox-x_300e_map516-52216d90.ckpt) |
| YOLOX | Darknet53 | D910x8-G | 640 | MS COCO 2017 | 47.7 | 63.7M | 185.3G | [yaml](https://github.com/mindspore-lab/mindyolo/blob/master/configs/yolox/yolox-darknet53.yaml) | [weights](https://download.mindspore.cn/toolkits/mindyolo/yolox/yolox-darknet53_300e_map477-b5fcaba9.ckpt) |

<br>
## Segmentation
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick start里也加下segment的说明

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seg task兼容原有启动方式,用户通过指定不同.yaml文件来选择不同的task

@CaitinZhao
Copy link
Collaborator

CaitinZhao commented Sep 4, 2023

改下ut适配这次的修改

SamitHuang
SamitHuang previously approved these changes Sep 4, 2023
@zhanghuiyao
Copy link
Collaborator Author

改下ut适配这次的修改

ok

@zhanghuiyao zhanghuiyao force-pushed the master branch 4 times, most recently from b9e7a16 to 8635cb2 Compare September 5, 2023 01:11
@CaitinZhao CaitinZhao merged commit 062ad79 into mindspore-lab:master Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfc 需求单issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants