You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Datumaro doesn't use the related_images parameter if the media parameter is specified. Instead of media=PointCloud(dm_image[0]), related_images=dm_image[1], it should say media=PointCloud(dm_image[0], extra_images=dm_image[1]).
Context
No response
Environment
Reproducible on app.cvat.ai.
The text was updated successfully, but these errors were encountered:
Actions before raising this issue
Steps to Reproduce
cvat/apps/engine/tests/assets/test_canvas3d.zip
archive in the CVAT repository.Expected Behavior
Related images should be included in the export result.
Possible Solution
Most likely, the problem is here:
https://github.com/opencv/cvat/blob/a5669aa1ba81c335693383015b65884794685a0d/cvat/apps/dataset_manager/bindings.py#L1462
and here:
https://github.com/opencv/cvat/blob/a5669aa1ba81c335693383015b65884794685a0d/cvat/apps/dataset_manager/bindings.py#L1582
Datumaro doesn't use the
related_images
parameter if themedia
parameter is specified. Instead ofmedia=PointCloud(dm_image[0]), related_images=dm_image[1]
, it should saymedia=PointCloud(dm_image[0], extra_images=dm_image[1])
.Context
No response
Environment
The text was updated successfully, but these errors were encountered: