syncnet_python icon indicating copy to clipboard operation
syncnet_python copied to clipboard

add pyproject.toml

Open rb-synth opened this issue 11 months ago • 0 comments

  • 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_all etc.
  • Can run run_all.py to 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 black should still be run.

rb-synth avatar Feb 17 '25 13:02 rb-synth