- On the image dataset:
- Put hazy and haze-free images with the same name in
<input>/cloud
and<input>/label
folders - Disable
fromTFRecord
in<input>/train.xml
python train.py <input> <output>
- Put hazy and haze-free images with the same name in
- On the TFRecord dataset:
- Make sure
fromTFRecord
in<input>/train.xml
is enabled python train.py <input> <output>
- Make sure
- Please revise
inference.py
to dehaze your own test set