Skip to content

92xianshen/guided-pix2pixplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guided-Pix2Pix+

Train

  • On the image dataset:
    1. Put hazy and haze-free images with the same name in <input>/cloud and <input>/label folders
    2. Disable fromTFRecord in <input>/train.xml
    3. python train.py <input> <output>
  • On the TFRecord dataset:
    1. Make sure fromTFRecord in <input>/train.xml is enabled
    2. python train.py <input> <output>

Inference

  • Please revise inference.py to dehaze your own test set

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages