Skip to content

Conversation

WongGawa
Copy link
Collaborator

@WongGawa WongGawa commented Aug 21, 2025

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

Motivation

(Write your motivation for proposed changes here.)

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)

@WongGawa WongGawa force-pushed the readme branch 2 times, most recently from 2d40317 to b580be7 Compare August 21, 2025 08:36
yuedongli1
yuedongli1 previously approved these changes Aug 21, 2025
bboxes = np.concatenate((bboxes, [box]), 0)
bboxes = np.concatenate((bboxes, box), 0)
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个跟numpy版本有关系吗?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bugfix. 与numpy版本无关。

@zhanghuiyao zhanghuiyao merged commit 17692fa into mindspore-lab:master Aug 21, 2025
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.

3 participants