scene-graph-TF-release
scene-graph-TF-release copied to clipboard
"Scene Graph Generation by Iterative Message Passing" code repository
I got the following error, anybody has solution? Traceback (most recent call last): File "./tools/test_net.py", line 89, in imdb = get_imdb(args.roidb, args.imdb, args.rpndb, split=2, num_im=args.test_size) File "/home/jonas/桌面/scene-graph-TF-release/tools/../lib/datasets/factory.py", line 4, in...
Dear author, hello, I want to know that you mentioned to generate proposals.h5 file in this paper. I am interested in how to generate this file. Could you help me,...
Hi @danfeiX , I really wanted to generate scene graphs for images, which are from some other dataset. I don't have ground truth scene graphs and I don't wish to...
Hi, wonderful work ! I'm trying to generate scene graphs on my own images. Can you tell me how you generated the objects.json and relationships.json files? Hoping to hear from...
hi, could u help me solve this problem, tks very much! @danfeiX Loading model weights from checkpoints/dual_graph_vrd_final_iter2.ckpt =======================VIZ INFERENCE Iteration = 1 =======================VIZ MODES = viz_det Traceback (most recent call...
Thank you for releasing this repo. Would it be possible to use this model to do a demo on my own video? If yes, what would the steps to do...
Hello @danfeiX I was wondering if there is a way to evaluate image(s) that are not in the VG dataset using this framework. Currently, using `test.sh` with the pre-trained model...
I wonder from which version of Visual Genome are the frequent objects and relationships selected. Because I counted the occurrences myself but got totally different results as in [VG-SGG-dicts.json](http://cvgl.stanford.edu/scene-graph/dataset/VG-SGG-dicts.json). For...