foolwood / foolwood/KCF

Bug in Init?

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.