Skip to content

Create task with git repository  #4365

Closed
@LeDuySon

Description

@LeDuySon

My actions before raising this issue

Expected Behaviour

Create a task with github repository for synchronizing task https://openvinotoolkit.github.io/cvat/docs/manual/advanced/task-synchronization/

Context

I'm trying to create new task with a git repository using cli https://openvinotoolkit.github.io/cvat/docs/manual/advanced/cli// but it always shows error that "format" key is missing. When i dont create task with github repository, everything works fine.

Your Environment

  • Code example or link to GitHub repo or gist to reproduce problem:
subprocess.call([
            'python', 'cvat/utils/cli/cli.py', \
            "--auth", auth_account, \
            "create", task_name, \
            "--labels", '[{"name": "person"}]', \
            "--project_id", str(args.project_id), \
            "--dataset_repository_url", "https://github.com/LeDuySon/BackupDataset", \
            "--annotation_format", "CVAT 1.1", \
            "local", video_path
            ])
  • Other diagnostic information / logs:
    image
    image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions