Dong-JinKim / DenseRelationalCaptioning

Code of Dense Relational Captioning
https://sites.google.com/view/relcap
MIT License
67 stars 13 forks source link

include scores because we use the scores in `result_to_json` #18

Open kyoto7250 opened 1 year ago

kyoto7250 commented 1 year ago

We use scores in result_to_json, but we can not pass scores from run_image, so we met the error in result_to_json.

so, this PR makes run_image return the scores.

Thank you for your great research 👍🏻