Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于mask_batch的问题 #10

Open
TangAL0203 opened this issue Oct 22, 2019 · 0 comments
Open

关于mask_batch的问题 #10

TangAL0203 opened this issue Oct 22, 2019 · 0 comments

Comments

@TangAL0203
Copy link

repo主你好,我有下面3个问题,希望能得到你的解答:

  1. anchor_target_layer.py中,mask_per_gt = torch.sum(IOU_map[i][:,:,:,k]>max_iou_per_gt, dim = 2) 这里将HWK在K维度上求和,这个操作和论文中提到的 ”With F, we filter the IOU map to keep those larger then F locations and combine them with OR operation to get a W × H mask“ 不匹配呀?
  2. 另外,论文中的公式3,imitation loss weight balancing factor这个值取值为多少呢?代码中默认值是0.01
  3. repo主有没有试过当K等于1,HW上一个GT框可能就只有一个Loc能与之匹配,这种情况下做mimic还有效果吗?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant