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

what is the vg+cacao? #2

Closed ZHUXUHAN closed 11 months ago

ZHUXUHAN commented 11 months ago

Hi, what is the VG+Cacao in table.3, others is Cacao, what is VG+cacao?

Yuqifan1117 commented 11 months ago

Thanks! VG+CaCao represents the enhanced dataset with our CaCao framework (the base VG dataset and extra enhanced fine-grained data), while CaCao means only use CaCao’s predicates. In table.3, we use VG+CaCao distinguish it from Cacao alone.

ZHUXUHAN commented 11 months ago

Thanks! VG+CaCao represents the enhanced dataset with our CaCao framework (the base VG dataset and extra enhanced fine-grained data), while CaCao means only use CaCao’s predicates. In table.3, we use VG+CaCao distinguish it from Cacao alone.

Thank you for your response. So, is this VG+Cacao referring to the file named 'VG-SGG-base-EXPANDED-with-attri.h5' in your Google drive?

Yuqifan1117 commented 11 months ago

Thanks! VG+CaCao represents the enhanced dataset with our CaCao framework (the base VG dataset and extra enhanced fine-grained data), while CaCao means only use CaCao’s predicates. In table.3, we use VG+CaCao distinguish it from Cacao alone.

Thank you for your response. So, is this VG+Cacao referring to the file named 'VG-SGG-base-EXPANDED-with-attri.h5' in your Google drive?

Actually, we consider more categories of predicates in open-world here (i.e. 'VG-SGG-zs-random-expanded-with-attri.h5' in the 'vg/open-world' folder), while 'VG-SGG-base-EXPANDED-with-attri.h5' has been mapped to target 50 predicates for VG dataset.

ZHUXUHAN commented 11 months ago

Thanks! VG+CaCao represents the enhanced dataset with our CaCao framework (the base VG dataset and extra enhanced fine-grained data), while CaCao means only use CaCao’s predicates. In table.3, we use VG+CaCao distinguish it from Cacao alone.

Thank you for your response. So, is this VG+Cacao referring to the file named 'VG-SGG-base-EXPANDED-with-attri.h5' in your Google drive?

Actually, we consider more categories of predicates in open-world here (i.e. 'VG-SGG-zs-random-expanded-with-attri.h5' in the 'vg/open-world' folder), while 'VG-SGG-base-EXPANDED-with-attri.h5' has been mapped to target 50 predicates for VG dataset.

so VG+Cacao is 'VG-SGG-zs-random-expanded-with-attri.h5' in the 'vg/open-world' folder?

Yuqifan1117 commented 11 months ago

Thanks! VG+CaCao represents the enhanced dataset with our CaCao framework (the base VG dataset and extra enhanced fine-grained data), while CaCao means only use CaCao’s predicates. In table.3, we use VG+CaCao distinguish it from Cacao alone.

Thank you for your response. So, is this VG+Cacao referring to the file named 'VG-SGG-base-EXPANDED-with-attri.h5' in your Google drive?

Actually, we consider more categories of predicates in open-world here (i.e. 'VG-SGG-zs-random-expanded-with-attri.h5' in the 'vg/open-world' folder), while 'VG-SGG-base-EXPANDED-with-attri.h5' has been mapped to target 50 predicates for VG dataset.

so VG+Cacao is 'VG-SGG-zs-random-expanded-with-attri.h5' in the 'vg/open-world' folder?

yes

ZHUXUHAN commented 11 months ago

Thanks! VG+CaCao represents the enhanced dataset with our CaCao framework (the base VG dataset and extra enhanced fine-grained data), while CaCao means only use CaCao’s predicates. In table.3, we use VG+CaCao distinguish it from Cacao alone.

Thank you for your response. So, is this VG+Cacao referring to the file named 'VG-SGG-base-EXPANDED-with-attri.h5' in your Google drive?

Actually, we consider more categories of predicates in open-world here (i.e. 'VG-SGG-zs-random-expanded-with-attri.h5' in the 'vg/open-world' folder), while 'VG-SGG-base-EXPANDED-with-attri.h5' has been mapped to target 50 predicates for VG dataset.

so VG+Cacao is 'VG-SGG-zs-random-expanded-with-attri.h5' in the 'vg/open-world' folder?

yes

ok, thanks for your help.