-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
The current model results in sloppy bounding boxes which may lead to future anomalies.
Required some correction in the model.
-
A `BOUNDING_VOLUMES_INCONSISTENT` error is reported when a tile has a `transform` and its tile and content bounding boxes are equal.
```
{
"asset": {
"version": "1.1"
},
"geometricEr…
-
**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, bu…
-
In computer vision, specifically object detection, it is common for a pipeline to output images with bounding boxes displaying the area of interest for specific objects. When the image(s) are relative…
-
`plot_simulator_state` in `waymax/visualization/viz.py`.
Timing it, there are two function calls that are bottlenecks with similar timings: `img_from_fig` and `plot_numpy_bounding_boxes` in `wayma…
-
Hello, thanks a lot for the great work.
I evaluated the bounding box predictions of RTMO, and they seem relatively low. Kapao, on the other hand, performs well on both keypoints and bounding boxes.…
-
The model works well in most cases, but sometimes it detects multiple bounding boxes for the same single object.
The DETR paper says that the model will generate an independent bounding box for each…
-
I think the issue is that the image array can be empty if x1 == x2 in bbox
suggestion is to either adjust x coordinates or filter out bbox from the list if x1 == x2 ex.
`text_bounding_boxes = …
-
Hi there, this looks like a really good dataloader, but i was wondering why the bounding boxes werent loaded in the annotations, i have read through the read me briefly and it doesnt look like any bou…