Hacker News new | ask | show | jobs
by nnq 3075 days ago
wansn't R-CNN already superseded by YOLO[1]? didn't read the article, but no mention of it to compare itself to, so seems outdated maybe.

anyone had the time to dig deeper into this?

[1] https://pjreddie.com/media/files/papers/yolo.pdf

2 comments

Tradeoffs: RCNN has better accuracy. YOLO is faster.
rcnn is two steps and ssd is single step.
Take a look at SSD instead; it seems to be more precise than YOLO and a bit faster. R-CNN variants are usually 10x slower than either of these two.