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 您好,如何修改这个PPLiteSeg网络头中的卷及和池花层呢?
### PR types ### PR changes ### Description
运行出现bug
### 问题确认 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 2024-08-08 06:16:46 [INFO] ------------Environment...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 使用自定义的数据集进行模型训练,配置文件信息如下: ``` batch_size: 1 iters: 20000 train_dataset:...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 在官方的GPU测试示例中,测试代码如下: `python infer.py --model PP-Matting-512 --image matting_input.jpg...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 使用https://github.com/PaddlePaddle/PaddleSlim/blob/9f3e9b2f0f9948b780900d1299f2c3fe47322deb/example/auto_compression/semantic_segmentation/README.md 提供的pp_liteseg模型 使用`paddle2onnx --model_dir RES-paddle2-PPLIteSegSTDC1 --model_filename model.pdmodel...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question   Can you please tell me...
### PR types New features ### PR changes APIs ### Description 适应Paddle 3.0不同格式的静态图模型。 TODO: - 更新使用文档。
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包含open与closed),没有类似需求。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar feature requests. ### 需求描述 Feature Description 用的摄像头视频流好慢呀,慢个20s左右 ### 是否愿意提交PR Are you...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question I am trying to train my custom...