From dc84c5e5c7c95f9e084f6fed12c3b2db56ee1fcd Mon Sep 17 00:00:00 2001 From: XiaoqianShen <64844805+xiaoqian-shen@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:29:37 +0000 Subject: [PATCH] Update README_MINIGPTv2_FINETUNE.md --- dataset/README_MINIGPTv2_FINETUNE.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dataset/README_MINIGPTv2_FINETUNE.md b/dataset/README_MINIGPTv2_FINETUNE.md index edbdf2f..0181f7d 100644 --- a/dataset/README_MINIGPTv2_FINETUNE.md +++ b/dataset/README_MINIGPTv2_FINETUNE.md @@ -10,6 +10,9 @@ ### TextCaps +-[TextCaps_0.1_train](https://dl.fbaipublicfiles.com/textvqa/data/textcaps/TextCaps_0.1_train.json) +-[Images](https://dl.fbaipublicfiles.com/textvqa/images/train_val_images.zip) + ### RefCOCO, RefCOCO+, RefCOCOg Make sure you have the COCO 2014 images first. @@ -47,12 +50,6 @@ Similarly, set **ann_path** in all the following configs to the above folder (Lo - [minigpt4/configs/datasets/coco_bbox/invrefcocog.yaml](../minigpt4/configs/datasets/coco_bbox/invrefcocog.yaml) - [minigpt4/configs/datasets/coco_bbox/invrefcocop.yaml](../minigpt4/configs/datasets/coco_bbox/invrefcocop.yaml) - - -### Visual Genome - -### textcaps - ### LLaVA Makesure you have the COCO 2014 images first.