shiyutang

Results 146 comments of shiyutang

We have added this model to our future model list, and expect to add it in PaddleSeg before September.

We already have paddle version outside of paddleseg:https://github.com/Dylan-get/APCNet

考虑output中模型参数是否不对呢?日志提醒模型参数没有加载上

Normally, the test data do not have labels. Therefore you can not get various metric results on it like kappa, dice and etc. However, you can use [predict.py](https://github.com/PaddlePaddle/PaddleSeg/blob/release%2F2.5/predict.py) to predict...

Test dataset is used to test the performance of your model, see how it react on data it never sees.

Please try to read the image from the dataset directly, and use pdb to see where the place that the labels changed. It could be the image transform, but we...

We have [pphumanseg](https://github.com/shiyutang/PaddleSeg/tree/release/2.5/contrib/PP-HumanSeg) that only segment people in the image/video.

Thank you for pointing this out, you can put forward a PR and help us fix this.

We have fixed it the mentioned PR.

it seems that the error is relate to you local env: "relocation error: /usr/local/cuda-11.6/targets/x86_64-linux/lib/libcublas.so: symbol cublasLtLegacyGemmSSS version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference LAUNCH INFO 2022-07-22...