SHTUPLUS / Pix2Grp_CVPR2024

BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Missing file:VG-SGG-train.h5、VG-SGG-test.h5、VG-SGG-val.h5、psg-train-zs-pred、psg-val-test、psg-val-dev #9

Open jjl212 opened 2 months ago

jjl212 commented 2 months ago

I couldn't find the file VG-SGG-train_zs_pred.h5/VG-SGG-train.h5 in the download link .Is this file the same as 'VG-SGG-with-attri.h5'? Or is VG-SGG-train_zs_pred.h5/VG-SGG-train.h5 a dataset file that has been repartitioned based on VG-SGG-with-attri.h5? I have the same confusion regarding the val and test dataset files named vg/vg_motif_anno/VG-SGG-val.h5 and vg/vg_motif_anno/VG-SGG-test.h5 in lavis/configs/datasets/vg/defaults_rel_det_train_zs_pred.yaml. Looking forward to your response.

Scarecrow0 commented 2 months ago

The VG annotation file is the same as the initial annotation from vg_motif_anno. The codebase will select different splits for training and testing. You can create those files through soft links.

The test set of our work in PSG is the official validation set of PSG. The validation set is randomly selected from the official training set by us. You can rename the official split and create your own validation set.

myukzzz commented 2 months ago

Another file is missing during the test: zeroshot_triplet_lavis.pytorch

Boltzmachine commented 2 months ago

The VG annotation file is the same as the initial annotation from vg_motif_anno.

Sorry I did not get which file you are referring. what should VG-SGG-train.h5 be create from?

zhuhl0913 commented 1 month ago

The VG annotation file is the same as the initial annotation from vg_motif_anno.

Sorry I did not get which file you are referring. what should VG-SGG-train.h5 be create from?

I assume that all these files (VG-SGG-train.h5, VG-SGG-test.h5, VG-SGG-val.h5) are created as soft links to the VG-SGG-with-attri.h5 file. The codebase automatically selects the appropriate data splits for further processing.

Scarecrow0 commented 1 month ago

Another file is missing during the test: zeroshot_triplet_lavis.pytorch

This file stores the triplet combination that is unseen in the training set and shares the same format with the previous zero-shot SGG codebase. I will update this file later.

Scarecrow0 commented 1 month ago

The VG annotation file is the same as the initial annotation from vg_motif_anno.

Sorry I did not get which file you are referring. what should VG-SGG-train.h5 be create from?

The VG-SGG-train.h5 is created from the initial annotation of the VG dataset: vg_motif_anno.h5.