Streamlit-Image-Annotation
Streamlit-Image-Annotation copied to clipboard
Streamlit component for image annotation.
Results
2
Streamlit-Image-Annotation issues
Sort by
recently updated
recently updated
newest added
Hello! Firstly, thank you for making this! I am working with your code but the images are not showing.  can you help me with this issue? this is my...
While using the webcam to capture images for annotation, I discovered that PIL.Image.open() only accepts image paths or bytes. Therefore, I have added code to convert ndarray to bytes.