box_target = torch.where( cls_target[..., None] == -1, box_target.new_tensor(0), box_target )
cls_target[b,23] cls_target[..., None] [b,23,1] box_target[b,23,10]
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。