PaddleSeg
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...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question Hi, I want to know if RandomPaddingCrop...
### 问题确认 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  配置如下: # common...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 我加载eiseg的轻量级通用场景的图像标注模型和照片后,点击照片闪退!,报如下错误: Traceback (most recent call last): File...
在跑PaddleSeg实现植物语义分割项目时遇到bug:ValueError: cannot reshape array of size 262144 into shape (3840,2658),
### 问题确认 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 我使用的数据集是PlantSegDatasets,配置文件使用的是pp_liteseg_stdc1_camvid_960x720_10k.yml。报错Exception in thread Thread-2:...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question  列出来很多数据增强的方法,但是我没找到在config.yaml中,如何添加或修改数据增强的方法。 这里是默认的一些参数, ``` train_dataset: dataset_root: datasets/Cityscapes...
### 问题确认 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 按照官方文档安装paddlepaddle和EISeg后,在虚拟环境中启动EISeg失败。报错:AttributeError: module 'cv2.dnn' has...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 参照文档 https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.9/Matting/docs/full_develop_cn.md#%E6%95%B0%E6%8D%AE%E9%9B%86%E5%87%86%E5%A4%87 需求是这样的 输入原图  抠出衣服 ...
### 问题确认 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 '''NotImplementedError: (Unimplemented) Invalid dimension...
### PR types Bug fixes ### PR changes ### Description 修复 https://github.com/PaddlePaddle/Paddle/pull/63842 合入后出现的类型提升不受支持的问题。
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 刚接触paddleseg,配置好环境后想直接测试提供的预训练模型效果如何,但其始终用CPU进行推理,不清楚是什么原因,请问如何调用GPU推理。 尝试了以下操作都不管:1.用命令行参数设置GPU设备 2.pycharm终端运行前用 set CUDA_VISIBLE_DEVICES=0 设置GPU python版本:3.9...