Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 498 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 498 Bytes

Vision Graph Neural Networks: A Replication Study

This repository aims to replicate the "Vision GNN: An Image is Worth Graph of Nodes" paper.

You could find my report here.

Quick Start

First, install the requirements:

pip3 install -r requirements.txt

Download the dataset using the following script:

./get_dataset.sh

You can train the model and view the results using the following command:

python3 train.py