CaiZhengyang
CaiZhengyang
Could you please update this extension to adapt it to gnome 46? I really like this extension. @0ry0n
作者在 **train_medical.py** 的注释中说明标签需要将背景像素值设置为0,类别设置为1、2、3.... 等等,我按照作者所说设置之后训练出来就是全黑(predict画出来的为全红),后来尝试了仓库中原本存在的数据集标签的格式,效果良好。即**把要分割的目标的像素点设置成0,背景像素值设置为255,标签图最终效果为:目标值为黑色,背景为白色。** 多类型分割没有尝试过。
我在目录背景中添加了 打开方式 选项,使用中还是不起作用。但是在目录中配置的 打开方式 有效,这是什么原因? 如下图所示:  
唤醒休眠后systemd运行pacroller会出现该错误: `failed to inhibit: the operation inhibition has been requested for is already running` 该问题在我的机器上出现的原因是笔记本合盖之后会休眠,再次开盖启动时pacroller会在`systemd-suspend.service`结束之前启动,导致出现了该问题。 参考[该issue](https://github.com/systemd/systemd/issues/14045),一个可行的简单解决办法是在`pacroller.service`中添加`ExecStartPre=/bin/sleep 1m`在pacroller启动之前延迟一段时间。
 I always encounter this problem, how should I solve it?