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:  dvc git
d9ca48181f
add data thru dvc
7 months ago
src
ff2395743b
modify datasource url + break down nms/repn
7 months ago
c47c1a7528
add dvc config files
7 months ago
fedb5c9e64
add all necessary files + folders
7 months ago
4b46e15319
remove testdvc
7 months ago
fedb5c9e64
add all necessary files + folders
7 months ago
5f0fa420f6
update README
7 months ago
d9ca48181f
add data thru dvc
7 months ago
fedb5c9e64
add all necessary files + folders
7 months ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

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

Collaborators 9

Comments

Loading...