We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a task with github repository for synchronizing task https://openvinotoolkit.github.io/cvat/docs/manual/advanced/task-synchronization/
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.
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 ])
The text was updated successfully, but these errors were encountered:
@zhiltsov-max Does SDK cover creating tasks with attached git repos?
Sorry, something went wrong.
Hi, yes, it does. Both SDK and CLI. We don't have tests on this, though.
192fd72
Fix creation of tasks with Git repositories via the SDK (cvat-ai#5409)
bf8b1b5
Fixes cvat-ai#4365
SpecLad
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: