syncnet_python
syncnet_python copied to clipboard
add pyproject.toml
- Can now clone and
pip install -e .or add as github dependency.- Can import from other python scripts with
from syncnet.run_all import run_alletc.
- Can import from other python scripts with
- Can run
run_all.pyto get a single value for mean distance (without shift, useful as quality metric). - Use temporary directory for computing results
- Download script to out-of-source location
- Tidy and make more pythonic. Something like
blackshould still be run.