Color Space

Results 3 comments of Color Space

> 如果有推理结果,还请麻烦给出推理结果参考下吗? 图片加载成功了的,完整的输出信息如下: [WARNING] fastdeploy/vision/segmentation/ppseg/model.cc(103)::fastdeploy::vision::segmentation::PaddleSegModel::BuildPreprocessPipelineFromConfig The exported PaddleSeg model is with dynamic shape input, which is not supported by ONNX Runtime and Tensorrt. Only OpenVINO and Paddle Inference are available...

> 您好,感谢您的分享,debug了下,是现在FastDeploy PaddleSeg的可视化API接口更新升级了。稍后会更新Fastdeploy主库的develop分支。如果方便,也可自行将D:\Python38\lib\site-packages\fastdeploy\vision\visualize_init_.py +40 更改 > > ``` > def vis_segmentation(im_data, seg_result, weight=0.5): > return C.vision.vis_segmentation(im_data, seg_result, weight) > ``` 好的,验证OK,感谢。

> **Command line** > > You must move the option inside the [] > > So change > pIntrisics = subprocess.Popen( [os.path.join(OPENMVG_SFM_BIN, "openMVG_main_SfMInit_ImageListing"), "-i", input_dir, "-o", matches_dir, "-d", camera_file_params], "-f",...