Color Space

Results 3 issues of Color Space

Win7 64bit VS2015+OpenCV3.2+EasyPR V1.6 剔除错误成功编译出libeasypr.lib和Demo.exe,但是运行demo.exe的时候卡在cmd窗口,什么都不提示。。。有谁遇到过这种情况吗,谢谢

- Win10 64位 企业版 VS2017社区版 -PaddleOCR v2.6 GPU版本 , CUDA10.1, cudnn-10.1-windows10-x64-v7.6.5.32,TensorRT-6.0.1.5.Windows10.x86_64.cuda-10.1.cudnn7.6 - 运行指令/Command Code: - 控制台运行指令:ppocr.exe --det_model_dir=./model_1/en_PP-OCRv3_det_infer/ --rec_model_dir=./model_1/en_PP-OCRv3_rec_infer/ --image_dir=./imgs/ - 控制台运行结果正常: - I0919 19:55:04.800885 7316 naive_executor.cc:102] --- skip [feed], feed...

Win10 64位,Python3.8,fastdeploy-python==0.4.0,按照下面链接的步骤做实例分割推理,不输出可视化结果 https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/segmentation/paddleseg/python —————————————————————————————————— 测试模型:Unet_cityscapes_without_argmax_infer 运行指令:python infer.py --model Unet_cityscapes_without_argmax_infer --image 0.jpg --device cpu 使用图片: ![image](https://user-images.githubusercontent.com/15775782/198524232-b0e42bcd-a555-4975-81cb-0551fd3dbdb2.png) —————————————————————————————————— 报错信息: result shape is: [480 640] Traceback (most recent call last): File "infer.py", line...