Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Utilities for object detection #96

@old-school-kid

Description

@old-school-kid

Some ready to use utilities that could be useful during an object detection application:

  • Label Encoder to transform raw labels into targets for training
  • Anchor Box generation
  • Conversion of anchor box from [xmin, ymin, xmax, ymax] to [x, y, width, height] and vice versa
  • Visualization of Anchor Box
  • Anchor optimization for custom data set using MetaAnchor (citations 100) or KNN means

Not including other utilities like non max suppression and generating bounding box since they are available under tf.image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions