Relation-Networks-for-Object-Detection icon indicating copy to clipboard operation
Relation-Networks-for-Object-Detection copied to clipboard

Relation Networks for Object Detection

Results 16 Relation-Networks-for-Object-Detection issues
Sort by recently updated
recently updated
newest added

Did someone run the code? Where is the relationship module code?

compilation terminated. Makefile:393: recipe for target 'build/src/operator/contrib/multibox_detection.o' failed make: *** [build/src/operator/contrib/multibox_detection.o] Error 1 In file included from /home/fsr/Relation-Networks-for-Object-Detection-master/incubator-mxnet/mshadow/mshadow/tensor.h:16:0, from include/mxnet/./base.h:32, from include/mxnet/operator.h:38, from src/operator/contrib/./deformable_psroi_pooling-inl.h:32, from src/operator/contrib/deformable_psroi_pooling.cc:27: /home/fsr/Relation-Networks-for-Object-Detection-master/incubator-mxnet/mshadow/mshadow/./base.h:147:23: fatal error: cblas.h:...

hi! do you know how 'nongt_dim' works? https://github.com/msracver/Relation-Networks-for-Object-Detection/blob/e83e911d828e3c86624ce0aeb8d742d5ee67d5ba/relation_rcnn/symbols/resnet_v1_101_rcnn_attention_1024_pairwise_position_multi_head_16_learn_nms.py#L85 for example, nongt_dim = 2000(rois per image), when train, there is 2 images per batch, so 2000*2 rois. it will get the...

I set the YAML as NUM_CLASSES: 189. And I use tool `https://raw.githubusercontent.com/withyou1771/Detectron_FocalLoss/master/tools/xml_to_json.py` to get COCO-like data from VOC-like data. then run ``` python experiments/relation_rcnn/rcnn_end2end_train_test.py --cfg experiments/relation_rcnn/cfgs/epoch8.yaml ``` HERE the error...

How do you draw the picture of [ Object Pairs with High Relation Weights] and [ Class Co-Occurrence Information is Learnt ] in your slides of CVPR2018

Hello , Does anyone know how to add a validation at the end of each epoch? Thanks!!

Hi, I want to visualize the bounding box of a new image instead of datasets with annotations. How can I modify test.py file?

Can this project run on Windows?

I recurrent the code based on vgg16 and I found that the map is the same as the faster-rcnn . Does the relation module works based on vgg16? thank you!