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

VGG-16 as backone #196

Closed XHB-ZMM closed 1 year ago

XHB-ZMM commented 1 year ago

❓ Questions and Help

The default Faster R-CNN comes with ResNext-101-FPN as the target detector. If I want to use VGG-16 as the backbone, which files do I need to configure