Questions tagged [center-net]

For questions related to CenterNet, proposed in "Objects as Points" (2019) by Xingyi Zhou et al.

1 questions
6
votes
0 answers

What are the differences between Yolo v1 and CenterNet?

I recently read a new paper (late 2019) about a one-shot object detector called CenterNet. Apart from this, I'm using Yolo (V3) one-shot detector, and what surprised me is the close similarity between Yolo V1 and CenterNet. First, both frameworks…