This application failed to start?

大家好,最近在搞一个定制的图像分割项目,其中需要自己构建数据集。

这里我用到了基于paddle开发高效智能的交互式分割标注软件 EISeg(Efficient Interactive Segmentation)。

它涵盖了通用、人像、遥感、医疗、视频等不同方向的高质量交互式分割模型。另外,将EISeg获取到的标注应用到PaddleSeg提供的其他分割模型进行训练,便可得到定制化场景的高精度模型,打通分割任务从数据标注到模型训练及预测的全流程。

项目介绍:

https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/EISeg/docs/install.md

首先要安装 PaddlePaddle

版本要求:

PaddlePaddle >= 2.2.0

参考:https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/windows-pip.html

项目下载和安装依赖:

This application failed to start?_第1张图片

这里我使用的 ubuntu 来安装,整体安装的教程并不复杂,但是遇到的问题,搞了一晚上,这里和大家分享下

This application failed to start because no Qt platform plugin could be initialized

解决方案:

之前也遇到类似的报错,思路就是降低 opencv-python 的版本,并重新安装 PyQt5,但是尝试 n 次无效之后(调整python 版本和 opencv和PyQt5版本等)
然后再下列的提问中找到了,解决方案,这里记录一下

sudo apt-get install qt5-default

https://stackoverflow.com/questions/60042568/this-application-failed-to-start-because-no-qt-platform-plugin-could-be-initiali

你可能感兴趣的:(This application failed to start?)