Skip to content

Custom definitions for small, medium, large boxes in object detection #8375

@tispratik

Description

@tispratik

We're training our object detection based model on 1280x720 images which are being resized to 300x300. Most of our bounding boxes have an area greater than 96^96 which is the maximum size for medium boxes. So almost all of our boxes lie in the large bucket.

Is there a way I can set custom sizes for these definitions so that we can have more useful mAP, precision, recall values on tensorboard?

Currently, we get no values for small and medium sized boxes.

Screen Shot 2020-04-08 at 6 24 38 PM

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions