cvat icon indicating copy to clipboard operation
cvat copied to clipboard

Importing dataset in cvat format loses angle

Open dreambit opened this issue 3 years ago • 3 comments

When i export my dataset in cvat format and then import it - all bboxes are without angle(angle is reset to 0)

dreambit avatar Feb 22 '22 19:02 dreambit

Might be related with #4745, but I am not sure.

Need to check if it is reproduced additionally.

bsekachev avatar Sep 06 '22 20:09 bsekachev

@zhiltsov-max

Looks like here we need fix on datumaro side. I expect attributes field to contain rotation as it implemented for occluded after this line Dataset.import_from(tmp_dir, 'cvat', env=dm_env).

image

The bug happens when we export/import a project.

bsekachev avatar Nov 02 '22 07:11 bsekachev

@yasakova-anastasia, please check this issue.

zhiltsov-max avatar Nov 07 '22 17:11 zhiltsov-max