PaddleSeg icon indicating copy to clipboard operation
PaddleSeg copied to clipboard

Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Mat...

Results 373 PaddleSeg issues
Sort by recently updated
recently updated
newest added

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ![Uploading mode.png…]()

question

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar bug report. ### Bug描述 Describe the Bug 在执行https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/docs/quick_start_cn.md demo时,python train.py及python val.py均能正常运行,但是在执行python...

bug

### PR types New features ### PR changes Models, APIs ### Description added AIM to ppmatting

contributor

PaddleSeg团队你们好,目前paddleseg模型压缩提供裁剪和量化功能,但是2者功能是分开的,且裁剪后的模型不好使用paddleseg的量化功能直接量化,请问有把模型裁剪和量化结合的计划吗?

enhancement

λ/PaddleSeg python train.py --config configs/decoupled_segnet/decoupledsegnet_resnet50_os8_cityscapes_1024x512_80k.yml --save_dir /PaddleSegData/workdir/decoupledsegnet/decoupledsegnet_resnet50_os8_cityscapes_1024x512_80k --do_eval grep: warning: GREP_OPTIONS is deprecated; please use an alias or script 2022-04-28 08:09:43 [INFO] ------------Environment Information------------- platform: Linux-5.4.0-90-generic-x86_64-with-Ubuntu-18.04-bionic Python: 3.7.13 (default, Apr...

bug

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar bug report. ### Bug描述 Describe the Bug Trying to bundle a...

bug
triage

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar bug report. ### Bug描述 Describe the Bug ![image](https://user-images.githubusercontent.com/91525677/233040127-94a55476-d5f7-4139-a8d3-aabde5047182.png) 我用EIseg 标注完标签文件里就不存在autosave_label.txt文件 ###...

bug

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包含open与closed),没有类似需求。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar feature requests. ### 需求描述 Feature Description 只是个小问题,但是能改进下的话,对用户更友好。 保存标签列表的时候,默认是保存*.txt文件,输入文件名后.txt不会自动添加 按一般用户习惯,比如我们用自带的notepad保存,我想保存为abc.txt只用填一个abc,abc.txt就保存好了。 在EIseg里,填如abc,保存的文件名就是abc,下次打开时由于设置了过滤abc并不会显示,也加载不了。一定要在保存的时候手动填入abc.txt才可以正常保存和加载 ###...

Feature Request

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 我现在想用自己的模型先进行预标记,然后再用EISeg来对结果进行编辑纠正。 有什么办法可以在EISeg里加载我预标记的结果吗。比如某一类格式的json文件之类。

question

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 利用QT编写的包含paddle推理模型的软件发行到其他电脑中软件会闪退。(加载模型正常,使用模型推理会闪退,但发行的软件在开发电脑中正常运行) 排除了海康SDK、opencv等的问题,要发行的电脑中配置了和开发电脑一致的cuda和cudnn,软件在新电脑中其他功能包括相机取图及显示,opencv处理等功能均正常,但加载模型后调用模型进行推理就会闪退。 发行软件的文件夹中包含的paddle动态库如下: test_seg.dll、test_seg.lib、libiomp5md.dll、mkldnn.dll 、mklml.dll 、paddle_inference.dll 其中,test_seg.dll为使用VS生成的模型加载及推理接口动态库。...

question