PaddleSeg icon indicating copy to clipboard operation
PaddleSeg copied to clipboard

EISeg是否有办法加载预标记的结果呢

Open LiYouR opened this issue 2 years ago • 2 comments

问题确认 Search before asking

  • [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 Please ask your question

我现在想用自己的模型先进行预标记,然后再用EISeg来对结果进行编辑纠正。 有什么办法可以在EISeg里加载我预标记的结果吗。比如某一类格式的json文件之类。

LiYouR avatar Apr 28 '23 07:04 LiYouR

最近在研究弱监督的self-trainning,需要再标注,顺便解决了这个问题, 此代码用于生成一个json,可用EIseg将语义分割结果进行再标注。 predict.py 改为这个代码即可:

HongminMu avatar May 09 '24 03:05 HongminMu

可以参考我写的,针对于Cityscapes等的: image

https://github.com/HongminMu/Import-Semantic-Segmentation-Results-into-EISeg-for-Fine-grained-Annotation/blob/main/README.md

HongminMu avatar May 09 '24 11:05 HongminMu