object detection and localization in images
Go through these links once for basic object detection and localization and what algorithm we will be using :
- https://cv-tricks.com/object-detection/faster-r-cnn-yolo-ssd/
- https://medium.com/zylapp/review-of-deep-learning-algorithms-for-object-detection-c1f3d437b852
- https://lilianweng.github.io/lil-log/2017/12/15/object-recognition-for-dummies-part-2.html
- https://towardsdatascience.com/evolution-of-object-detection-and-localization-algorithms-e241021d8bad
- https://leonardoaraujosantos.gitbooks.io/artificial-inteligence/content/object_localization_and_detection.html
- https://medium.com/machine-learning-bites/deeplearning-series-objection-detection-and-localization-yolo-algorithm-r-cnn-71d4dfd07d5f
- https://www.analyticsvidhya.com/blog/2018/10/a-step-by-step-introduction-to-the-basic-object-detection-algorithms-part-1/
- https://www.analyticsvidhya.com/blog/2018/11/implementation-faster-r-cnn-python-object-detection/
- https://towardsdatascience.com/r-cnn-fast-r-cnn-faster-r-cnn-yolo-object-detection-algorithms-36d53571365e
- https://medium.com/ilenze-com/object-detection-using-deep-learning-for-advanced-users-part-1-183bbbb08b19
- best implmentation of faster R-CNN