argusswift / YOLOv4-pytorch

This is a pytorch repository of YOLOv4, attentive YOLOv4 and mobilenet YOLOv4 with PASCAL VOC and COCO
1.68k stars 330 forks source link

Understanding Yolo_head.__decode() #212

Open a-haja opened 3 years ago

a-haja commented 3 years ago

@argusswift

Can you please explain to us what Yolo_head.__decode() exactly does? https://github.com/argusswift/YOLOv4-pytorch/blob/a0627679f38af811a8311a3d12213fe789ce1e6b/model/head/yolo_head.py#L22

Is there a formel that you use for computing p_de?

Thank you in advance

tekinadem commented 2 years ago

@argusswift Could you please explain to us?