Skip to content

API Change

Amir MOHAMMADI requested to merge dask-pipelines into master

This package used to have wrappers for annotators, preprocessors, extractors, and algorithms. Here, we're planning to only provide wrappers for:

  • Annotators
  • Transformers
  • BiometricAlgorithm (not yet implemented)

We're also removing FrameContainer and FrameSelector classes in favor of VideoAsArray and VideoLikeContainer, they are not wildly different, but they read the data efficiently (not loading all the frames into memory) and they behave like numpy arrays, so they are easier to work with.

The BioVideoFile class is kept but it will return VideoAsArray instead of FrameContainer

Edited by Amir MOHAMMADI

Merge request reports