ImageMonkey / imagemonkey-core

ImageMonkey is an attempt to create a free, public open source image dataset.
https://imagemonkey.io
47 stars 10 forks source link

request: allow underscores in unified mode label entry #270

Open dobkeratops opened 4 years ago

dobkeratops commented 4 years ago

learning from going back over the label list, in retrospect I want to use underscores and slashes to disambiguate the spaces e.g which words should be grouped (multi-word labels) and which can be split (blends of independent labels) It's allowing the slashes, but not "_" underscores look more natural than camel-case, and there's also the possbilitity of multiple grouping levels between undersscores and camelcase (eg.. man/holding_leatherBag .. = [[man] [holding[leather bag]]] ..

bbernhard commented 4 years ago

should work now :)

dobkeratops commented 4 years ago

Awesome! After going back over the label list i regret not using them more all along. I’m still experimenting with ways to process the list .. these word vectors are fascinating but it’s hard to make them work considtently . In the end I think I’ll just end up submitting more data (explicit groupings and graph nodes for substitution)

dobkeratops commented 4 years ago

Ah and DOuBLE AWESOME .. image.unlabelled in unified!!! PERFECT!!!!