HumanSignal / HumanSignal/label-studio
canRotate="false" can't be used in videos
Open
- 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
Assessment
This issue has not been assessed yet.