Closed drigoni closed 2 years ago
Yes. The results about caffe version refer to the validation split, and the detectron2 version refer to the test split. For caffe version, we follow the training settings in original caffe implements, which is trained in the train split and tested in the val split. For detectron2 version, we follow the training settings in grid-feats-vqa, which is trained in both train split and val split, then tested in test split.
Dear authors,
from the config files I see that for the Detectron2 version the splits used are the following:
DATASETS: TRAIN: ("visual_genome_train", "visual_genome_val") TEST: ("visual_genome_test",)
while for Caffe:DATASETS: TRAIN: ("visual_genome_train",) TEST: ("visual_genome_val",)
So, I would like to ask if:Best regards, Davide