Skip to content

towhee-0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@LoveEachDay LoveEachDay released this 02 Dec 13:39
· 220 commits to main since this release
fc41542

Towhee.command

  • Support operators code package and upload to pypi
    • towhee package -n [namespace] -p [repo_name]
  • Support weight files upload to S3, list files in S3 folder and download from S3
    • towhee lsS3 -p [path in bucket]
    • towhee downloadS3 -pl [path local] -pb [path bucket]

s3: model weights

  • 5 model weights on S3: clip4clip, vggish, nnfp_fma, nnfp_fma_distill_128

New Models

Operators

Notebooks

Performance

  • Improve video de-copy F1 metrics on MPAA dataset.(88.83% -> 94.46%)

Towhee

  • New pipeline interface. The pipeline nodes support map/flat_map/filter/window/time_window/window_all types.