ROCm / ROCm/rocCV

[Feature]: Bounding-box coordinate transform / rescale op

Open
#172 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1
Forks
10
Avg merge
3d 1h
Merged PRs (30d)
1

Description

Description

For object-detection (YOLO/RT-DETR) post-processing, users may need to remap bounding box coordinates from the letterbox/interface space back to the original image coordinates and clip boxes which fall outside of the original image coordinates. This would be beneficial as a post-processing operator in rocCV.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no implementation files or tests, so start by reading rocCV's existing post-processing operators and their bounding-box or coordinate-handling tests. Determine the expected letterbox-to-original-image parameters and clipping behavior, then add the operator with coverage showing that transformed boxes are clipped to the original image bounds.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-vision
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.