Skip to content

Commit

Permalink
add md toc
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ging committed Feb 23, 2024
1 parent e3bed9f commit 66c199c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@ This repository contains the official implementation of our [paper](https://arxi
**"Open-ended VQA benchmarking of Vision-Language models by exploiting Classification datasets and their semantic hierarchy"**
accepted to ICLR 2024.

<!--TOC-->

- [oVQA: Open-ended Visual Question Answering](#ovqa-open-ended-visual-question-answering)
- [News](#news)
- [Setup](#setup)
- [Python environment](#python-environment)
- [Notes](#notes)
- [Setup the paths](#setup-the-paths)
- [Setup datasets](#setup-datasets)
- [Imagenet](#imagenet)
- [ActivityNet](#activitynet)
- [COCO](#coco)
- [OVAD](#ovad)
- [VQAv2](#vqav2)
- [GQA](#gqa)
- [Setup model outputs](#setup-model-outputs)
- [Setup model checkpoints](#setup-model-checkpoints)
- [LLaVA-7B-v0](#llava-7b-v0)
- [X2VLM](#x2vlm)
- [Test model setup](#test-model-setup)
- [Setup metrics](#setup-metrics)
- [Installing and running BEM metric](#installing-and-running-bem-metric)
- [Running](#running)
- [Dev commands](#dev-commands)
- [Licenses](#licenses)
- [Acknowledgements](#acknowledgements)
- [Citation](#citation)

<!--TOC-->

## News

February 2024: Code release.
Expand Down

0 comments on commit 66c199c

Please sign in to comment.