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

D:\ProgramData\anaconda3\envs\Paddle\python.exe "D:\Program Files\JetBrains\PyCharm 2020.1\plugins\python\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 50550 --file D:/Python/PaddleSeg-release-2.6/train.py --config configs/quick_start/deeplabv3p_resnet18_os8_optic_disc_512x512_1k_student.yml --do_eval --use_vdl --save_interval 500 --save_dir output pydev debugger: process 9348 is connecting Connected to pydev debugger...

bug

Hi. I am trying to train a custom dataset - Binary segmentation. 1. But since there is a huge class imbalance, I want to add higher weight for the foreground...

question

Thanks for your bug report. To help us solve the issue better, please provide following information: 1. PaddleSeg version: (please specify the branch as well,e.g. PaddleSeg release/2.3) 2. PaddlePaddle version:...

bug

Thanks for your code contribution, the following is my relevant training environment : platform: Linux-5.15.0-43-generic-x86_64-with-debian-bullseye-sid Python: 3.6.13 |Anaconda, Inc.| (default, Jun 4 2021, 14:25:59) [GCC 7.5.0] Paddle compiled with cuda:...

question

框架版本:paddlePaddle 2.3.2,操作系统Linux(在百度飞桨平台上),python3.7.4,GPUv100 16G, yml文件中只是修改了数据集路径 详细的错误信息、相关log: /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/nn/layer/norm.py:654: UserWarning: When training, we now always track global mean and variance. "When training, we now always track global mean and variance.") -------------------------------------- C++ Traceback...

bug

在windows10中, 安装paddlepaddel2.2, git clone develop版本EiSeg,然后在EiSeg/eiseg文件中运行python -m eiseg,打开了EiSeg标注界面,然后无法加载模型参数。

在AIStudio上试图训练自定义数据集时报错。 运行代码: !export CUDA_VISIBLE_DEVICES=0 !python train.py \ --config configs/pp_liteseg/pp_liteseg_111.yml 报错如下: Traceback (most recent call last): File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs)...

bug

1. PaddleSeg版本:PaddleSeg 2.6 2. PaddlePaddle版本:PaddlePaddle 2.1.0 3. 操作系统信息:Linux 4. Python版本号:Python3.6 5. CUDA/cuDNN版本:CUDA10.2 6. 其他内容: !使用paddlaseg里quick_start的bisenet_optic_disc_512x512_1k.yml训练的模型转onnx模型成功了,paddleseg中的predict.py能检测出,但用onnxruntime推理没有结果,请问我需要检查哪里来解决这个问题

question

请问最新发布的 paddleHumanSeg 里面的 SPPM 模块在哪个脚本里? https://mp.weixin.qq.com/s/XkLJU7CvyGs7NCF0ypehFg

question

你好,我用eiseg标注的时候生成了json格式保存,请问一下还可以转换成coco格式吗 有没有提供转换的py文件,谢谢!!!

question