yangxuntu / SGAE

220 stars 48 forks source link

Doubt regarding "use_rela" flag while evaluating the model. #6

Open ravissj4 opened 5 years ago

ravissj4 commented 5 years ago

You have told to set "use_rela 0" while running eval_mem.py to evaluate the model. It represents "Whether we use the relationship matrix or not", so if I do want to use the relationship matrix to evaluate your pre-trained model - let's say "640075", then it asks for "rela_dict.npy", but it is not present in the folder you have shared. Can you please explicitly share this file ?

yangxuntu commented 5 years ago

I refine the codes after CVPR, and first train this model without using image scene graphs. After finding that the CIDEr scores have achieved the best score I got even when I use image scene graphs, I do not train a model with scene graphs anymore due to the lack of GPUs.

ravissj4 commented 5 years ago

It would be nice if you could point me to the code repository from where I could generate the scene graphs from the sentence as well as the image.

yangxuntu commented 5 years ago

I use SPICE to generate sentence scene graphs and motif scene graph model to generate image scene graphs. If you want to generate these two kinds of scene graphs, you should go to their githubs to get the corresponding codes.


发件人: Ravi Ranjan notifications@github.com 发送时间: 2019年7月17日 11:24 收件人: yangxuntu/SGAE 抄送: #YANG XU#; Comment 主题: Re: [yangxuntu/SGAE] Doubt regarding "use_rela" flag while evaluating the model. (#6)

It would be nice if you could point me to the code repository from where I could generate the scene graphs from the sentence as well as the image.

― You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/yangxuntu/SGAE/issues/6?email_source=notifications&email_token=AJEJUOVALLRDR4OUNGPO62DP72GIBA5CNFSM4H7RTUZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2C5FNA#issuecomment-512086708, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJEJUORLUPUDC4OZCG62L3DP72GIBANCNFSM4H7RTUZQ.

ravissj4 commented 5 years ago

okay Thankyou :)