From 6121195ef70fa0c718842a29dcd30ba67fa812b2 Mon Sep 17 00:00:00 2001 From: Noel Vouitsis Date: Tue, 7 May 2024 09:36:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8e5ba..1b0bcd9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Data-Efficient Multimodal Fusion on a Single GPU ## Introduction -This repository contains the official implementation of our CVPR 2024 paper Data-Efficient Multimodal Fusion on a Single GPU. We release code for the image-text setting, including code for dataset downloading, feature extraction, fusion training and evaluation. We note that our code is based on the [LAVIS](https://github.com/salesforce/LAVIS) library. +This repository contains the official implementation of our CVPR 2024 Highlight paper Data-Efficient Multimodal Fusion on a Single GPU. We release code for the image-text setting, including code for dataset downloading, feature extraction, fusion training and evaluation. We note that our code is based on the [LAVIS](https://github.com/salesforce/LAVIS) library. ## Installation