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

Hello @KaihuaTang ! Thanks once again for awesome work. Nowadays I wanted to train one of your models on custom dataset, but unfortunately in your benchmark I saw only testing...

## ❓ Questions and Help I try to train model following your training examples 2(SGCls, Causal, TDE, SUM Fusion, MOTIFS Model) Cause i'm using 1GPU i set my own environment...

## ❓ Questions and Help hello, thank you for the great job. when i run the command `bash train.sh Language_VG_Uniter` a problem happened below: ``` Traceback (most recent call last):...

## ❓ Questions and Help I am trying to extract features (relational/object/subject) for custom images using the different architectures used here. Is there a starter script for extracting features from...

## ❓ Questions and Help ![image](https://user-images.githubusercontent.com/44217469/194054718-e71207d9-98a4-4e66-9067-a016ce1276d9.png) Hi Kaihua, thanks for your great work. When I am using this codebase with `batch_size=1` and `SGCLS` setting, the following `assertion error` would occur...

## ❓ Questions and Help I try to use `load_graph` function in `Scene-Graph-Benchmark.pytorch/maskrcnn_benchmark/data/datasets/visual_genome.py`, and use the args like: train: load_graphs(roidb_file, split='train', num_im=-1, num_val_im=5000, filter_empty_rels=True, filter_non_overlap=False) val: load_graphs(roidb_file, split='val', num_im=-1, num_val_im=5000,...

## ❓ Questions and Help - 问题1:增加 attribute,是在以下步骤的命令里加上`MODEL.ATTRIBUTE_ON true` 就可以了吗? 1. 训练faster rcnn 2. 训练sgg模型 3. 测试 - 问题2:如何training on custom dataset, 这个问题并没有得到很好的回答#82

## ❓ Questions and Help During running in custom dataset... I got the error: ``` INIT SAVE DIR checkpoints/causal-motifs-sgdet get_checkpoint_file checkpoints/causal-motifs-sgdet/last_checkpoint last_saved checkpoints/causal-motifs-sgdet/model_0028000.pth 2022-09-13 19:49:41,654 maskrcnn_benchmark.utils.checkpoint INFO: Loading checkpoint from...

## ❓ Questions and Help Hello! I have some general questions on understanding the metrics used in training. From the example below: `2022-08-13 19:12:26,520 maskrcnn_benchmark INFO: eta: 1:05:16 iter: 26000...

## ❓ Questions and Help When I use the command line following for SGDet: CUDA_VISIBLE_DEVICES=0 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...