Skip to content

Instantly share code, notes, and snippets.

@happen2me
Created April 11, 2021 04:46
Show Gist options
  • Save happen2me/b39701aba64491d01048b9afe773aa37 to your computer and use it in GitHub Desktop.
Save happen2me/b39701aba64491d01048b9afe773aa37 to your computer and use it in GitHub Desktop.
wattman questions
  1. 概念

    Project:一个标注项目,里面有类型相同的标注任务。

    Task:一个标注任务。有自己的标签集合,包含一定数量的待标注帧。可以属于一个项目,并且会继承该项目的标签集合。

    Job: 一个job是一个任务里的一个标注作业。Job的存在是为了对标注帧很多的Task进一步细分,如果Task有设置segment size,Task里会包含多个Jobs,每个Job含指定数量的帧。

  2. 筛选名字包含wattman的图像,单独创建一个job

    python3 cvat/utils/cli.py create "wattman" --labels labels.json local images/*wattman*.png images/*wattman*.jpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment