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] 我已经查询[历史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 !pip install --user --upgrade...

bug

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 你好,请问下通用场景抠图的预训练模型是如何使用的呢? 我使用如下的方方式: python tools/predict.py --config configs/ppmatting/ppmatting-hrnet_w48-distinctions.yml --model_path...

question

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question hi, when I tried to use MobileSeg,...

question

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question paddlex导出的分割模型和paddleseg调用的模型格式不一样,如何实现paddleseg调用paddlex分割模型?

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 尝试使用EISeg标注出的数据作为数据集直接训练测试,但进行_pseudo.jpg和原图切分数据后训练出现维度错误,尝试改变数据增强参数可以改变维度错误数值但是依然不能成功训练, 数据集链接: https://pan.baidu.com/s/105jTdz0SyXcpmdvE8YR60w?pwd=rsg3 提取码:...

bug

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question Hi. Thanks for your great works. I...

question

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

question

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question I use QualityInspector STFPM with MvTec AD...

question

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 使用宫格打开一张图片,少了最后一行的图片

question

### 问题描述 Please describe your issue # CAT-Seg (CVPR'2023)模型复现 ## 任务描述 ### 任务背景 - CAT-Seg是open-vocabulary semantic segmentation的前沿模型,其提出了一种cost aggregation方法将CLIP表征应用于像素级分割任务,在多个数据集上达到了开放集分割的SOTA ### 完成步骤 1. 数据和模型、代码均已经开源。 2. 根据开源代码进行网络结构、评估指标转换,[代码链接](https://github.com/KU-CVLAB/CAT-Seg)。 3. 结合[论文复现指南](https://github.com/PaddlePaddle/models/blob/release%2F2.2/tutorials/article-implementation/ArticleReproduction_CV.md)和[复现指南-新]()ppsigs/article-implementation/论文复现指南-新.pdf,进行前反向对齐等操作,**达到论文Table.1中的指标**。 4. 进行TIPC验证lite train lite...