human-detector / README.md
George
upl all codes
b5f33fd
|
raw
history blame
No virus
136 Bytes
---
license: mit
---
## Environment
```
conda create -n tb --yes --file conda.txt
conda activate tb
pip install -r requirements.txt
```