Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pigeon annotator #2641

Merged
merged 39 commits into from May 16, 2024
Merged

Pigeon annotator #2641

merged 39 commits into from May 16, 2024

Conversation

strickvl
Copy link
Contributor

@strickvl strickvl commented Apr 25, 2024

Implemented a new annotator:

pigeon

It only works within Jupyter notebooks and supports a limited feature set but is great for experimentation and demos.

Labels get saved to a user-specified directory as JSON files and also returned back to the user as a list of tuples.

(@schustmi: told you I'd do this one day ;) )

Breaking Change

The interface for the base class of the annotator stack component has been updated to account for the fact that not all annotator will launch with a specific URL. So there is no longer an url argument passed in.

@strickvl strickvl added enhancement New feature or request internal To filter out internal PRs and issues labels Apr 25, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 10.2%, saving 14.75 KB.

Filename Before After Improvement Visual comparison
docs/book/.gitbook/assets/pigeon.png 144.87 KB 130.13 KB -10.2% View diff

256 images did not require optimisation.

Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions.

@strickvl strickvl requested review from avishniakov and removed request for schustmi May 2, 2024 04:30
@strickvl strickvl mentioned this pull request May 9, 2024
2 tasks
Copy link
Contributor

@avishniakov avishniakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍🏼

@strickvl
Copy link
Contributor Author

Had passed the CI previously and no meaningful changes made since.

@strickvl strickvl merged commit dad4dec into develop May 16, 2024
10 of 59 checks passed
@strickvl strickvl deleted the feature/pigeon-annotator branch May 16, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change enhancement New feature or request internal To filter out internal PRs and issues run-slow-ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants