Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
Union feature and RoI feature?
❓ 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
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: