JerryLingjieMei / FALCON-Release

PyTorch implementation of FALCON: Fast Visual Concept Learning by Integrating Images, Linguistic descriptions, and Conceptual Relations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about features.

LemonQC opened this issue · comments

This is a freat work. I have a question and hope you can help me.

Did you convert all the image features into json file?

For CUB and CLEVR dataset, we generate the image features via the Resnet backbone of the model and they are not stored to storage. For GQA dataset, we use the features included in the dataset webpage.