Closed MElHuseyni closed 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.
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
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.