yangxuntu / vrd

two models for visual relationship detection
94 stars 28 forks source link

Why self.sub_sp_info is not specified in feed_dict? #19

Open ZhangHanbo opened 4 years ago

ZhangHanbo commented 4 years ago

Hello, I have a problem:

In the CVPR 2017 paper, it is claimed that the overral feature includes N+1 + D + 4 dims. But in fact, the self.sub_sp_info is not specified in feed dict, and in fact, the index_sp and index_cls are also False in default, which means that these extra N+1 + 4 dims are not included.

I want to confirm whether my understanding is correct? Or are there any other things that I have ignored?