Hello there, I’m developing a model that is able to detect boxes of two types, mainly for accademic purposes.
I was wondering my annotation skills and i’d like an opinion on how’s my work and eventual tips and tricks for the best annotations in order to better train my models.
This one is wierd because i was trying my best not to include the white box with the other brown one and also avoid including parts of boxes that wasn’t the “target” one
Am i includin too mutch background here? That is also a thing i’m confused about, cuz it happends sometimes that i don’t know how to annotate with sqares things that are rotated that mutch
I was also wondering if I should use the polygon tool even if i’m looking for making an object detection model, i know it will then simplify the polygons into boxes, but i was thinking that maybe this way i would solve the “background problem”
Thank you @Ford, I have 2 last questions:
The first is, should i convert all the polygon annotations back to boxes, since i’m training an object detection and i’m not interested for a segmentation model, i feel like it’s better to turn them back to boxes.
The second is, is it ok to include background as long as the box is as tight as possible around the object?
For example in this image, since the objects are rotated, the bounding boxes need to include a bunch of background, is it ok?
Hi @Damiano_Purin!
No worries! You can leave them as polygon annotations.
This is ok! It is a tradeoff that must be accepted because we need the entire object of interest within the bounding box. You can always implement polygons to mitigate this.