feat: 可设置自动标注图片数量#134
Merged
GreatV merged 4 commits intoPFCCLab:mainfrom Feb 15, 2025
MiaoHN:feat-auto-recogn-cnt
Merged
Conversation
Collaborator
|
Thank you for contributing. Please fix the code style formatting. Could you also explain the intended use case for this feature? |
Collaborator
|
比较好奇这个特性的使用场景是什么 |
Contributor
Author
|
我这边图的分辨率比较高,图多的时候可以选择性自动标注一部分,不然等的有点久 |
GreatV
reviewed
Feb 15, 2025
* 打开新文件夹后将 AutoRecognitionNum 的范围调整为 [0, len(mImgList)],默认自动标注的图片数量为图片总数 * 自动标注会从当前图片开始往下计数 * 设置为 0 会自动调整为剩余图片总数
This file contains hidden or 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
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.
currIndex到剩下全部图片数量)