/Yolo_bbox_manipulation

A code to rotate yolo bboxes along with the image.

Primary LanguagePython

How to Rotate YOLO Bounding Boxes in 2D?

Rotated Images and boounding boxes.

A simple python implementation to rotate images and the associated bounding boxes obtained via Yolo_mark. See here for a more detailed explanation.

To do a test run, try

python rotate.py -i group-airplanes.jpg -a 25

For more detail, see here.