HumanSignal / HumanSignal/label-studio

canRotate="false" can't be used in videos

Open
#6,518 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
28.3k
Forks
3.7k
Avg merge
14h
Merged PRs (30d)
15

Description

**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:
```











```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.