Y
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
eggie5
3075 days ago
Tradeoffs: RCNN has better accuracy. YOLO is faster.
link
pilooch
3075 days ago
rcnn is two steps and ssd is single step.
link
bitL
3075 days ago
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.
link