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

Add config option to show polygon labels on canvas #838

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

maxkarelov
Copy link

@maxkarelov maxkarelov commented Feb 22, 2021

There are a new boolean config option shape.show_labels to draw label names over polygons for better visual labelling and default_create_mode for default type of labelling objects.

In our team we have the case where we continuously improve model by using it's predictions on unknown pictures and review it in labelme to speed up labelling process.

Before
Untitled before

After
Untitled

@wkentaro
Copy link
Owner

wkentaro commented Mar 5, 2021

Thank you for the nice feature implementation. I'm happy to include this.

Can you have a look at the below results? Maybe we need to have a better algorithm to define the x,y coordinate of the label?

labelme examples/bbox_detection/data_annotated --config '{"shape": {"show_labels": true}}'

image

@wkentaro wkentaro assigned wkentaro and unassigned wkentaro Mar 5, 2021
@wkentaro wkentaro self-assigned this Mar 5, 2021
@wkentaro wkentaro removed their assignment Sep 30, 2021
@wkentaro wkentaro added status: wip-by-author Actions have to be taken by the author. and removed question labels Jun 25, 2022
@wkentaro wkentaro force-pushed the main branch 2 times, most recently from 308473f to bb15893 Compare April 13, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement pr status: wip-by-author Actions have to be taken by the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants