mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-25 15:10:45 +00:00
14 lines
460 B
YAML
14 lines
460 B
YAML
|
datasets:
|
||
|
# multitask_conversation:
|
||
|
# data_type: images
|
||
|
# build_info:
|
||
|
|
||
|
# image_path: /path/to/coco/images
|
||
|
# ann_path: /path/to/multitask_conversation/multi_task_conversation.json
|
||
|
|
||
|
multitask_conversation:
|
||
|
data_type: images
|
||
|
build_info:
|
||
|
|
||
|
image_path: /ibex/reference/CV/COCO/cocoapi/data/2014/images/jpeg/train
|
||
|
ann_path: /ibex/project/c2133/minigpt4_v2_dataset/multitask_conversation/multi_task_conversation.json
|