Ipyannotator Versions Save

the infinitely hackable annotation framework

v0.8.5

1 year ago

This release include improvements based on review feedback from our JOSS submission. We want to thank our reviewers Carl Simon Adorf, Matthew Feickert and our editor Daniel S. Katz for their valuable contributions.

v0.8.3

2 years ago

Add API Reference to doc pages. This release also contains some minor bug fixes.

v0.8.1

2 years ago
  • Add missing tqdm dependency.
  • Support notebooks and tutorials across platform by replacing Linux commands by python equivalents.

v0.8.0

2 years ago

v0.7.0

2 years ago

This release adds a large range of usability and code improvements.

A large fraction of annotation code has been rewritten providing the basis for a range of directly user impacting improvements. The use a ipyannotator as standalone app has been simplified by updating the voila dependency. The overall code quality has been improved by becoming flak8 compliant and the gradual adding of typing checked by mypi.

v0.6.0

2 years ago

This release adds video annotation support. This means you can now explore and create multi object tracking datasets right in your jupyter notebook. Many other features have been included to make this possible (bbox labeling, mulit-bbox support, and many more). Take a look at the following jupyter notebook

  • nbs/01d_tutorial_video_annotator.ipynb

to explore our new video annotation support.

v0.5.2

2 years ago

This release provides a comprehensive refactoring of ipyannotator that allows for much better decoupling of individual annotation components. The new event driven architecture is based on the awesome PyPubSub library. The following jupyter notebook

  • nbs/11-build-annotator-tutorial.ipynb

provides a tutorial that demonstrates how to build new annotators based on the new architecture.

v0.4.0

3 years ago

This release adds support and tutorials for explore, create and improve image classification and bounding box annotation.

  • 01b_tutorial_image_classification.ipynb
  • 01c_tutorial_bbox.ipynb

v0.3.0

3 years ago