You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko e018b10e00
SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459)
You have to use the `import_status` action in order to query the input
status. Otherwise, the `/api/projects/{id}/dataset/` endpoint initiates
a dataset export. Currently, `import_dataset` inadvertently monitors the
status of that export, not the original import.
3 years ago
..
cvat_sdk SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459) 3 years ago
gen SDK: Add an adapter layer that presents a CVAT task as a torchvision dataset (#5417) 3 years ago
.gitignore Check server version in SDK (#4935) 3 years ago
.openapi-generator-ignore Add 2nd layer of SDK (#19) 4 years ago
.remarkignore Add CVAT SDK package (#7) 4 years ago
pyproject.toml Add 2nd layer of SDK (#19) 4 years ago