Describe the bug
I want to avoid annotators to rotate bounding boxes when annotating for object detection on videos. I'm able to do it by adding canRotate="false" only when tasks are images, but not with videos.
To Reproduce
This labeling template for object detection on images does work (bounding boxes can't be rotated):
Describe the bug I want to avoid annotators to rotate bounding boxes when annotating for object detection on videos. I'm able to do it by adding canRotate="false" only when tasks are images, but not with videos.
To Reproduce This labeling template for object detection on images does work (bounding boxes can't be rotated):
But when I add canRotate="false" anywhere in this labeling template for video annotation, bounbing boxes can still be rotated: