aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.38k stars 650 forks source link

Hi. Sorry to bother you. What does gt_inds stand for in dynamic_mask_head in condinst? #567

Open Alxx999 opened 2 years ago

Alxx999 commented 2 years ago

tianzhi0549 commented 2 years ago

@Alxx999 gt_inds means the ground-truth indices that the training samples correspond to, which is computed at https://github.com/aim-uofa/AdelaiDet/blob/73182b7b2216e6bd93fdd1ae576166bc1871f2f6/adet/modeling/fcos/fcos_outputs.py#L253

Alxx999 commented 2 years ago

@Alxx999 gt_inds means the ground-truth indices that the training samples correspond to, which is computed at

https://github.com/aim-uofa/AdelaiDet/blob/73182b7b2216e6bd93fdd1ae576166bc1871f2f6/adet/modeling/fcos/fcos_outputs.py#L253

ok! Thanks to Dr. Tian!