zhengye1995 / Zero-shot-Instance-Segmentation

code for CVPR paper Zero-shot Instance Segmentation
Apache License 2.0
93 stars 14 forks source link

Where do functions locate in your code? #15

Closed algoteam5 closed 3 years ago

algoteam5 commented 3 years ago

I have read your paper. I have some questions regarding Figure 3.

zhengye1995 commented 3 years ago

Hi.

  1. T_e, T_d
  2. regression branch
  3. forward process
algoteam5 commented 3 years ago

Thank you, but I am getting overwhelmed by your work. There are so many things. Could you please specify the flow of your work. For example, First the model run detection by running zero_shot_two_stage, and then convfc_bbox_semantic_head is used to create bounding box etc...

zhengye1995 commented 3 years ago

Since this repo is based on mmdetection, I suggest you to study the official documentation of mmdetection first, and then you can understand the code smoothly.