siliu-group / pic-challenge-baseline

PIC Challenge Baseline
http://picdataset.com/challenge/index/
MIT License
19 stars 3 forks source link

How these directories in the config.py are used? #2

Open XinJiang1994 opened 3 years ago

XinJiang1994 commented 3 years ago

VG_IMAGES = '/home/rgh/Relation/code/neural-motifs/data/stanford_filtered/VisualGenome2016/VG_100K' RCNN_CHECKPOINT_FN = path('faster_rcnn_500k.h5')

IM_DATA_FN = stanford_path('image_data.json') VG_SGG_FN = stanford_path('VG-SGG.h5') VG_SGG_DICT_FN = stanford_path('VG-SGG-dicts.json') PROPOSAL_FN = stanford_path('proposals.h5')

COCO_PATH = '/home/rowan/datasets/mscoco' PIC_PATH = 'data/pic' MASK_RCNN_PATH = 'data/maskrcnn'


Question: I'm not sure how these paths in the config.py are used. Do I need to download some data to these path or the code will write something to these path while running?

Sundrops commented 3 years ago