Stinky-Tofu / Stronger-yolo

🔥Improve yolo with latest paper
MIT License
3 stars 0 forks source link

About v3 anchor-free methods #60

Open Apostatee opened 5 years ago

Apostatee commented 5 years ago

I looked through your codes and I have no idea where this anchor generation module is and how to change default anchor size according to my training data ? It seems like you directly compute location loss only using gtbox and network predictions ? When in test mode, I wonder if it directly outputs the coordinates rather than offsets(associate with each anchor) ?

Stinky-Tofu commented 5 years ago

@Apostatee output offsets when testing.

Apostatee commented 5 years ago

Thanks ! Performance is great on my own data