microsoft / scene_graph_benchmark

image scene graph generation benchmark
MIT License
380 stars 86 forks source link

Object detection for predcls #57

Open SenJia opened 2 years ago

SenJia commented 2 years ago

Hi, much appreciated for your interesting work. Can I ask a quick question about the scene graph training logic? I see the scene parser has a config check to ensure when the mode is "predcls", the DETECTOR_PRE_CALCULATED must be false (please correct me if I am wrong), then the code will go through the object detection process for "predcls". I wonder if this is by design or something wrong with my config. Many thanks.