Skip to content

PRNDcompany/prnd-label-studio

Repository files navigation

How to build and run

make build; make run
  • If you want to change version or ports, please change values in .env file.

How to contribute label studio and ml backend

How to annotate data

  • Access to http://192.168.0.53:8082 (You can change port in .env file)
  • Create project and import data manually or using SDK
  • Annotate data

How to use ML backend (cvt-polygon-to-brush example)

  • In project, go to Settings -> Model -> Connect model
  • Fill the form:
    • Name: cvt-polygon-to-brush (or any name you want)
    • Backend URL: http://cvt-polygon-to-brush:9090 (please use the same name and port as the ml-backend container in docker-compose.yml)
  • Turn on Interactive preannotation
  • Press Validate and Save and Save button
  • Turn on Auto-Annotation in annotation page and change Brush to Polygon of Auto-Detect
  • Start annotating data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published