vincentschen / limited-label-scene-graphs

Scene Graph Prediction with Limited Labels
MIT License
54 stars 5 forks source link

Scene Graph Prediction with Limited Labels

Overview

Setup

Please run the following script to download the VisualGenome dataset.

./scripts/get_visualgenome.sh

To create the virtual environment with appropriate requirements:

virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt

Demo

All instructions for this demonstration are included in main.ipynb.

Paper

You can find the full paper corresponding to this work, presented at ICCV 2019, at https://arxiv.org/abs/1904.11622.

Bibtex

Please refer to the following citation if you are building on this work:

@inproceedings{Chen_2019_ICCV,
    author = {Chen, Vincent S. and Varma, Paroma and Krishna, Ranjay and Bernstein, Michael and Re, Christopher and Fei-Fei, Li},
    title = {Scene Graph Prediction With Limited Labels},
    booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
    month = {October},
    year = {2019}
}

Contributions

Feel free to open an issue or send an email if you have any questions!