microsoft / scene_graph_benchmark

image scene graph generation benchmark
MIT License
382 stars 86 forks source link

where can I find the dataset yaml in the config file? #6

Closed runzeer closed 3 years ago

runzeer commented 3 years ago

In any config file, I found there existed DATASETS.TRAIN is a yaml dir. But I can not find it.

hanxiaotian commented 3 years ago

I add download instruction to the datasets. Please try this. Thanks.

runzeer commented 3 years ago
截屏2021-04-14 下午2 41 12

I mean where can I find the yaml file.

vinson2233 commented 3 years ago

I write my own YAML like this after generating TSV file using tsv_demo.py

img : "train.tsv"
label :  "train.label.tsv"
hw : "train.hw.tsv"
linelist : "train.linelist.tsv"

It works on my case.

runzeer commented 3 years ago

Have you ever run the VINVL code on the VizWiz datasets? I extracted the img feats and generate the object tags with the same model weights. But the evaluation results remain same with the training process continues. Is is due to the object tags? Have you ever met this issue on other datasets?

vinson2233 commented 3 years ago

No, I never try VinVL on VizWiz. I just trying to make VinVL work on my private dataset. Maybe someone else in the future can help.

hanxiaotian commented 3 years ago

you can find the dataset yaml file here test_danfeiX_relation.yaml

pzzhang commented 3 years ago

@runzeer We did not try VinVL on the VizWiz datasets