xyang35 / Disentangled-GAN

Source codes for the project "Disentangled GAN for Single Image Dehazing"
Other
22 stars 9 forks source link

python train.py error #1

Open BrainPotter opened 5 years ago

BrainPotter commented 5 years ago

Dear Xitong Hi I have read about your article《Towards Perceptual Image Dehazing by Physics-Based Disentanglement and Adversarial Training》and I want to perform this program on my own computer. My OS is ubuntu 16.04 but when I typed the "python train.py" in the terminal, I got the following error: train.py: error: the following arguments are required: --dataroot I have downloaded the dataset "D-HAZY", could you tell me about how to tain this network? Thank you very much!

Kaede93 commented 3 years ago

Dear Xitong Hi I have read about your article《Towards Perceptual Image Dehazing by Physics-Based Disentanglement and Adversarial Training》and I want to perform this program on my own computer. My OS is ubuntu 16.04 but when I typed the "python train.py" in the terminal, I got the following error: train.py: error: the following arguments are required: --dataroot I have downloaded the dataset "D-HAZY", could you tell me about how to tain this network? Thank you very much!

Hello, have you tried the algorithm on 'Towards Perceptual Image Dehazing by Physics-Based Disentanglement and Adversarial Training'? I reproduced the algorithm according to the paper, but I couldn't get a reasonable transmission map by G_t because the details of the training were unknown, have you got any results?