Change default settings: 1) auto_save: false -> true; 2) store_data: true -> false #1650
wkentaro
started this conversation in
Ideas / Feature requests
Replies: 2 comments 4 replies
|
Wouldn't people who already has the current default in their |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've noticed myself (almost) always use
labelme --nodata --autosave IMAGE.jpgwhen I annotate.Changing the default has friction for existing users who expect the existing behavior, but I think it's worth it.
To keep the original behavior, power users can always use:
labelme --config '{"store_data": true, "auto_save": false}'Since this is a breaking change, I think we should bump the major version: v5.x.y -> v6.0.0
All reactions