1999zsh

Results 4 comments of 1999zsh

hello, do you find the related code?

> I had a same question after going through the code base. I figured out that it is implemented as vfl_loss in criterion. Could you please show me the related...

> I don't know how to link this so I'm gonna copy paste code. > > def loss_labels_vfl(self, outputs, targets, indices, num_boxes, log=True): assert 'pred_boxes' in outputs idx = self._get_src_permutation_idx(indices)...

楼主你好,我看论文里面没有说IoU-aware Query Selection,而是uncertainty minimal query selection方法。您指的是后者吗?还有我发现这个方法的代码与论文里面不是很一致呀