Towhee Versions Save

Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.

1.1.3

5 months ago

Towhee

This version is to support both pydantic 1 and 2.

1.1.2

7 months ago

Towhee

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

1.1.1

10 months ago

Towhee

This version is to fix incompatibilities with pydantic 2.0.

1.1.0

11 months ago

Towhee

Pipelines

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

Operators

Document

1.0.0

11 months ago

Introduction to New Features of Towhee

0.9.0

1 year ago

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.

0.8.1

1 year ago

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',

0.8.0

1 year ago

towhee

towhee.models

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

0.7.3

1 year ago

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

0.7.2

1 year ago

Bug Fix:

  • Reduce towhee packages size.