qxcv / joint-regressor

Regressing joints for fun and profit
Apache License 2.0
2 stars 3 forks source link

Should crop and scale during detection #8

Closed qxcv closed 8 years ago

qxcv commented 8 years ago

Person detection is a trivial task which I know my detector does fine at anyway. Hence, it doesn't make sense to go through the expensive process of CNN evaluation and GM inference on entire test images. I should make the testing pipeline crop the image around the GT person location and then rescale to GT scale.

qxcv commented 8 years ago

This is DONE! Hooray!