CVAT Shape | Encord Equivalent |
---|---|
Rectangle / Bounding Box | Rotatable bounding Box |
Polygon | Polygon |
Polyline | Polyline |
Points | Keypoint |
Ellipse | Not Supported |
Cuboid | Not Supported |
Skeleton | Object Primitive |
Tag | Classification |
Tag | Encord Equivalent |
---|---|
checkbox | Check Box |
radio | Radio Button |
number | Text |
text | Text |
map_filename_to_cvat_name
parameter in LocalImport
to map image file names to the names in the .xml file. The following example removes image file extensions so that image_0123.jpeg
is recognized as image_0123
.
CvatImporterSuccess
, open the Encord platform to ensure that the Project was added.
For possible import options and return types see the SDK reference.
Issues
object closely. This object informs you about possible limitations during the project/task import.
For example, within CVAT the same label in the ontology can be used for different shapes. Within Encord, a label in the ontology is bound to a specific shape. During import, the importer will detect whether the same CVAT label was used for multiple shapes and create different Encord ontology items for each of them.
There are other limitations which are documented in the Issues object. Please reach out to the Encord team if those need clarification.