PaddleCV-SIG / EISeg

高效交互式语义分割标注软件EISeg 『Efficient and intelligent interactive segmentation annotation software』
https://github.com/PaddleCV-SIG/EISeg/wiki
Apache License 2.0
341 stars 50 forks source link

服务器Linux下无法选择文件夹 #100

Closed geoyee closed 2 years ago

geoyee commented 2 years ago

点加载网络参数的时候,会弹出一个窗口让我选择模型参数,但是我点哪个文件夹都没反应,这个是出窗口的时候的信息。 image目前看起来可能是QT的问题,有下列参考:

geoyee commented 2 years ago

@linhandev 韩哥空了看看呢,郑院士遇到这个问题。 @Youssef-Harby hello youssef, you can look at this if you are interested. In Linux, when we click to "load network parameters", a dialog will display for us to select model parameters, but we can't pushed to any folder. This image is the information, i think this is a problem in QT.

Youssef-Harby commented 2 years ago

Thanks @geoyee, I will look at this

Youssef-Harby commented 2 years ago

@geoyee , I cannot reproduce the problem, working just fine in my Ubuntu 20.04 VM ubuntuEISeg

geoyee commented 2 years ago

@geoyee , I cannot reproduce the problem, working just fine in my Ubuntu 20.04 VM ubuntuEISeg

no problem, this problem has been solved by @linhandev : Just use QT's file chooser instead of the original GTK.

linhandev commented 2 years ago

solved with this commit