-
我在运行该指令:python Dehazing/test.py --size 'L' --input_dir '/data/Dense-Haze/Test/Haze' --target_dir '/data/Dense-Haze/Test/GT' --result_dir 'pre_process_Dense' --weights 'Dehazing/pretrai
ned_models/de…
-
If I want to implement TuiGAN on task like Dehazing or low-light enhancement, will TuiGAN generate a high resolution image?
-
hello,I read your paper and I think it's really good.I want to learn the model.Can you show me the code of this dehazing network and tell me how to train?
-
I am reading the paper now, but find that these dehazed images in your report are different from these in the paper. Can you tell me why? Thank you.
-
Seems like your rgb2grey function just returns the blue channel?:
https://github.com/vh-diazr/dehazing-LocallyAdaptive/blob/80cc51fb6b734f9220c04f1222eaff545a2ca2bc/dehazing-locally_adaptive.py#L47…
-
When I run the train.py,show this
Traceback (most recent call last):
File "train.py", line 118, in
netG = net.dehaze(inputChannelSize, outputChannelSize, ngf)
File "/mnt/e/PycharmProject/…
-
I tried to run the codes in the folder `indoor` and `outdoor` with
`sh run_dehaze.sh`,
but an error occured with
`ImportError: No module named guidedfilter`.
I guess the line
`from guidedfilter …
-
The length and width of the image after dehazing are four pixels more than the input image. Who can help me solve this problem to make the input and output sizes the same. Thanks。
-
Hello,thanks for sharing!
i want to test my pictures with the pretrained model downloaded provided but failed.
"--dataroot ./datasets/dehazing --name run_test --learn_residual --resize_or_crop crop…
-
Hi, I try to run the following command to train the network, but it goes wrong.
**command:**
./scripts/dist_train.sh 1 options/train/dehaze.yml
**information:**
from basicsr.archs.vgg_arch im…