Spacei567

Results 10 issues of Spacei567

Is there a possibility in MRB that there is another connection method that works better for SKFF and RCB than the current connection method? What if we combine the three...

The pytorch's version >=1.0,so I can't use from torch.utils.serialization import load_lua and I can't run vgglua = load_lua(os.path.join(model_dir, 'vgg16.t7')) in utils.py if I choose import torchfile and vgglua = torchfile.load(os.path.join(model_dir,...

你好!在我的Pytorch1.11, python=3.9的 ![屏幕截图 2022-12-06 180429](https://user-images.githubusercontent.com/74165106/205880970-edbc202c-76f7-44a9-b121-12f823f425e4.png) 版本中,在 lr_scheduler.py中出现如下异常,我想知道该如何解决.

Hi ! In lr_scheduler.py, from torch.optim.lr_scheduler import _LRScheduler The message Cannot find reference '_LRScheduler' in 'lr_scheduler.pyi' How can I solve this problem?

在lr_scheduler.py文件中 ![屏幕截图 2023-02-19 220509](https://user-images.githubusercontent.com/74165106/219953288-dc2d8c37-a9c2-4c64-954d-c7effa4c9e3e.png) 请问怎么解决?

![屏幕截图 2022-11-21 172734](https://user-images.githubusercontent.com/74165106/203014867-7a35a547-d2d5-4e9e-87d3-2dbb3b7276c2.png) Thank you for your contributions! How can I solve this problem?

你好,国内无法翻墙,怎么获取vgg_normalised.pth?可以给个网盘连接吗?

在水下成像模型中,成像模型可以表示为 ![屏幕截图 2023-04-03 123200](https://user-images.githubusercontent.com/74165106/229412079-1d1be5c3-1d36-4397-a4c0-8f1e061a698f.png) 其中t(x)表示的是介质透射率吗?还是媒介透射率?还是介质传输图?那么在GDCP算法中求解的是介质透射率图还是媒介透射率图还是说是介质传输图?在您的Ucolor中,输入的究竟是反向介质传输图,还是反向介质透射率图,还是反向媒介透射率图呢? 真心希望您可以解答一下

作者您好,您的Ucolor论文里关于CIEDE2000的值是怎么测的?可以详细说明具体实现步骤吗?是将水下相机的图像先用Ucolor增强,然后再在网上搜索24色卡,分别计算Lab值然后计算CIEDE2000吗?

In your training.py , GTr_test_images_path and output_images_path are both from a same root, Shouldn't GTr_test_images_path be from the same path as label_images_path?