IMvision12

Results 31 comments of IMvision12

I concur with @pure-rgb's observation that the API design has become overly elaborate and intricate for contributors. Previously, it was straightforward and comprehensible, but with the introduction of the Backbone...

hey @pure-rgb are u working on this?

Hey @pure-rgb thanks I have started, and almost completed with frontend and backend just solving some errors

@james77777778 Thank you for sharing this; I was planning to develop a website using HTML, CSS, JS, ReactJs, and Flask, but I believe using Streamlit will save time and be...

@james77777778 BTW, do you intend to add bbox augmentation support to your website?

https://imvision12-kerascv-demo-app-15jw4n.streamlit.app/ did some changes, but major code was taken from https://github.com/james77777778/keras-aug/tree/main/streamlit_app Thanks to @james77777778 Working on adding support for bbox augmentation! @ianstenbit @jbischof

Added bounding box support! currently, it supports "xywh" and "xyxy" formats! ![bbox](https://github.com/keras-team/keras-cv/assets/88665786/f8255a71-3922-46dd-b4d4-ebdfc0bf42e5)

Added segmentation support :) ! ![Capture](https://github.com/keras-team/keras-cv/assets/88665786/c2abbe22-82ed-4658-a7f6-5572fe0678a1) ![Capture](https://github.com/keras-team/keras-cv/assets/88665786/1895c6d9-50ad-4de8-b982-ea53825937aa)

@jbischof @ianstenbit Let me Know where should i add this app, in KerasCV by creating a new folder named streamlit_app or Keras.io

@ianstenbit @innat @jbischof We cannot host the app on GitHub pages reason: https://discuss.streamlit.io/t/hosting-streamlit-on-github-pages/356/3. I'm not familiar with the hosting details of keras.io, so I'm uncertain if it is possible to...