Skip to content

v0.0.20

Latest
Compare
Choose a tag to compare
@niksirbi niksirbi released this 06 Sep 12:23
· 2 commits to main since this release
f4f46df

Highlight

  • New movement dataset type to store bounding boxes. Tracked bounding boxes can be loaded from files in VGG Image Annotator format or constructed from Numpy arrays. Spearheaded by @sfmig 🎉

movement_datasets

What's Changed

Support for bounding boxes

  • Add a ValidVIAtracksCSV class (2/4) by @sfmig in #219
  • Small edits to ValidBboxesDataset (1/4) by @sfmig in #230
  • Getting started docs update for bboxes by @sfmig in #245
  • Load bboxes dataset from VIA tracks file (3/4) by @sfmig in #229
  • Adapt move accessor to bboxes datasets by @sfmig in #255
  • Simplify and expand filtering tests for bboxes by @sfmig in #267
  • Extend tests for bboxes datasets by @sfmig in #246
  • added new movement datasets figure, with caption by @niksirbi in #286
  • Small refactor to filtering tests by @sfmig in #287
  • Simplify and expand kinematic tests for bboxes by @sfmig in #265

New vector utilities

  • Add utilities for vector magnitude and normalisation by @niksirbi in #243

Housekeeping and docs improvements

Full Changelog: v0.0.19...v0.0.20