Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased S...
## ❓ Questions and Help Dear Kaihua, Thank you for your great work! I am trying to predict a custom image use your example instruction. Even I changed all your...
## ❓where is the PRETRAINED_DETECTOR_CKPT read during testing Hi, First of all thank you for your well documented code. It is really nice to follow. I have following questions- 1....
## ❓ Questions and Help Hi Kaihua, thank you for sharing this elegantly-built framework. I have a question when I wanted to test on the VG dataset and custom images...
## ❓ Questions and Help I am facing this error while implementing SGGDet on custom images. Can you please help me with this? File "/home/dell-7559/Scene-Graph-Benchmark.pytorch/maskrcnn_benchmark/data/datasets/visual_genome.py", line 63, in self.filenames =...
## ❓ Questions and Help Hi Kaihua! Thank you for your excellent work. I checked the network, I found the parameter.requires_grad==True for roi_heads.relation.union_feature_extractor and roi_heads.relation.box_feature_extractor, Does this mean that these...
## ❓ Questions and Help I have seen the some changes are reverted under the license Section. Could you please clarify what license will be applicable for this repo?
如题,最近在尝试使用coco进行预训练,但发现需要涉及到 https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/master/DATASET.md 这里面的几个文件,想问下题目中这两个文件是怎么制作的,有相关文献吗,谢谢。(新手上路,还有很多不懂的,望请海涵)
## ❓ Questions and Help When I run generate_attribute_labels.py in Scene-Graph-Benchmark.pytorch/datasets/vg/, I find "objects.json", "attribute. json" and "attribute_synsets.json" are missing. where I can get these files?
## 🐛 Bug SGDet model (with and without attributes, tried both of them) can not be evaluated. It can be trained (with ```SOLVER.PRE_VAL False``` turned on). Also I tired switching...
## How to generate the files of _sg_train_path_ and _sg_train_path_? Thanks for your impressive project. I am working on the task of Sentence-to-Graph Retrieval. I am confused about the construction...