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

Predicate classification and filtering #7

Open
dreichCSL opened this issue Feb 14, 2023 · 3 comments
Open

Predicate classification and filtering #7

dreichCSL opened this issue Feb 14, 2023 · 3 comments

Comments

@dreichCSL
Copy link

Are there any details and/or performance measurements available for the Faster R-CNN model and the predicate classification in particular (object name, attributes and relationships)? How is the relation class predictor realized as part of FRCNN? In the paper you state using a regular CE (multi-task) loss, suggesting that each (ordered) pair of detected objects has exactly one relationship. Does every ordered pair have a relationship? For 100 objects that would be ~10k relationships for predicate input, which seems impractical to process. Or does relationship classification involve different different objects than the regular FRCNN output for object-id?

Some details would be appreciated. Thanks!

@Yunhao-Liu
Copy link

I have the same questions as you.

@liumc14
Copy link

liumc14 commented Nov 15, 2023

Are there any details and/or performance measurements available for the Faster R-CNN model and the predicate classification in particular (object name, attributes and relationships)? How is the relation class predictor realized as part of FRCNN? In the paper you state using a regular CE (multi-task) loss, suggesting that each (ordered) pair of detected objects has exactly one relationship. Does every ordered pair have a relationship? For 100 objects that would be ~10k relationships for predicate input, which seems impractical to process. Or does relationship classification involve different different objects than the regular FRCNN output for object-id?

Some details would be appreciated. Thanks!

Do you know how the prediction of attribute and relational classes mentioned in the paper is handled? I also have this confusion, so please give me some guidance if you know,Thanks~

@dreichCSL
Copy link
Author

Unfortunately, I don't know. I think, only the authors can provide this information.

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

3 participants