python labelme dataset class #1511
Unanswered
sancelot
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
To use labelme images, it looks like everybody is writing it's own python dataset class, to :
load images
load annotations
show class distribution
....
This is really not straight.
Is there somewhere a labelmedataset class I can directly use, to do it ?
I will only have to instantiate it using mydataset = LabelMeDataset(path) , and use it directly with TF for training.
Beta Was this translation helpful? Give feedback.
All reactions