Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple jobs for the same segment #1564

Closed
2 tasks done
anderflash opened this issue May 20, 2020 · 2 comments
Closed
2 tasks done

Multiple jobs for the same segment #1564

anderflash opened this issue May 20, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@anderflash
Copy link

My actions before raising this issue

Expected Behaviour

The idea is to have multiple annotators to the same set of images (so we can cross-validate them).

Current Behaviour

Currently we need to create multiple tasks with the same image set, which waste space.

Possible Solution

Two approaches:

  • One task, two jobs, same frame range for them, one assignee per job. (maybe one option for the user to input which frames this job is linked to)
  • One task, one job, multiple assignees per job (perhaps like the Gitlab's label selection UI component)

I think the general idea is to provide a manual control over the range of frames per job (the overlap/segment size/start/end would be the automatic version of it). Nowadays we can't have a full overlap (otherwise we have a infinite loop with the current CVAT code).

Steps to Reproduce (for bugs)

Not applicable (I think the issue description is self contained)

Context

Datasets whose subsets can be annotated by multiple users.

Your Environment

  • Git hash commit (git log -1): 42fb305
  • Docker version docker version (e.g. Docker 17.0.05): Docker version 19.03.8-ce, build afacb8b7f0
  • Are you using Docker Swarm or Kubernetes? Docker
  • Operating System and version (e.g. Linux, Windows, MacOS): Linux 5.6.11-1-MANJARO Is there any documentation? #1 SMP PREEMPT Wed May 6 10:20:32 UTC 2020 x86_64 GNU/Linux
  • Code example or link to GitHub repo or gist to reproduce problem:
@azhavoro azhavoro added this to the Backlog milestone May 21, 2020
@azhavoro azhavoro added the enhancement New feature or request label May 21, 2020
@nmanovic
Copy link
Contributor

#125 (similar issue)

@nmanovic nmanovic added the duplicate This issue or pull request already exists label May 22, 2020
@nmanovic nmanovic changed the title Multiple assignees to a job (or same frames' subset to different jobs) Multiple jobs for the same segment Nov 26, 2021
@nmanovic nmanovic removed this from the Backlog milestone Nov 26, 2021
@bsekachev
Copy link
Member

Let's close it because it is a dublicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants