GithubHelp home page GithubHelp logo

Comments (4)

deppp avatar deppp commented on September 25, 2024

@mrijken thanks for bringing that up. Interesting idea, but I'd assume it can only work for classification and not the region labeling?

We will be updating the data manager to something more powerful in the upcoming version and will consider how to add that, probably after we finalize the images support.

from label-studio.

vade avatar vade commented on September 25, 2024

I too would like some form of multiple task management - perhaps a simple first step might be something along the lines of:

  • allow arrays in the backend config.json for each task.

Something like:

  • allow an array in label_config key within the backend/config.json file - letting a custom UI per task be created.
  • allow an array of task.jsons in the input_path key for the backend/config.json file
  • allow an array of output folders in the output_dir key of backend/config.json file, allowing a 1:1 mapping of task input to output.

A 3 task setup might look like:

more config.json 
{
  "title": "Synopsis - Label Studio",
  "port": 8200,
  "debug": true,

  "label_config": ["../examples/synopsis_image/config_task1.xml", 
                             "../examples/synopsis_image/config_task2.xml", 
                             "../examples/synopsis_image/config_task3.xml"],
  "input_path": ["../examples/synopsis_image/some_taskname.json",
                          "../examples/synopsis_image/some_other_taskname.json",
                          "../examples/synopsis_image/last_task.json"],

  "output_dir": ["../examples/synopsis_image/completions/task1",
                          "../examples/synopsis_image/completions/task2",
                          "../examples/synopsis_image/completions/task3"],

  "instruction": "Choose a task, and complete the instructions in the UI shown",
  "allow_delete_completions": true,

  "editor": {
    "build_path": "../build/static",
    "debug": false
  }
}

Clearly there'd have to be a check to ensure each label_config, input_path and output_dir had matching array sizes.

Finally, Some simple UI to chose which task, which could be even some sort of URL component string like

http://192.168.1.183:8200/?taskname=some_taskname&task_id=1

Just thinking aloud. Thanks again for this project!

from label-studio.

NandaBalakrishnan avatar NandaBalakrishnan commented on September 25, 2024

are we supporting labeling multiple task at once? (only for image classfication)

from label-studio.

makseq avatar makseq commented on September 25, 2024

@NandaBalakrishnan We are very close to it. I think it will be in one release.

from label-studio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.