|
fashioniq-toptee: |
|
dataname: fashioniq-toptee |
|
_target_: src.data.fashioniq.FashionIQTestDataModule |
|
|
|
batch_size: ${machine.batch_size} |
|
num_workers: ${machine.num_workers} |
|
|
|
annotation: ${paths.work_dir}/annotation/fashion-iq/cap.toptee.val.json |
|
targets: ${paths.work_dir}/annotation/fashion-iq/split.toptee.val.json |
|
|
|
img_dirs: ${paths.datasets_dir}/fashion-iq/images/ |
|
emb_dirs: ${paths.datasets_dir}/fashion-iq/blip-embs-large/ |
|
|
|
image_size: 384 |
|
|
|
test: |
|
_target_: src.test.fashioniq.TestFashionIQ |
|
category: toptee |
|
|