Open galsk87 opened 4 years ago
Thanks for the quick reay. How did you get the results reported in the paper?
בתאריך יום ג׳, 9 ביוני 2020, 13:49, מאת Boris Knyazev < notifications@github.com>:
Not in the near future, since it is difficult to make it work in pytorch > 0.3 (just forward pass should be easier though). But I will add it to my todo list.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bknyaz/sgg/issues/2#issuecomment-641208314, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGZQGMWPF4SWDPSN4EII5QTRVYHTJANCNFSM4NZHQJNA .
I used Neural Motif's official implementation with Pytorch 0.3: https://github.com/rowanz/neural-motifs. Just plugged our loss there and followed their steps. In this repo I hoped to make scene graph generation more accessible for users with Pytorch >= 1, but I could only use simple Message Passing and had to change a few functions, that's why results in this repo are somewhat different from the reported in our paper.
You can check out code from Tang which you cited for an implementation motis with modern PyTorch.
בתאריך יום ג׳, 9 ביוני 2020, 14:14, מאת Boris Knyazev < notifications@github.com>:
I used Neural Motif's official implementation with Pytorch 0.3: https://github.com/rowanz/neural-motifs. Just plugged our loss there and followed their steps. In this repo I hoped to make scene graph generation more accessible for users with Pytorch >= 1, but I could only use simple Message Passing and had to change a few functions, that's why results in this repo are somewhat different from the reported in our paper.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bknyaz/sgg/issues/2#issuecomment-641221979, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGZQGMVXZKXM4U3HTHGQNMTRVYKRLANCNFSM4NZHQJNA .
Not in the near future, since it is difficult to make it work in pytorch > 0.3 (just forward pass should be easier though). But I will add it to my todo list.