From 5adbfb852f1dc52b0b8fc9584618903331f37ece Mon Sep 17 00:00:00 2001 From: gings Date: Sun, 10 Mar 2024 19:56:30 +0100 Subject: [PATCH] update readme --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index 6c14a50..1049053 100644 --- a/README.md +++ b/README.md @@ -12,37 +12,6 @@ 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. - - -- [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) - - - - ## News February 2024: Code release.