YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
283 stars 39 forks source link

how FSM module works on ppyoloe? #30

Closed lh4027 closed 1 year ago

lh4027 commented 1 year ago

hello,I have a question, I find that ppyoloe don't design obj prediction on the regression branch of the detection head, how the FSM module works? Only use class_conf to select?

YuHengsss commented 1 year ago

Yes. Otherwise, you can add obj prediction branch for PPYOLOE.

lh4027 commented 1 year ago

Thanks, I get.