Media-Smart / vedadet

A single stage object detection toolbox based on PyTorch
Apache License 2.0
498 stars 128 forks source link

How to convert outputs of TinaFace model into bounding boxes? #51

Open trung6 opened 3 years ago

trung6 commented 3 years ago

Hi, Thank you for your great work! I am reading your TinaFace paper and see that the outputs of TinaFace are in shape W x H x 4A. So I was wondering how do you convert those outputs into bounding boxes?

hxcai commented 3 years ago

@NguyenDucTrung123 Please refer to this link to see the detail.