microsoft / scene_graph_benchmark

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

test_sg_net for oscar image captioning fails because of features #65

Open onuraydemir7 opened 2 years ago

onuraydemir7 commented 2 years ago

Hello,

I tried to create feature.tsv file from custom images and i think i made it. First i created files from tsv_demo.py, after that i run the _test_sgnet.py script and it saved predictions.pth, predictions.tsv files. And i found a script from issues that is designed to create feature.tsv and label.tsv from predictions.tsv file. I created a _customdata.yaml file and tried to test my images with Oscar image captioning checkpoints. The results are fine for Grammar but nothing includes the labels that sg model detected. There is no connection with images and captions.

Any help will be appreciated.