asehmi / streamlit-label-studio-frontend

A Streamlit component integrating Label Studio Frontend in Streamlit applications
MIT License
67 stars 12 forks source link

Polilines example in the UI #8

Closed Oteo95 closed 8 months ago

Oteo95 commented 9 months ago

Is there any plan to add to the examples the polilines option?

Best regards, Alberto

asehmi commented 8 months ago

No plans, sorry. I built this more as a concrete example of implementing a Streamlit component, than an example of using Label Studio.

zhentai-SMU commented 4 months ago

Could you please offer any advice on this matter? I am looking to integrate a component for mask or polygon annotations. Your insights would be greatly appreciated.

asehmi commented 4 months ago

@Oteo95 @zhentai-SMU

Hi - I have updated the app with image polygon and image segmentation examples. Please see the readme as LSF standalone has been deprecated! The Streamlit integration still works, but I'm not sure how long it will remain that way since the LSF package repository hasn't been updated.

Moving forward, you'd have to create a build of the editor (i.e. LSF) from the main LS repo, and point to these build JS and CSS files instead of taking them from the package repo.