KaihuaTang / Scene-Graph-Benchmark.pytorch

A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
MIT License
1.06k stars 228 forks source link

About using TDE on Transformer #126

Open tyshiwo1 opened 3 years ago

tyshiwo1 commented 3 years ago

When I try to equip Transformer with TDE by immitating the one implemented in MOTFS, I get low mRs and zRs. I wonder if Transformer in this repo is not sensitive to TDE or my own bugs?

I also wonder if anyone reproduces Graph R-CNN in this repo based on Resnext? Hahaha...