WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.88k stars 585 forks source link

About decoupled head #400

Open Joker9194 opened 2 years ago

Joker9194 commented 2 years ago

I saw you development log "2021-07-22 - support 1) decoupled head, 2) anchor-free, and 3) multi positives"

I have a question: can the decoupled head be used for the anchor-based YOLOV4 head?