jahongir7174 / YOLOv8-pt

YOLOv8 implementation using PyTorch
GNU Affero General Public License v3.0
112 stars 22 forks source link

Why there is anchors in YOLOv8 in your implementation #4

Open evan0greenup opened 1 year ago

evan0greenup commented 1 year ago

According to official documentation, https://github.com/ultralytics/ultralytics/issues/3424, YOLOv8 use anchor-free architecture.

But why there is anchor in your implementation?

jahongir7174 commented 1 year ago

@evan0greenup you can check following refrence link

josht000 commented 1 year ago

@jahongir7174 I see that reference and would you say that they basically lied?

jahongir7174 commented 1 year ago

@josht000 They did not lie. Please read the https://github.com/ultralytics/ultralytics/issues/3424#issuecomment-1611211842

josht000 commented 1 year ago

@jahongir7174 I commend you on your research skills! Diving through those links helped. It's too bad Ultralytics hasn't put together a whitepaper for their work. Someone could probably do that from just their comments.

Thanks

JinYuannn commented 4 months ago

In general, anchor-free means that dose not require anchor boxes, but dose require anchor points.