NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

Can I get numpy array of uploaded image or read it in cv2 ? #147

Closed MElHuseyni closed 5 years ago

MElHuseyni commented 5 years ago

Watch for changes, or Bookmark for easy discovery. Fund this project for new features and maintenance. [Showcase] your project with us by raising an issue

amitguptagwl commented 5 years ago

If I can understand your question correctly you're looking for the option to export labeled data which can be read by cv2? if not can you please explain it.

Just to inform that, none of the exported data files contains image data including the project file.

MElHuseyni commented 5 years ago

I know that exported data files contain image data, but I need the image to read it in cv2 and then pass for classifier in Keras. So I do not need the exported label in case of classification, otherwise I can use XML or JSON

amitguptagwl commented 5 years ago

I know that exported data files contain image data

No! we don't export image data in data files.

but I need the image to read it in cv2 and then pass for classifier in Keras.

You'll have to read the image file directly from the filesystem.