youngfly11 / ReIR-WeaklyGrounding.pytorch

The official PyTorch code for "Relation-aware Instance Refinement for Weakly Supervised Visual Grounding" accepted by CVPR2021
26 stars 6 forks source link

open source code #2

Closed OliverHuang1220 closed 2 years ago

OliverHuang1220 commented 3 years ago

Hi @youngfly11 Thank you for your excellent work! I'm very interested in your work. Will you open source code?

youngfly11 commented 3 years ago

We will release the code. But recently I am not in campus because of the internship. Most of the codes and data are in the school server. But I can provide the loss function scripts for you to implement the loss we design. When I return to the campus (In September), I will release the code intermediately.

OliverHuang1220 commented 3 years ago

Thank you for your reply. I can learn more about your paper if you provide loss function.

------------------ 原始邮件 ------------------ 发件人: "Yongfei @.>; 发送时间: 2021年8月5日(星期四) 下午3:51 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [youngfly11/ReIR-WeaklyGrounding.pytorch] open source code (#2)

We will release the code. But recently I am not in campus because of the internship. Most of the codes and data are in the school server. But I can provide the loss function scripts for you to implement the loss we design. When I return to the campus (In September), I will release the code intermediately.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

yechenzhi commented 3 years ago

hi, I bet you know what I'm gonna ask.....could you please release your code, I'm so vegetable.

yechenzhi commented 3 years ago

It's already October

youngfly11 commented 3 years ago

Hi, yechenzhi; I am sorry for the late update. Currently, most codes are released. There are still some details to be further improved, like the dataset preprocessing. I will continue to update in the next few days.

Yongfei

JJ-res101 commented 2 years ago

Hi, yechenzhi; I am sorry for the late update. Currently, most codes are released. There are still some details to be further improved, like the dataset preprocessing. I will continue to update in the next few days.

Yongfei

hi, youngfly: Could you provide the dataset preprocessing scripts now? And I wonder, is the current code easy to run without them?Thanks!

youngfly11 commented 2 years ago

Hi; JJ-res101;

The Bottom-up-attention weight can be found at https://github.com/violetteshev/bottom-up-features; the preprocessed scene graph annotation & sentence annotations can be found at https://github.com/youngfly11/LCMCG-PyTorch (google drive contains some necessary files about flickr30k dataset)