PaddleCV-SIG / EISeg

高效交互式语义分割标注软件EISeg 『Efficient and intelligent interactive segmentation annotation software』

Home Page:https://github.com/PaddleCV-SIG/EISeg/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EISEG标注中断问题

W2YN opened this issue · comments

commented

EISEG版本:devlop
我最近使用感觉2个地方不太便捷,如果批量标注中断关闭软件后,原先标注已经没了 只能选择再打开文件夹,但是发现图片顺序也变了,有点尴尬了
还有个问题就是右侧能不能搞个加载的图片列表

commented

安装0.5版本,发现右侧有图片列表,关闭后也能显示原标注的位置,但是保存后闪退,再打开后,标注位置丢失

异常:
Traceback (most recent call last):
File "c:\programdata\anaconda3\envs\eiseg\lib\site-packages\eiseg\app.py", lin
e 1435, in exportLabel
l = self.controller.labelList[polygon.labelIndex - 1]
File "c:\programdata\anaconda3\envs\eiseg\lib\site-packages\eiseg\util\label.p
y", line 99, in getitem
return self.labelList[index]
IndexError: list index out of range

python: 3.6.6
eiseg: 0.5
安装方式: pip install eiseg