The repo contains the official PyTorch Implementation of CLIPUNETR.
To quickly deploy, clone the repository locally and install with
git clone git@github.com:cjiang2/clipunetr.git
cd clipunetr; pip install -e .
The model requires pytorch>=1.7
and torchvision>=0.8
to function.
A modified version of CLIP is embedded in the repo to support multi-resolution image interpolation.
Thanks to the codebase from CLIP, CLIPSeg.
Some image resources used in the demo here are from: