aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.43k stars 2.44k forks source link

Bounding boxes wrong automatic ordering #756

Open Faisalsouz opened 3 years ago

Faisalsouz commented 3 years ago
('130', '245', '119', '97',mylabel)   # image coordinates read from csv file
bbs=BoundingBox(x1=130,y1=245,x2=119,y2=97)

BoundingBox(x1=119.0000, y1=97.0000, x2=130.0000, y2=245.0000, label=mylabel)

Problem BounddingBox autmatically giving the coordiante in worng order.