Install GVHMR
mainTo install GVHMR, clone the repository, create a Conda environment with Python 3.10, and install the required dependencies. If you want to use GVHMR as an editable package in another repository, add "python.analysis.extraPaths": ["path/to/your/package"] to your VS Code settings.json.
git clone https://github.com/zju3dv/GVHMR
cd GVHMR
conda create -y -n gvhmr python=3.10
conda activate gvhmr
pip install -r requirements.txt
pip install -e .