Skip to main content

LocalImport Objects

@dataclass
class LocalImport()
file_path: Supply the path of the exported folder which contains the images and annotations.xml file. Make sure to select ā€œSave imagesā€ when exporting your CVAT Task or Project. transform_file_names: Encord expects that file names (including their relative paths), exactly matches the ā€œnameā€ parameter of CVAT image. If it is not, user can supply transform_file_names function that maps filename to the image name.

ImportMethod

Using images/videos in cloud storage as an alternative import method will be supported in the future.

Issue Objects

@dataclass
class Issue()
For each issue_type there may be multiple occurrences which are documented in the instances. The instances list can provide additional information on how the issue was encountered. If there is no additional information available, the instances list will be empty.

Issues Objects

@dataclass
class Issues()
Any issues that came up during importing a project. These usually come from incompatibilities between data saved on different platforms.