amin71
amin71

Reputation: 109

Data augmentation for Tensorflow Object Detection API with polygon bounding box

I want to generate a lot of data from my dataset and save on disk. Then use this generated data for object detection. Is there any way to generate data with polygons bounding boxes and then forward them for object detection task?

Upvotes: 0

Views: 233

Answers (1)

Zabir Al Nazi Nabil
Zabir Al Nazi Nabil

Reputation: 11248

Yes, there are many annotation tools that support polygon bounding boxes. Here are some:

https://github.com/ryouchinsa/Rectlabel-support

https://github.com/buni-rock/Pixie

https://github.com/UniversalDataTool/react-image-annotate

Upvotes: 1

Related Questions