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 Hi, I want to know if RandomPaddingCrop...

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 ![bottle_pre_0](https://github.com/PaddlePaddle/PaddleSeg/assets/84842493/151f08ef-6c31-4246-95e5-cd9c2c191035) 配置如下: # common...

bug

### 问题确认 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...

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 我使用的数据集是PlantSegDatasets,配置文件使用的是pp_liteseg_stdc1_camvid_960x720_10k.yml。报错Exception in thread Thread-2:...

bug

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ![image](https://github.com/PaddlePaddle/PaddleSeg/assets/29767049/a8522f3f-2ab9-40f6-a25f-065d17788097) 列出来很多数据增强的方法,但是我没找到在config.yaml中,如何添加或修改数据增强的方法。 这里是默认的一些参数, ``` train_dataset: dataset_root: datasets/Cityscapes...

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 按照官方文档安装paddlepaddle和EISeg后,在虚拟环境中启动EISeg失败。报错:AttributeError: module 'cv2.dnn' has...

bug

### 问题确认 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 需求是这样的 输入原图 ![image](https://github.com/PaddlePaddle/PaddleSeg/assets/16249614/bb117a4e-5edf-4f07-8fd7-5ad5378518cf) 抠出衣服 ![image](https://github.com/PaddlePaddle/PaddleSeg/assets/16249614/d0b6e519-d811-4fd5-a833-5854c1756d56)...

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 '''NotImplementedError: (Unimplemented) Invalid dimension...

bug

### 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...

question