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

Can the primary regions in an image be automatically generated? #16

Open
gunners1886 opened this issue Jun 17, 2016 · 1 comment
Open

Comments

@gunners1886
Copy link

Hello, I found the primary regions you use in the paper Contextual Action Recognition with R*CNN is annotated data. Is there some method that can automatically generate the primary regions in an input image? if not, how can we recognize the actions in an input image without annotation information?

@gkioxari
Copy link
Owner

For the tasks tackled in our paper, the primary region always refers to the person that is being classified. Usually the boxes of the people are provided (in order to disentangle the task from the task of person detection). However, I do agree that in practice you don't have those boxes. If that is your case, you should probably run a person detector on your dataset and get the highest scoring activations to be the primary regions.

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