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?
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?