Tracyummy

Results 4 issues of Tracyummy

您好,我看到在loss.py文件中,是对预设的所有anchors分配IoU最大的gt(torch.max函数),这样会不会不太合理,虽然说预测框anchor数量很多,大概率不会有gt没有分配到anchor。 我觉得反过来给每个anno按照IoU分配最大的anchor是不是会更合理一些

I found `loss_dict_reduced_scaled = {k: v * weight_dict[k] for k, v in loss_dict_reduced.items() if k in weight_dict}` the key in weight_dict and loss_dict_reduced is not consistent with each other. one...

KeyError: 'def_b1_hila is not in the backbone registry' ![image](https://user-images.githubusercontent.com/43958403/178399732-f2273c95-5419-43b1-9b3c-2e55838c5a0b.png) ![image](https://user-images.githubusercontent.com/43958403/178399849-0b185577-887a-4bcd-84d9-0d93e61aa374.png)

could you share the pretrained weights in your paper to help reproduce the result.