Authors: Yirou Pan (✉), Sophia Bano, Vasconcelos Francisco, Hyun Park, Taikyeong Ted. Jeong and Danail Stoyanov
The model is built based on the architecture of CycleGAN network, and two additional loss functions are added for inter-channel discrepancies and dark channel prior.
Details of the researches can be access in our paper.
Result comparisons on clips can be assess in the 'video clips' folder.
The dataset is available to download here.
- Linux or macOS
- Python 3
- CPU or NVIDIA GPU + CUDA CuDNN
- You can follow the steps in our provided Colab Notebook to train with your own data or use our pretrained models.
If you use this code for your research, please cite our paper.
@article{pan2022desmoke,
title={DeSmoke-LAP: improved unpaired image-to-image translation for desmoking in laparoscopic surgery},
author={Pan, Yirou and Bano, Sophia and Vasconcelos, Francisco and Park, Hyun and Jeong, Taikyeong Ted and Stoyanov, Danail},
journal={International Journal of Computer Assisted Radiology and Surgery},
pages={1--9},
year={2022},
publisher={Springer}
doi={https://doi.org/10.1007/s11548-022-02595-2}
}
Our code is inspired by pytorch-CycleGAN-and-pix2pix.