fictionking
Results
6
issues of
fictionking
Chinese chars use UTF-8 encode
[高清放大.json](https://github.com/6174/comflowyspace/files/14798758/default.json) 在comflowy启动后访问原生UI:http://127.0.0.1:8188/可以正常运行。
bug
在自定义产线yml配置文件中使用pipeline_cls属性声明"module.submodule:ClassName"格式的字符串自定义产线类路径即可。注意:此类需使用pip install提前注册到当前python环境中。同时如果要使用paddlex --serve --pipeline运行还需要在自定义产线类所在文件添加create_pipeline_app函数的实现,参考paddlex\inference\serving\basic_serving\_pipeline_apps\object_detection.py。
contributor