What's Changed
This release introduce **Workspace**s which:
- Define certain dataset should be structured such as: image, video, vqa, ...
- Allow the front to understand what tasks the dataset is designed for
**Exporters** are also back with two default ones for JSON and JSONL exports.
**Pixano-inference** makes its return with a client for the new API. More changes are coming to allow Pixano to easily work with models to produce efficiently and more precisely annotations.
Various fixes have also been done.
Commits
* Add workspaces by juliendenize in https://github.com/pixano/pixano/pull/412
* put back estimated videoSpeed lost changes by BertrandRenault in https://github.com/pixano/pixano/pull/425
* remove track from timeline if last tracklet by BertrandRenault in https://github.com/pixano/pixano/pull/427
* Add pixano-inference client by juliendenize in https://github.com/pixano/pixano/pull/431
* refacto: storybook directory by antoningaladrim in https://github.com/pixano/pixano/pull/433
* Feat/vqa storybook by antoningaladrim in https://github.com/pixano/pixano/pull/434
* Refactor workspaces and folder builders by juliendenize in https://github.com/pixano/pixano/pull/435
* Add Base and default exporters by juliendenize in https://github.com/pixano/pixano/pull/439
* Refresh thumbnails whenever needed by BertrandRenault in https://github.com/pixano/pixano/pull/429
* track fusion: add shortcuts for validate and abort by BertrandRenault in https://github.com/pixano/pixano/pull/430
* v0.6.4 by juliendenize in https://github.com/pixano/pixano/pull/440
**Full Changelog**: https://github.com/pixano/pixano/compare/v0.6.3...v0.6.4