PaddleCV-SIG / EISeg

高效交互式语义分割标注软件EISeg 『Efficient and intelligent interactive segmentation annotation software』

Home Page:https://github.com/PaddleCV-SIG/EISeg/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

geoyee opened this issue · comments

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

@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.

Thanks @geoyee, I will look at this

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

@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.

solved with this commit