Exposing the LabelFile API? #1439
mys721tx
started this conversation in
Ideas / Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Currently I am using OpenCV to draw bounding boxes for some 1k images for later manual annotation. In my workflow, I created a dictionary by hand and dump them as a labelme compatible JSON. I tried to use
labelme.shape
andlabelme.load_file
but they are very difficult to use. In my experience,LabelFile.save
cannot marshal a list ofShape
object into JSON.Would it be possible to expose an API for external codes to generate a labelme compatible JSON file?
Beta Was this translation helpful? Give feedback.
All reactions