Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 732 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 732 Bytes

Please put pre-trained models at here.

We provide pretrained models for testing RAUNE-Net, WaterNet, UGAN, and FUnIE-GAN. Please click 🔗this link to download them.

The directory strcutre should like this:

pretrained/
├── FUnIE_GAN
│   └── test
│       └── generator_95.pth
├── RAUNENet
│   └── test
│       └── weights_95.pth
├── UGAN
│   └── test
│       └── generator_95.pth
├── WaterNet
|   └── test
|       └── weights_95.pth
└── <Method>
    └── <name>
        ├── <weights_name>_<epoch>.pth
        └── ...