Results 27 issues of GF

When I tried to train the model, I got error as follows: ``` Traceback (most recent call last): File "demo.py", line 97, in _,current=sess.run([opt,loss],feed_dict={input:input_images[id],output:output_images[id]}) File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 929, in run...

In Emacs, I open two window (namely two folders in a same remote), and want to rsync a dir to other dir. Then I run 'dired-rsync', but output error as...

enhancement

I used the command "dired-rsync" to transfer a local file to the remote, however, Emacs outputs errors as follows: sending incremental file list rsync: mkdir "/ssh:xxxx@xxxxxxx/home/xxxx/project" failed: No such file...

question

Hi, I used a pre-trained model to test on my own images, and I add the following code: ``` python elif sal_mode == 'f': # my specular highlight dataset self.image_root...

Besides the output saliency maps, I want to output the enhanced depth map. How to do this? Please help me? Thx.

I try to download " All RGBD Datasets " in the Github page, but it outputs: 无法访问网站 DON'T HAVE ACCESS TO WEBSITES 您要访问的网址由于安全和相关政策的要求 ... ... 这个数据集可以上传到百度云提供下载的链接么?thx.

I run the train process, but it outputs errors as follows: loading the settings Backbone: resnet, Using Gpu: 1 Traceback (most recent call last): File "train.py", line 10, in train()...

This code often make my CPUs very high, so I want to know how to only use GPU?