Closed
Description
My actions before raising this issue
- Read/searched the docs
- Searched past issues
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
])
Metadata
Metadata
Assignees
Labels
No labels