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 229 forks source link

VGG-16 as backbone,BUG!!! #197

Open XHB-ZMM opened 1 year ago

XHB-ZMM commented 1 year ago

❓ Questions and Help

When I use VGG-16 as the backbone, the output dimension of the pre trained model is 512, while the required input dimension of the pre trained RPN is 256, which is not a match.