Bug in Init?
Open
- Dominant language
- C++
- Stars
- 343
- Forks
- 126
- PR merge metrics
- No merged PRs in 30d
Description
if (resize_image_) {
pos_ = FloorPointScale(pos_, 0.5);
target_sz_ = FloorSizeScale(target_sz_, 0.5);
}
Here pos_ is halfed but frame is not. This will lead to a wrong crop .
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the shown resize_image_ block and trace how pos_, target_sz_, and frame dimensions are used during cropping. Confirm the inconsistent scaling with a focused reproduction or existing tracking test, then verify that the crop uses consistent dimensions for resized input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100