Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with ground truths annotated as "people" or "person?" #23

Closed
yijunCai opened this issue Dec 4, 2016 · 2 comments
Closed

Comments

@yijunCai
Copy link

yijunCai commented Dec 4, 2016

Hi @zhangliliang
Sorry to bother you again,but I'm wondering how you dealed with ground truths annotated as "people" or "person?", since these ground truths may introduce some noise during training. I prefer simply ignore them.
Thanks a lot!

@zhangliliang
Copy link
Owner

Yes. You are right.

I use this few lines in the roidb_from_caltech.m for extracting the groundtruth.

addpath(genpath('./external/code3.2.1'));
pLoad={'lbls',{'person'},'ilbls',{'people'},'squarify',{3,.41}};
pLoad = [pLoad 'hRng',[50 inf], 'vRng',[1 1] ];

It means that we only care about the "person" annotations which arefully visible and more than 50 pixels tall.

These few lines are modified from the ACF methods in the dollar toolbox. You might refer to that code or their T-PAMI paper for more details.

@yijunCai
Copy link
Author

yijunCai commented Dec 5, 2016

Got it. Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants