junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

I add the kaist_dataset.py file supporting (thermal -> RGB) or (RGB -> thermal) domain transformer. #1643

Closed BeomsikCho closed 5 months ago

BeomsikCho commented 5 months ago

I have added the kaist_dataset.py file, which includes support for a transformer from thermal to RGB domains. This enhancement enables the handling and conversion of thermal imaging data to RGB format, facilitating broader applications and easier integration with existing RGB-based models.