ipyannotations
ipyannotations copied to clipboard
Data annotations in python using jupyter notebooks
Hello ! I am struggling at installing ipyannotations on jupyterlab. The widget loads and I can draw polygons but it doesn't save anything into widget.data.   Here is a...
Hey, great product, love it! But I have an issue, images are not resized with image_size argument what can be a reason?
Versions - ipyannotations==0.5.1 - superintendent==0.6.0 - voila==0.4.0 Minimal script to reproduce (running via `voila==0.4.0`) ```python from superintendent import Superintendent from IPython.display import display from ipyannotations.text import MulticlassLabeller label_classes = ['one',...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Hello, I've noticed that `PolygonAnnotator` class documentation says its "classes" but, if I'm correct, shouldn't it be "options" instead?  Other than that, really nice project 👍
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
The `max_buttons` parameter in the following sample code does not produce the intended effect. It doesn't appear that `max_buttons` is even referenced in `generic.MulticlassLabeller`: ``` import ipyannotations.text widget = ipyannotations.text.MulticlassLabeller(...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
the TextTagger object seems to constantly generate a Javascript error in JupyterLab (I'm using 3.4.8) with the latest versions of ipywidgets (8.0.2) installed. I keep getting "Class null not found...