File size: 458 Bytes
4123180
 
 
19b8852
 
4123180
19b8852
4123180
19b8852
 
ae2963e
19b8852
 
ae2963e
19b8852
 
ae2963e
19b8852
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
license: apache-2.0
---
# HoHo Tools

Tools and utilities for the [S23DR competition](https://huggingface.co/spaces/usm3d/S23DR) and [HoHo Dataset](https://huggingface.co/datasets/usm3d/usm-training-data)

## Installation 
```bash
# 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 .
```