Skip to content

Releases: towhee-io/towhee

towhee-1.1.3

05 Dec 02:33
8df87d6
Compare
Choose a tag to compare

Towhee

This version is to support both pydantic 1 and 2.

towhee-1.1.2

15 Sep 03:06
e0f8133
Compare
Choose a tag to compare

Towhee

This version is to fix the issue of towhee triton server returning incorrect data under high concurrency.

towhee-1.1.1

05 Jul 07:59
cf4bc28
Compare
Choose a tag to compare

Towhee

This version is to fix incompatibilities with pydantic 2.0.

towhee-1.1.0

09 Jun 08:45
ec8b6e4
Compare
Choose a tag to compare

Towhee

Pipelines

  • towhee/eqa-insert
  • towhee/eqa-search

Operators

Document

towhee-1.0.0

25 May 14:24
30dffc8
Compare
Choose a tag to compare

Introduction to New Features of Towhee

towhee-0.9.0

02 Dec 13:39
fc41542
Compare
Choose a tag to compare
towhee-0.9.0 Pre-release
Pre-release

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.

towhee-0.8.1

30 Sep 10:14
b2cc55f
Compare
Choose a tag to compare
towhee-0.8.1 Pre-release
Pre-release

New Models:

Operators:

  • Add 2 video de-copy operators: select-video, temporal-network
  • Add 1 image embedding operator specifically designed for image retrieval and video de-copy with SOTA performance on VCSL dataset: isc
  • Add 1 audio embedding operator specified for audio fingerprint: audio_embedding.nnfp (with pretrained weights)

Notebooks:

DC

  • dc.flatten now support multi column
  • dc.group_by;
  • kv storag mixin
    • dc.insert_leveldb;
    • dc.serach_leveldb;
  • Operator output nothing, i.e. dc.operator'input',

towhee-0.8.0

16 Aug 13:48
c10b7b5
Compare
Choose a tag to compare
towhee-0.8.0 Pre-release
Pre-release

towhee

towhee.models

  • Add one audio fingerprinting model: nnfp (model & operator)
  • Add two image embedding models: RepMLP, WaveViT

towhee-0.7.3

27 Jul 12:46
1bd00b8
Compare
Choose a tag to compare
towhee-0.7.3 Pre-release
Pre-release

5 New SOTA Models:

  • Visual recognition, vision-language alignment, image captioning and multimodal understanding with zero-shot transfer, frozen-feature evaluation or end-to-end finetuning.
  • Grounded situation recognition
  • Repetitive Action Counting
  • Image retrieval
  • Backbone

towhee-0.7.2

07 Jul 12:26
9cc578d
Compare
Choose a tag to compare
towhee-0.7.2 Pre-release
Pre-release

Bug Fix:

  • Reduce towhee packages size.