Regarding to the Live Inference with Streamlit Application using Ultralytics YOLO11

I have known that the Live Inference with Streamlit Application using Ultralytics YOLO11 supports video files and webcam sources, but I would like that it also allows users to insert images, and thus what should I do to apply this? Thank you very much.

1 Like

There’s no support for images currently. You can try opening a feature request for it on GitHub.

1 Like

@tommerfrancis Ok, got it. I just added the support: Add `image` inference support to `Streamlit` application by RizwanMunawar · Pull Request #21413 · ultralytics/ultralytics · GitHub :smiley: