Computer Vision: Object Detection
Jun 30, 2019
- What is the object detection problem?
- What is Intersection Over Union?
- How do you compare performance of multiple detectors?
- What are some of the detectors?
- What are sliding window detectors?
- What are some challenges with sliding window detectors?
- What is a Histogram of Gradients detector?
- What is Viola-Jones face detector?
- What are attentional cascades in neural networks?
- What is region-based convolutional neural network?
- Why from R-CNN to Fast R-CNN?
- What is Faster R-CNN?
- What is Region-based fully-convolutional network?
- What is You Only Look Once (YOLO)?
- How does 3D Object Detection work?