I've read your paper and the network architecture in the paper. But when I read the code pycenternet_head.py, I find it so hard to understand.
For example,
- what is the meaning of
sem_feat? why do you add it to tl_cls_feat, br_cls_feat, tl_pts_feat, br_pts_feat ?
- what is the meaning of
hem_feat?
- why do you extract so many
"out"s from it , then merge the "out"s into hem_feat,
- and again, add it to
tl_cls_feat, br_cls_feat, tl_pts_feat, br_pts_feat ?
Seems like your paper lacks explanations for these designs.
Can you provide a detailed vesion of head architecture?
I've read your paper and the network architecture in the paper. But when I read the code pycenternet_head.py, I find it so hard to understand.
For example,
sem_feat? why do you add it totl_cls_feat,br_cls_feat,tl_pts_feat,br_pts_feat?hem_feat?"out"s from it , then merge the"out"s intohem_feat,tl_cls_feat,br_cls_feat,tl_pts_feat,br_pts_feat?Seems like your paper lacks explanations for these designs.
Can you provide a detailed vesion of head architecture?