zeliu98 / Group-Free-3D

Group-Free 3D Object Detection via Transformers
MIT License
242 stars 34 forks source link

Question about the size_cls_agnostic #29

Open yuanzhen2020 opened 1 year ago

yuanzhen2020 commented 1 year ago

I found that ‘size_gts’ is used to supervise the pred-size of object when setting size_cls_agnostic is True. I would like to ask the reason for using ‘size_gts’ instead of ‘box3d_size’ as supervision information.