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 Error: ../paddle/phi/kernels/gpu/one_hot_kernel.cu:37 Assertion `p_in_data[idx] >= 0 &&...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 如#1858和#1745所说,我根据PaddleSeg\Matting\ppmatting\transforms\transforms.py中对于loadimage预处理类的理解,因为matting模型与传统语义分割不同,数据集可能有三值图trimap的情况,因此在matting模型训练中,新增了该loadimage预处理,为了来区分rgb与gbr,区分图像是src、alpha、trimap,但是直到目前为止paddleX与fastdeploy所支持的预处理方法中均没有loadimage方法
### 问题确认 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 (1)pointrend网络训练完成之后,导出模型没有问题. 运行配置及结果如下: (new_paddle) F:\CZM\CZM_paddleseg\PaddleSeg-release-2.9>python...
### 问题确认 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打开tif图片,后端报错NotGeoreferencedWarning: Dataset has no...
模型推理问题
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 为什么我在2080ti上能够复现成功且成功使用Tensorrt进行推理。但是我把模型放到3090ti上能够训练,但是推理的时候报错,显示数据不匹配,有什么解决方法吗
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question Ask a Question: use fastdeploy demo pp_liteseg...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 你好,请教下,最近我在研究人物视频抠图,基于PPMatting进行的人像抠图,其中ppmatting-hrnet_w18-human_1024的抠图效果精度挺高的,但是也遇到一些问题,当视频中人物做动作时,出现重影,手部抠图效果不佳,如下所示,请教下怎么基于ppmatting-hrnet_w18-human_1024这个公开模型进行优化训练,以达到好的动态抠图效果,大概需要多少数据集量。 
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 部署自己的模型自动标注怎么设置
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 为何我使用GPU训练出现直接退出,而不安装pip install paddlepaddle-gpu==2.4.2,直接CPU训练就正常训练,退出的地方在训练过程中保存模型时进行评估时退出。以下是我的环境: ------------Environment Information------------- platform: Windows-10-10.0.19041-SP0...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ## 问题描述 发现`paddleseg`模型和使用`paddle2onnx`转换出来的`onnx`模型的推理结果不一致,精度差距较大。 不知道是因为什么原因导致的。 ## 测试环境 ###...