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

Questions about boxes #5

Closed
BearVic opened this issue Sep 27, 2018 · 4 comments
Closed

Questions about boxes #5

BearVic opened this issue Sep 27, 2018 · 4 comments

Comments

@BearVic
Copy link

BearVic commented Sep 27, 2018

The paper described that the object instances were detected by Faster R-CNN, in this codes, however, did you just input the ground truth boxes directly?

@gaochen315
Copy link
Member

No. We use Detectron to detect object boxes and we saved the detections in the pickle files.

@BearVic
Copy link
Author

BearVic commented Sep 27, 2018

Thanks for answering so soon!
I have one more stupid question. why do you need the negative examples?

To be more specific, do you need to have exclusive classes pair like "carry" and "not carry"?

@gaochen315
Copy link
Member

If you read our paper, you'll see there are three streams, namely human stream, object stream, and spatial configuration stream. The negative examples are mainly used to train the spatial configuration stream. Because it is crucial to teach the network what is definitely NOT the spatial relationship for an action.

@BearVic
Copy link
Author

BearVic commented Sep 27, 2018

I got you. Thanks! You did a brilliant job!

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