Faster R-CNN: Down the rabbit hole of modern object detection
1–10 of 11 posts
Re: Faster R-CNN: Down the rabbit hole of modern object detection
#2Re: Faster R-CNN: Down the rabbit hole of modern object detection
#3Does anyone try to get accurate bounding boxes (rotation, correct angle) with these object detection models? Or does the greatly harden the problem?
Mask-RCNN (more recent) takes it a step further and also generates a per-object pixel segmentation mask, which is even better than a bounding box obviously. For that reason, Mask-RCNN is much more exciting to me, and incredibly impressive if you see examples showing what it can do.
That said, “under the hood” of Mask-RCNN are still axis aligned 2D bounding boxes for every object (and this occasionally creates artifacts when a box is erroneously too small and crops off part of an object). IMO we need to somehow get away from these AABBs, but right now methods that use them simply work the best.
Re: Faster R-CNN: Down the rabbit hole of modern object detection
#4anyone had the time to dig deeper into this?
Re: Faster R-CNN: Down the rabbit hole of modern object detection
#5wansn'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
Re: Faster R-CNN: Down the rabbit hole of modern object detection
#6wansn'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
Tradeoffs: RCNN has better accuracy. YOLO is faster.
Re: Faster R-CNN: Down the rabbit hole of modern object detection
#7Re: Faster R-CNN: Down the rabbit hole of modern object detection
#8Re: Faster R-CNN: Down the rabbit hole of modern object detection
#9Re: Faster R-CNN: Down the rabbit hole of modern object detection
#10wansn'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