CanPeng123 / Faster-ILOD

45 stars 7 forks source link

About the implementation ins CombinedROIHeads #8

Open YangJae96 opened 1 year ago

YangJae96 commented 1 year ago

Hello. I am trying to understand the code and i faced some problem.

image

Above image shows the code of ROIHeads.

Could I know where self.box is implemented?

self.box is not in the CombinedROIHeads class, and the parent class is torch.nn.ModuleDict, which seems there would be no self.box implemented.

Thanks.