# Create a conda environment
conda create -n airtouch python=3.9
# Install PyTorch
pip install torch==1.10.0+cu113 torchvision==0.11.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
# Install other dependencies
git clone https://github.com/huangyan28/AirTouch.git
cd KeypointFusion
pip install -r ./requirements.txtpython train_rgbd.py