Yukun Shi

Results 12 comments of Yukun Shi

妙啊,我后来也发现了这个问题,但是每次都是手动在cmd敲代码,忘了还有bat这种东西[捂脸]谢了老哥

已解决,来更新一下。 我的电脑之前一直没配Java,没有jre和jdk,然后今天为了用这个软件才装了java。不过我想的是以后应该会进行java开发,就先装了jdk,然后才装的jre。配好环境后,打开kiftd,出现了上面的问题。我在虚拟机里装了jre,试了一下,可以正常启动服务,这说明这个版本是没问题的。经过很多其他的实验后我突然想到虚拟机和我的电脑之间的差别就是前者没有jdk,于是我把电脑上的jdk和jre全部卸载,然后先装jre,果然,成功启动了服务,可以正常使用了。确保可以使用后,我安装了jdk,依然可以使用。于是我得出基本的结论是,jdk作为java开发工具包,在先安装的情况下,jdk/bin里面的java.exe、javaw.exe会直接接管jar(也就是java应用程序),毕竟jar也可以是java开发的过程中用到的包,但我们现在不是要做开发,而是运行开发好的java程序,所以应该让jre/bin里面的java.exe、javaw.exe打开jar。这是我自己的情况,有类似情况的小伙伴可以参考一下。

我又试验了一下,我现在基本确定原因了。最新的jdk是jdk16,这个jdk已经自带jre了,不过版本和最新的能下载到的jre版本不一样,而且貌似是版本更新。说白了,就是开发工具包jdk中自带的jre会抢占单独安装的jre去接管jar程序,而这个版本的kiftd貌似不支持jdk16中的jre,所以想用这个软件的话看来是不能装jdk了

Oh I believe I'm right, cause I got the right output after change 'path to source' to 'path to target'.

Hello, I'm using the code here to train WGAN-GP on cifar10, but I keep getting blurry images. Since you have tried to train the model on CelebA, which is also...

> 第二个分支 但是第二个分支里面好像也有点问题。我加载了sam2的参数,但是抛出了一大堆错误,仔细一看demo.yaml,里面的model name还是sam而不是sam2。感觉是作者上传的时候搞错了。我看还有其他人提了这个issue,到现在好像还没有解决

> Greetings! This project primarily addresses traditional image segmentation scenarios, such as shadow detection without prompt input. As a result, we have not integrated a prompt encoder into the neural...

> Hello, I see that your work is for the large version of SAM2, but I currently need to experiment in the tiny version. I made changes to hieradet.py and...

> I had problems with training after Thank you for your reply! During this period, I carefully read the SAM2 paper and code, and I found that in SAM2, the...

Hello, it's me again. I've been working on adapting the Hiera structure for the tiny version of SAM2 and am currently encountering difficulties with certain hard-coded parameters within the hieradet.py...