GriffinLiang / vrd-dsr

Code for Visual Relationship Detection with Deep Structural Ranking (AAAI2018)
121 stars 32 forks source link

There seems no objective function for obj_score? #25

Closed YuanEZhou closed 5 years ago

YuanEZhou commented 5 years ago

https://github.com/GriffinLiang/vrd-dsr/blob/9e1536ab2ce8eb41de66a6f1759b9264c783d6f5/lib/model.py#L28

YuanEZhou commented 5 years ago

default

GriffinLiang commented 5 years ago

Yes. For relationship detection, our proposed pipeline contains two stages. The first stage is object detection which provides the object confidence score. Therefore, the second stage does not need to predict the object score.

YuanEZhou commented 5 years ago

Ok. Thanks for your reply.