Skip to content

accidentbench/accidentbench.github.io

Repository files navigation

ACCIDENT

Repository and project website for ACCIDENT: A Benchmark Dataset for Vehicle Accident Detection from Traffic Surveillance Videos.

Links

What Is In This Repo

This repository currently contains:

  • the public benchmark website
  • benchmark-specific leaderboard pages
  • browser-side CSV scoring for local score preview
  • public leaderboard data files
  • submission instructions and PR template
  • GitHub Pages deployment workflow

The main research implementation and supplementary materials live separately from the public site structure.

Website Structure

.
├── assets/
│   ├── css/
│   ├── figures/
│   ├── js/
│   └── videos/
├── benchmarks/
│   ├── in-distribution/
│   ├── out-of-distribution/
│   └── zero-shot/
├── data/
│   ├── labels.csv
│   ├── labels.js
│   └── leaderboards/
├── submission/
├── scripts/
├── .github/
└── index.html

Key public pages:

Benchmarks

ACCIDENT evaluates the same three tasks across three benchmark settings:

  • when: temporal localization of the accident
  • where: spatial localization of the accident
  • what: collision type classification

Benchmark settings:

  • in-distribution
  • ood
  • zero-shot

Leaderboards And Scoring

Leaderboard data lives in:

Browser-side score preview is powered by:

Workflow and scoring utilities:

Submission Flow

  1. Score your CSV on the relevant leaderboard page.
  2. Place the submission file under submissions/<benchmark>/team-name.csv.
  3. Open a pull request and fill out .github/pull_request_template.md.
  4. The PR workflow validates and scores the submission.
  5. After merge, leaderboard data can be updated from the submission metadata and score.

Current benchmark folder names used by the submission flow:

  • iid
  • ood
  • zero-shot

Media And Assets

  • Public website media lives under assets/videos and assets/figures.
  • Video files are tracked with Git LFS through .gitattributes.
  • The website intentionally uses a curated public subset rather than the full supplementary asset set.

Development Notes

  • GitHub Pages deploys the static site from this repository.
  • GoatCounter is integrated for page-level analytics on the public site.
  • Local score preview works best when the site is served over HTTP rather than opened directly with file://.

About

A Benchmark Dataset for Vehicle Accident Detection from Traffic Surveillance Videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors