Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
Scene-Graph-Benchmark.pytorch copied to clipboard

Union feature and RoI feature?

Open DiegoD94 opened this issue 4 years ago • 1 comments

❓ Questions and Help

Hi Kaihua, thanks for the great work. I have several questions regarding the feature extracting. I found in code that both union feature and roi feature are extracted from FPN (when I run relationship inference on custom images), but from the paper seems they are extracted from Faster RCNN, do you have any idea about this? Thanks

DiegoD94 avatar Oct 20 '20 08:10 DiegoD94

I think you are correct. I shouldn’t call my detector as Faster-RCNN. This project is built on top of https://github.com/facebookresearch/maskrcnn-benchmark. And the detector config I used was called e2e_faster_rcnn_X_101_32x8d_FPN_1x.yaml in their project, so I said that it’s Faster R-CNN with ResNeXt-101-FPN backbone in my paper. Sorry about my bad expression in the paper, but I did cite [28] Feature pyramid networks for object detection as part of our implementation:

image

KaihuaTang avatar Oct 20 '20 09:10 KaihuaTang