Streamlit-Image-Annotation icon indicating copy to clipboard operation
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. ![image](https://github.com/hirune924/Streamlit-Image-Annotation/assets/118519236/20f91db7-499e-413f-9082-d30d4e07eb3a) 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.