cvpy.annotation.cvat.CVATProject.CVATProject.resume

static CVATProject.resume(project_name: str, cas_connection: CAS, caslib: str | None = None, relative_path: str | None = None) CVATProject

Resumes a CVATProject by reading it from the specified caslib and relative path.

Parameters:
project_name:

Specifies the project name to be resumed.

cas_connection:

Specifies the CAS connection in which the project will be resumed.

caslib:

Specifies the caslib under which CAS tables were saved. If this is not specified, the active caslib will be used.

relative_path:

Specifies the path relative to caslib where project was saved. If this is not specified, the active caslib path will be used.

Returns:
project:

A CVATProject object with all of the properties set from the specified JSON string.