yrcong / STTran

Spatial-Temporal Transformer for Dynamic Scene Graph Generation, ICCV2021
MIT License
181 stars 34 forks source link

Test set for performance metrics #44

Open zee-fee opened 1 year ago

zee-fee commented 1 year ago

@yrcong What train-val-test split is used with Action Genome dataset? From the codebase, it seems like the same test set was used as validation set during training (in train.py) and also as test set in (test.py). What dataset split is used for reported metrics in paper?

yrcong commented 1 year ago

Hi, Action Genome has no validation split. We use the same train/test split as the original AG (They provide "train/test" labels in the annotations)