KCF icon indicating copy to clipboard operation
KCF copied to clipboard

Bug in Init?

Open superzrx opened this issue 7 years ago • 1 comments

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 .

superzrx avatar May 20 '18 03:05 superzrx

Yes, I encountered it either.

kangxiao18 avatar Jun 25 '18 10:06 kangxiao18