ForkGAN icon indicating copy to clipboard operation
ForkGAN copied to clipboard

ForkGAN: Seeing into the rainy night. ECCV 2020 (oral). A task-agnostic image translation framework that can boost multiple vision tasks in adverse weather conditions, including localization, semantic...

Results 11 ForkGAN issues
Sort by recently updated
recently updated
newest added

Are the pretrained model weights available for download somewhere?

Hi @zhengziqiang According to the paper, the unpaired domain transfer approach is used. However, the Alderley dataset is shown split into night-time (trainA) and daytime images (trainB). Can't we use...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Thanks for your great work. I want to test this code on my custom images. Can you provide your pretrained model? My emai:[email protected]. Thanks again.

Hi, FYI, I created a PyTorch implementation of ForkGAN (https://github.com/seawee1/ForkGAN-pytorch.git). It's based on the CycleGAN repository and features some neat little extras (MultiGPU training, instance-level losses, automatic mixed precision for...

Hi, Interesting paper! Can you please elaborate upon: 1. If the new 2020 labels of BDD100k were used for object detection training, or the old ones ? 2. In the...

hello, when i trained my own forkgan, i meet up with the error that [Cannot feed value of shape (0,) for Tensor 'real_A_and_B_images:0', which has shape '(2, 256, 512, 6)']...

For the comparison of segmentation (BDD100K), I pay more attention to how other methods (Such as ToDayGAN. The result of ToDayGAN shown in Fig. 3 is good. But the result...

Nice work! Thank you for sharing your code. I am confused about the `fully connected layer` ![image](https://user-images.githubusercontent.com/23144348/111061744-cacdf200-84df-11eb-8d91-830638355841.png) I can't find the `fully connected layer` function applied in the network code....

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies