Yuqifan1117 / CaCao

This is the official repository for the paper "Visually-Prompted Language Model for Fine-Grained Scene Graph Generation in an Open World" (Accepted by ICCV 2023)
40 stars 5 forks source link

Can you provide how base predicates and novel predicates are splited in Open-World Predicate SGG? #20

Closed Leon022 closed 6 months ago

Leon022 commented 6 months ago

Hey, can you explain how base predicates and novel predicates are separated in Open-World Predicate SGG? Also, just wondering, when we're predicting with novel predicates, were their related subjects and objects actually seen during training or not?

Yuqifan1117 commented 6 months ago

af88a86781911cd4ff55fbca8189a762 We do not restrict objects during training, but we filter the images which contain novel predicates.

Leon022 commented 6 months ago

Thank you for your response, which has resolved my confusion.