Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
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...

Results 124 Scene-Graph-Benchmark.pytorch issues
Sort by recently updated
recently updated
newest added

Hi, Dear Author! First thank you for sharing your work. I explore the code and also tested the model on random images. I found your model very useful for my...

## ❓ Questions and Help Hi, I generate a new vg datasets (1750-700-400) followed this repro [https://github.com/danfeiX/scene-graph-TF-release](https://github.com/danfeiX/scene-graph-TF-release) and use the scripts [generate_attribute_labels.py](url) you provide. Then, we trained the detector model...

## ❓ Questions and Help I encounter another problem that SGDet model of Neural-Motifs (with and without attributes, tried both of them) can not be evaluated. It can be trained...

## ❓ Questions and Help hallo, in the file maskrcnn_benchmark/modeling/roi_heads/box_head/box_head.py line 75, there exists a comment " # note x is not matched with processed_proposals, so sharing x is not...

## ❓ my computer configuration is RTX3080ti,12700K , my environment is Ubuntu 21.04, Pytorch 1.8.0, cuda 11.1 gcc 10.3.0 , some errors occurs as follows: thanks in advance. torch.__version__ =...

## ❓ Questions and Help 感谢您提供的代码。但是我在测试您的可视化代码时,发现推理结果有些问题。我是用的是您训练好的模型upload_causal_motif_sgdet。在数据集VG随机选取几张进行测试。我发现都会出现类似问题。 这是我测试时候运行的代码。 python -m torch.distributed.launch --master_port 10027 --nproc_per_node=1 tools/relation_test_net.py --config-file "configs/e2e_relation_X_101_32_8_FPN_1x.yaml" MODEL.ROI_RELATION_HEAD.USE_GT_BOX False MODEL.ROI_RELATION_HEAD.USE_GT_OBJECT_LABEL False MODEL.ROI_RELATION_HEAD.PREDICTOR CausalAnalysisPredictor MODEL.ROI_RELATION_HEAD.CAUSAL.EFFECT_TYPE TDE MODEL.ROI_RELATION_HEAD.CAUSAL.FUSION_TYPE sum MODEL.ROI_RELATION_HEAD.CAUSAL.CONTEXT_LAYER motifs TEST.IMS_PER_BATCH 1...

## ❓ Questions and Help I'm trying to download the pretrained weights for Faster RCNN but I keep getting this message. I waited a day but nothing changed. Please help....

## ❓ Questions and Help Hi Kaihua and the SGG community, I noticed that in the codebase (https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/master/tools/relation_train_net.py#L134), the training logic goes by a single pass through the train loader...

## 🐛 Bug First of all, thank you very much for your excellent work! I finds a bug at https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/45cd54f7465b81d3154e94fcab2b554a09637f6f/maskrcnn_benchmark/data/datasets/visual_genome.py#L87 Although it currently does not affect the normal operation of...