Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  git aws s3 arxiv
src
91fd605fa3
public repo link
1 year ago
477e5c194d
implemented nms
1 year ago
e8e3e58545
added dataset submodule
1 year ago
ecccc695a7
added license, updated readme, cleaned up code
1 year ago
fbe8f23621
added no-credentials flag
1 year ago
ba86fc57e8
monkeypatching torchvision
1 year ago
Storage Buckets
s3://visualgenome

README.md

You have to be logged in to leave a comment. Sign In

Scene Graph Generation Challenge

DagsHub x ML@Purdue Hackathon

This is the template repository for the Scene Graph Generation Challenge.

Setup

From the root of the repository:

pip install -r requirements.txt  # please use a virtual environment!
aws s3 cp s3://visualgenome data --recursive --no-sign-request

Forking the template to your repository

git remote add base https://dagshub.com/ML-Purdue/sgg-template.git
git pull base --rebase
git branch -M main
git push origin main

Updating the Fork

git pull base main --allow-unrelated-histories

Then, resolve any merge conflicts, commit and push!

Inference Pipeline

python -m src.model.arch

Project Structure

├── LICENSE
├── README.md
├── requirements.txt
├── data                    <- visual genome dataset
└── src
    ├── const.py            <- constants (hyperparameters, paths)
    ├── data
    │   └── visualgenome.py <- dataset sampler
    ├── model
    │   ├── arch.py         <- model architecture
    │   ├── agcn.py         <- attention graph convolutional network
    │   └── repn.py         <- relationship proposal network
    └── utils.py            <- helper functions (nms)

Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Publications
View on arXiv  
Collaborators 6

Comments

Loading...