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

Thanks for your bug report. To help us solve the issue better, please provide following information: 1. PaddleSeg version: (please specify the branch as well,e.g. PaddleSeg release/2.3) 2. PaddlePaddle version:...

bug

欢迎您反馈PaddleSeg使用问题,辛苦您提供以下信息,方便我们快速定位和解决问题: PaddleSeg版本:(请提供版本号和分支信息,如PaddleSeg release/2.3) PaddleSeg release/2.6 PaddlePaddle版本:(如PaddlePaddle 2.1.0)paddlepaddle-gpu 2.3.1.post116 操作系统信息:(如Linux/Windows/MacOS)Windows10 Python版本号:(如Python3.6/7/8)Python 3.10.4 CUDA/cuDNN版本:( 如CUDA10.2/cuDNN 7.6.5等)CUDA11.7 cuDNN8.4.1 完整的代码:(若修改过原代码,请提供修改前后代码对比) 详细的错误信息、相关log:(若使用多卡,log默认保存在log/worklog.0) ![image](https://user-images.githubusercontent.com/50484238/183361998-b37fc78c-188e-495f-8e4e-2d6a3742e15e.png) 运行指令或复现步骤: EISeg打开加载模型,之后关闭,再打开后闪退 其他内容: (增加其他与问题相关的内容) NVIDIA 系统信息报告,创建于: 08/08/2022 15:58:52 系统名称: DESKTOP-7M0A3LD [显示] 操作系统:...

bug

paddlepaddle2.6版本 运行Matting操作流程就和quickstart里的一样,在进行背景替换时会报一个错误 ![image](https://user-images.githubusercontent.com/38580985/183390057-96218523-6073-4b71-8e5b-3d0b53ef2194.png) 我看了下应该是np数组大小不一致导致的。 ![image](https://user-images.githubusercontent.com/38580985/183390287-e0118084-08e0-4ce9-9517-e5b6946adf1a.png) 这边fg的大小是(1,1,3)。 然后我在_estimate_fb_ml这个函数里加了个print语句 ![image](https://user-images.githubusercontent.com/38580985/183390638-5cf0ecf3-6d9f-4657-a613-1c7ce255980d.png) 然后代码就正常运行了 ![image](https://user-images.githubusercontent.com/38580985/183390786-68bbc995-296a-4b76-8336-e5c0efdab564.png) 我不能理解是什么原因导致的

question

Welcome to propose a new feature! To help us understand your great feature, please provide following information: 1. A clear and concise description of the proposed feature. 2. Tell us...

enhancement

修复使用`tee`转接命令输出到日志文件导致`status_check()`无法获取正确的exit code的问题。

欢迎提出一个新功能需求,为了帮助我们更好理解您的需求,辛苦提供下面信息: 1. 能够在标注分割的时候区分哪些封闭区域属于同一个个体; 2. 能够在分割标注手、脚、头、躯干后,将多个部分归属到一个个体(我们想的办法是加下角标); 3. 目前软件标注结果在实例分割项目上很难被使用。

enhancement

模型已经上传,标签也已添加,图像也已打开,当鼠标左键点击图像区域的时候EISeg界面出现闪崩,输出bug日志如下: Traceback (most recent call last): File "/PaddleSeg/EISeg/eiseg/app.py", line 1628, in canvasClick self.controller.addClick(x, y, isLeft) File "/PaddleSeg/EISeg/eiseg/controller.py", line 214, in addClick pred = self.predictor.get_prediction(self.clicker) File "/PaddleSeg/EISeg/eiseg/inference/predictor/base.py", line 96, in get_prediction...

bug

这个工程很多code里面插值F.interpolate传参都是错的,跑着有Bug。 shape应该传list格式的[h, w],不应该传tuple格式的(h, w)

bug

规范化TIPC日志文件路径和命名。