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...
Hi, I've been trying to finetune the PP-HumanSeg General Human Segmentation model with annotated images. I'm using the PP-HumanSegV1-Server yml file and retrained model. First, there seems to be two...
I cannot see it from the parameters. Also, how to set which transforms to use?
添加了关于MUSCLE (accepted by MICCAI 2022) 的README
Hey, I've trained my modnet matting model using PaddleSeg, and I tried using both predict.py and infer.py to perform inference. predict.py gives accurate, very clean outputs. I want to deploy...
加载 configs/human_pp_humansegv2_mobile.yml 使用下载的预训练模型,报上述的错 --- 欢迎您反馈PaddleSeg使用问题,辛苦您提供以下信息,方便我们快速定位和解决问题: 1. PaddleSeg版本:(请提供版本号和分支信息,如PaddleSeg release/2.3) 2. PaddlePaddle版本:(如PaddlePaddle 2.1.0) 3. 操作系统信息:(如Linux/Windows/MacOS) 4. Python版本号:(如Python3.6/7/8) 5. CUDA/cuDNN版本:( 如CUDA10.2/cuDNN 7.6.5等) 6. 完整的代码:(若修改过原代码,请提供修改前后代码对比) 7. 详细的错误信息、相关log:(若使用多卡,log默认保存在log/worklog.0) 8. 运行指令或复现步骤: 9. 其他内容: (增加其他与问题相关的内容)
请问医疗肝脏标注场景传播模型得出的结果非常不理想可能是由什么原因导致的呢?能否提供一下演示中的视频方便测试? https://user-images.githubusercontent.com/112454215/189889155-2fe6ef4c-f0de-41c0-b4a7-20d6dd7437d3.mp4
Hello! I was wondering how I could run the model on a custom dataset? Thanks!
在运行paddleseg的时候,出现问题: We only support 'to_tensor()' in dynamic graph mode, please call 'paddle.disable_static()' to enter dynamic graph mode. 一般第一次运行不会出现上述问题,第二次运行的时候就是报错。 paddleseg环境: paddle-bfloat:0.1.7 paddlepaddle-gpu:2.3.2.post116
Thanks for your bug report. To help us solve the issue better, please provide following information: 1. PaddleSeg version: PaddleSeg release/2.5.0 2. PaddlePaddle version: (e.g. PaddlePaddle 2.1.2) 3. Operation system:...