HoHo Tools
Tools and utilities for the S23DR competition and HoHo Dataset
Installation
# pip install over ssh
pip install git+ssh://git@hf.co/usm3d/tools.git
# pip install over http
pip install git+http://hf.co/usm3d/tools.git
# editable
git clone http://hf.co/usm3d/tools
cd tools
pip install -e .