[Feature]: Bounding-box coordinate transform / rescale op
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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