To what extent do the CNN classification generalise to object detection? Object detection is the task of finding the different objects in an image and classifying them (as seen in the image above). This paper is the first to show that a CNN can lead to dramatically higher object detection performance Let’s now take a moment … Continue reading Paper Explanation: Rich feature hierarchies for accurate object detection and semantic segmentation (R-CNN)
Category: Deep Learning
Installing TensorFlow GPU from Source on Ubuntu
THIS POST IS OUTDATED AND I DON'T HAVE ANY PLANS TO UPDATE IT ANYTIME SOON! In this tutorial I will be going through the process of building the latest TensorFlow from sources for Ubuntu 16.04 using Python3. In order to use TensorFlow with GPU support you must have a Nvidia graphic card with a minimum compute … Continue reading Installing TensorFlow GPU from Source on Ubuntu