Official Code for Dual-stream Pyramid Registration Network(Dual-Stream PRNet++ )Published in Medical Image Analysis
cuda==10.1, torch=1.40
cd ./correlation_package
rm -rf *_cuda.egg-info build dist pycache
python3 setup.py install --user
CUDA_VISIBLE_DEVICES=4,5 python3 launch.py --master_port 29678 train_lpba40.py --net voxnet_fusion --train_data_root ./data/LPBA40/delineation_space
python3 test_lpba.py --net voxnet_fusion --data_root ./data/LPBA40/test/ --model_file ./models/lpba40_cascade_best.pt