Code repository for the Preoperative to Intraoperative Laparoscopy Fusion (P2ILF) @ MICCAI2022 challenge.
python3 -m venv p2ilf
source p2ilf/bin/activate
pip install -U pip
pip install -r requirements.txt
In addition, please install pytorch3D (0.2.5) with CUDA support
pip install 'git+https://github.com/facebookresearch/[email protected]'
and install detectron2 for mask detection
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'