double125 / Graph-Matching-Attention

Bilateral Cross-Modality Graph Matching Attention for Feature Fusion in Visual Question Answering
https://ieeexplore.ieee.org/document/9705535
9 stars 1 forks source link

Missing some data files/缺少部分数据文件 #1

Open Ysis0 opened 1 year ago

Ysis0 commented 1 year ago

Dear author: Hello, I am running your publication 'Bilateral Cross Modality Graph Matching Attention' There were some errors in the source code of the paper 'For Feature Fusion in Visual Question Answering'. When running this command, python3- u train.py -- train -- bsize 256-- data Type VQA -- data Dir/ VQA -- save Dir/ Trained The specific error that occurred in the model is as follows: No such file or directory: '/root/autodl tmp/Graph Matching Attention/VQA/question Graph/training Data/vqa Trainval Q Graph. json ', it should be a problem with the code repository, missing some data files, training Data/vqa Trainval Q_ The file graph.json was not found during data processing. I greatly appreciate your work and thank you for your contribution to the field of visual Q&A. I would like to seek your help. Can you provide me with a complete data file or a better solution? Looking forward to your reply,wish you good health, career and happy family! 亲爱的作者: 您好, 我在运行您发表的《Bilateral Cross-Modality Graph Matching Attention for Feature Fusion in Visual Question Answering》这篇论文的源代码时出现了一些错误,在运行这段命令时,python3 -u train.py --train --bsize 256 --data_type VQA --data_dir ./VQA --save_dir ./trained_model,出现的具体错误如下:No such file or directory: '/root/autodl-tmp/Graph-Matching-Attention/VQA/question_graph/trainval_data/vqa_trainval_q_graph.json',我的判断应该是代码仓的问题,缺少一部分的数据文件,trainval_data/vqa_trainval_q_graph.json 这个文件在数据处理没找到。 我非常欣赏您的工作,感谢您为视觉问答领域做出的贡献,我想寻求您的帮助,您能提供完整的数据文件或者有更好的解决方法可以提供给我吗? 期待您的回复!祝您身体健康、工作顺利!

chendashuai1 commented 10 months ago

请问你解决了吗?