This code is based on Detectron2.
Use the following instructions.
conda create -n bodyhands python=3.7
conda activate bodyhands
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
python -m pip install python-dateutil>=2.1 pycocotools>=2.0.1
python -m pip install opencv-python ipython scipy scikit-image
git clone https://github.com/facebookresearch/detectron2.git --branch v0.1.1 bodyhands
cd bodyhands
git checkout db1614e
python -m pip install -e .
git clone [email protected]:SupreethN/BodyHands_Private.git
cd BodyHands_Private