TACL icon indicating copy to clipboard operation
TACL copied to clipboard

TIP 2022 | Twin Adversarial Contrastive Learning for Underwater Image Enhancement and Beyond.

Results 6 TACL issues
Sort by recently updated
recently updated
newest added

When I run “python train.py --dataroot ./datasets/UIBED --name chinamm_train --model cycle_gan” ,the error occured :File "/root/TACL/train.py", line 60, in objs.update(loss.data.item(), opt.batch_size) AttributeError: 'NoneType' object has no attribute 'data'

作者好!当我使用readme中的指令“python test.py --dataroot ./datasets/[YOUR-DATASETS] --name underwater --model cycle_gan”进行测试时,程序报错“no such file or directory:"./checkpoints/underwater/latest_net_G.pth'”。 我注意到你们提供了latest_net_G_A.pth和latest_net_G_B.pth,但是没有测试所需的latest_net_G.pth,请问能够提供呢?在此表示感谢!

Thank you for sharing your method. May I ask if I am working on Python train.py - dataroot/ When it comes to datasets/[YOU DATASETS] -- name Chinamm_train -- model cycl_gan,...

When testing a single image, there was no pre trained model provided for testing. Could you please share the model 这是我的运行命令:python test.py --dataroot /data1/Water/SyreaNet/samples/ --name underwater --model test

Download the pre-trained model and put it in ./checkpoints google drive The URL can't go in, do you have this file?

Hi, thanks for sharing your method! Could you please give a suggestion about how to divide the 890 images into train set and test set? How to make a fair...