cvpy.annotation.cvat.CVATProject.CVATProject.save¶
- CVATProject.save(caslib: str | None = None, relative_path: str | None = None, replace: bool = False) None ¶
Saves a CVATProject in the specified caslib and relative path.
- Parameters:
- caslib:
Specifies the caslib under which the CAS tables are saved.
- relative_path:
Specifies the path relative to the caslib where the project will be saved.
- replace:
When set to True, the CAS tables are replaced if they are already present in the specified path.