修复部分bug,及新增部分特性#1
Closed
nianjiuhuiyi wants to merge 37 commits intozhouayi:mainfrom
Closed
Conversation
1、当无对象撤销时,程序会报错退出,新增了判断,可防止程序意外退出。 2、新增程序打开时,可自动定位到上次最后标注的图片位置,而不再是从头开始。 3、修复了修改之前标注错误的标签时,coco_json中数据删除的并不正确的问题。
Prevents an empty dictionary "KeyError" from being reported at the beginning of "Click Undo"
解码格式用utf-8,为了支持中文,默认字体使用simhei.ttf
修改保存json数据时,中文不会自动转为unicode字符
增加转ONNX的环境说明
修复error: "TypeError: Argument 'bb' has incorrect type (expected numpy.ndarray, got list)"
|
您好,感谢汉化,有几个问题反馈一下。1:分割一些面积大的区域时(比如天空)添加对象后好像对象是不全的,只有一部分。2.label能否在分割时可选择隐藏起来,对象多了label快要把图片遮住了 |
Author
问题1应该是一个bug,主要表现在,当分割的目标同时接触到了图片的两边及以上就会出现添加对象时,看到的分割结果是不全的,因为我用检测比较多,现在暂时未去修复此bug。 |
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.
1、当无对象撤销时,程序会报错退出,新增了判断,可防止程序意外退出。
2、新增程序打开时,可自动定位到上次最后标注的图片位置,而不再是从头开始。
3、修复了修改之前标注错误的标签时,coco_json中数据删除的并不正确,从而导致最终标注数据不正确的问题。