Skip to content

Pytorch code for our ECCV 2018 paper "Graph R-CNN for Scene Graph Generation" and other papers

Notifications You must be signed in to change notification settings

jaesuny/graph-rcnn.pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-rcnn.pytorch

Pytorch code for our ECCV 2018 paper "Graph R-CNN for Scene Graph Generation"

Introduction

This project is a set of reimplemented representative scene graph generation models based on Pytorch 1.0, including:

Our reimplementations are based on the following repositories:

Why we need this repository?

The goal of gathering all these representative methods into a single repo is to establish a more fair comparison across different methods under the same settings. As you may notice in recent literatures, the reported numbers for IMP, MSDN, Graph R-CNN and Neural Motifs are usually confusing, especially due to the big gap between IMP style methods (first three) and Neural Motifs-style methods (neural motifs paper and other variants built on it). We hope this repo can establish a good benchmark for various scene graph generation methods, and contribute to the research community!

Checklist

  • Faster R-CNN Baseline (:balloon: 2019-07-04)
  • Scene Graph Generation Baseline (:balloon: 2019-07-06)
  • Iterative Message Passing (IMP) (:balloon: 2019-07-07)
  • Multi-level Scene Description Network (MSDN)
  • Neural Motif (Frequency Prior Baseline) (:balloon: 2019-07-08)
  • Neural Motif
  • Graph R-CNN

Benchmarking

Object Detection

backbone model batch size lr lr_decay_step max_iter mAP@0.5 mAP@0.50:0.95
Resnet-101 faster r-cnn 6 5e-3 (70k, 90k) 100k - -

Scene Graph Generation

backbone model batch size lr lr_decay_step max_iter sgdet@20 sgdet@50 sgdet@100
Resnet-101 vanilla 6 5e-3 (70k,90k) 100k - - -

About

Pytorch code for our ECCV 2018 paper "Graph R-CNN for Scene Graph Generation" and other papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.9%
  • Cuda 16.2%
  • C++ 3.9%