rlqja1107 / torch-LLM4SGG

Official PyTorch implementation Source code for LLM4SGG: Large Language Models for Weakly Supervised Scene Graph Generation, accepted at CVPR 2024
81 stars 3 forks source link

TypeError: __init__() missing 4 required positional arguments: 'img_folder', 'ann_file', 'return_masks', and 'return_tokens' #8

Open hanzefang opened 3 months ago

hanzefang commented 3 months ago

GQA dataset test

rlqja1107 commented 3 months ago

Thank you for your feedback on my implementation. I updated the code to ensure correct inference on the GQA test dataset. If you have another issue, please feel free to contact me.

Sorry for the confusion.