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 请问config里面的model.pretrained和model.backbone.pretrained的区别是什么?我下载了一个预训练模型,是把这个文件地址放到model.pretrained还是model.backbone.pretrained呢? 
### 问题确认 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 ```yml batch_size: 4 iters:...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 使用自己标注的数据集训练,使用U2NET模型训练,训练 iter==100时,cuda抛出错误: > 2023-11-30 21:05:47 [INFO] [TRAIN]...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 请问PaddleSeg可以支持全景分割的数据集标注吗?如果不支持的话,有其他的标注软件或工具吗?谢谢
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question (A_scrpit) PS F:\Pydata\Tool\PaddleSeg-release-2.9> python tools/predict.py --config Matting\configs\quick_start\ppmattingv2-stdc1-human_512.yml...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 您好,请问针对遥感图像的C2Fnet需要的coarse模型是指直接训练得到的模型吗?我是否可以训练一个ppliteseg模型(遥感图像 baseline中没有该模型),然后再用C2Fnet进行训练。这个过程是一个finetune吗?
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question TypeError: Config.__init__() got an unexpected keyword argument...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question  
### 问题描述 Please describe your issue 我的python版本为:3.6.9,采用源码或已发布的包方式安装paddleseg均会碰到以下问题:  当我试图通过离线包安装flask-babel=3.0.0时,报错提示requires Python '>=3.7,
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 各位大佬,本人是学生小白,想通过PaddleSeg分割4通道的遥感影像,能否请各位解答一下该怎么搞?谢谢各位!