David Colwell
David Colwell

Reputation: 2590

Editing PASCAL VOC bounding box data

I'm generating data for training an object detection ANN. I'm currently automatically generating the training data based of rules which i'm implementing (automatically captures the image and creates bounding boxes), however the algorithm for creating the data is imprecise (otherwise i wouldnt need an AI for it)

I am looking for an app or github repo that inputs the Pascal VoC annotation file and image, and allows you to visually modify (add/remove/update) the bounding boxes to clean up the data. Using windows currently.

Cheers

Upvotes: 1

Views: 941

Answers (1)

frostell
frostell

Reputation: 669

Depending on platform I use:

Linux/win - LabelImg

macOS - RectLabel (unfortunately not open source, but only costs $0.99)

Upvotes: 3

Related Questions