This repository is built in PyTorch 2.3.0, training and testing on Python3.9.15, CUDA12.4.
Follow these instructions:
- Clone our repository
git clone https://github.com/OpenImagingLab/DualDn.git
cd DualDn
- Make conda environment
conda create -n pytorch_DualDn python=3.9.15
conda activate pytorch_DualDn
- Install dependencies
pip install -r requirements.txt