yrcong / STTran

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

Error using a different dataset than action genome #56

Open shekxkx opened 5 months ago

shekxkx commented 5 months ago

In order to test in a custom video, you said only video frames (self.video_list in the class AG) are necessary (for the setting SGDET), but can I get the result if I only include the self.video_list information in the data_loader and change only the stran part to a pretrained model on test.py ? I wrote the code, but the error does not appear, but it does not go well because the result does not come out. And I saw the answer, 'Sometimes person_bbox and object_bbox are used in the test because there are other two settings FredCLS/SGCLS who are wide used in the image scene graph generation.' I don't know what it means. If you don't mind, can you explain it further?

Lxy811 commented 3 months ago

In order to test in a custom video, you said only video frames (self.video_list in the class AG) are necessary (for the setting SGDET), but can I get the result if I only include the self.video_list information in the data_loader and change only the stran part to a pretrained model on test.py ? I wrote the code, but the error does not appear, but it does not go well because the result does not come out. And I saw the answer, 'Sometimes person_bbox and object_bbox are used in the test because there are other two settings FredCLS/SGCLS who are wide used in the image scene graph generation.' I don't know what it means. If you don't mind, can you explain it further?

Hello, is your custom video a dataset labeled in AG format?