clin1223 / VLDet

[ICLR 2023] PyTorch implementation of VLDet (https://arxiv.org/abs/2211.14843)
Other
177 stars 11 forks source link

Could you explain some variables? #13

Open JiuqingDong opened 1 year ago

JiuqingDong commented 1 year ago

When I read your code, I am confused of some Variables. Could you tell me the meaning of these Variables?

https://github.com/clin1223/VLDet/blob/c3b9bc52205cd1c48b5b8a43212ee04260f92897/vldet/modeling/roi_heads/vldet_fast_rcnn.py#L590

What do these variables do? 'scores, proposal_deltas, proj_region, zs_weight'