aleju / imgaug-doc

Code and assets to generate the documentation of imgaug
http://imgaug.readthedocs.io
MIT License
155 stars 50 forks source link

Augmenting data that was annotated using COCO format #12

Open engmubarak48 opened 5 years ago

engmubarak48 commented 5 years ago

Do your library support augmentation of data annotated using coco format. ?

thanks.

aleju commented 5 years ago

That format is currently not supported for reading/writing. Right now, imgaug tries in general to not deal with reading/writing of existing annotation formats as there was no time yet to implement the routines for that.

benjamin-lange commented 3 years ago

@engmubarak48 Have a look at theses scripts, they can be easily adapted to imgaug format and provide all the parsing code you might need.