# Shearing makes the bounding boxes move

**URL:** https://discuss.roboflow.com/t/shearing-makes-the-bounding-boxes-move/494
**Category:** 🛠️ Feature Reqs
**Tags:** bugs
**Created:** [May 25, 2022, 11:42pm UTC](https://discuss.roboflow.com/t/shearing-makes-the-bounding-boxes-move/494 "2022-05-25T23:42:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vshesh](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/vshesh/32/332_2.png) [@vshesh](https://discuss.roboflow.com/u/vshesh)
#### Post date: [May 25, 2022, 11:42pm UTC](https://discuss.roboflow.com/t/shearing-makes-the-bounding-boxes-move/494/1 "2022-05-25T23:42:57Z")

</div>

Compare images in

> **[Sign in to Roboflow](https://app.roboflow.com/public-b19mc/simplesymbols3/3/images/0d43aa2ef4560bf86047c5a37ab118cd)**
>
> Even if you're not a machine learning expert, you can use Roboflow train a custom, state-of-the-art computer vision model on your own data.

and [Sign in to Roboflow](https://app.roboflow.com/public-b19mc/simplesymbols3/2/images/2a579130fcee7c8847ce5c713821d3fb)

shearing is the difference in the second one and it makes the bounding boxes migrate!  
can this be fixed? I’ll train without shearing for now.

---

<div class="post-metadata">

### Author: ![Mohamed](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/mohamed/32/62_2.png) [@Mohamed](https://discuss.roboflow.com/u/Mohamed)
#### Post date: [May 26, 2022, 2:19pm UTC](https://discuss.roboflow.com/t/shearing-makes-the-bounding-boxes-move/494/2 "2022-05-26T14:19:03Z")

</div>

Here is [how our Shear Augmentation works](https://blog.roboflow.com/shear-augmentation/).

Experimenting with reduced angles for the x/y settings on shear may also help. The very small symbols in your dataset introduce some difficulty in tracking objects with shearing augmentations.

---

<div class="post-metadata">

### Author: ![kamilalfian](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/kamilalfian/32/4113_2.png) [@kamilalfian](https://discuss.roboflow.com/u/kamilalfian)
#### Post date: [March 28, 2024, 11:10am UTC](https://discuss.roboflow.com/t/shearing-makes-the-bounding-boxes-move/494/3 "2024-03-28T11:10:28Z")

</div>

up have the same problem. auto-orient already turned on. apparently it work well only for rotation and maybe flipping, but for more complicated process like shearing the bounding box cannot keep up. However polygon can keep up with shearing. But polygons are sometimes hassle and why use polygon while bounding box should suffice?
