This is the code implementation of "Unsupervised conversion method of high bit depth remote sensing images using contrastive learning"
- Linux or macOS
- Python 3
- CPU or NVIDIA GPU + CUDA CuDNN
9/11/2024: Added related codes.
- Train the model:
python train.py --dataroot XXX --name XXX
- Test the model:
python test.py --dataroot XXX --name XXX
All the data mentioned in the article has been uploaded to Baidu Cloud, link is:https://pan.baidu.com/s/1NVu1yWH7cnFf56iHuakJZw(cmbn)
Our code is developed based on contrastive-unpaired-translation