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.03k stars 228 forks source link

Sorry I might be missing something but is this repo only for one implementation? #125

Open RussellXie7 opened 3 years ago

RussellXie7 commented 3 years ago

❓ Questions and Help

The repo claims to be a new CODEBASE of Scene Graph Generation (SGG), but it seems like this is just a single implementation of the VCTree?

Is there a model zoo for other models like Graph RCNN, RelDN or iterative message passing included for this repo?