BlogHide Resteemsronny.rest (25)in dtube • 7 years agoSemantic Segmentation Tutorial - 02 General StructureGeneral Structure The general structure that is used by most of the deep neural network models for semantic segmentation is similar to the one illustrated in the diagram below. The architecture…ronny.rest (25)in dtube • 7 years agoSemantic Segmentation Tutorial - 01 IntroThis is the first in a series of lessons about semantic segmentation. Semantic segmentation involves understanding not just what happens to be in the scene, but also what regions of the image…ronny.rest (25)in machine-learning • 7 years agoInstalling Opencv on Ubuntu (for use with python)Summary OpenCV is a really good library to use for processing video files and real time video sources from a webcam in python. Setting it up, however (at least on ubuntu), can be a little…ronny.rest (25)in machine-learning • 7 years agoAvoiding headaches with tf.metrics1. Summary This post will cover how to avoid headaches with Tensorflow's built in evaluation metrics operations such as tf.metrics.accuracy() tf.metrics.precision()…ronny.rest (25)in machine-learning • 7 years agoArgument Scopes in TensorflowIntro Tensorflow has a very useful feature called an argument scope. Argument scopes allow you to specify default values for tensorflow layer functions. This, in turn, allows you to write…ronny.rest (25)in machine-learning • 7 years agoTransfer Learning in Tensroflow for a New Classsification TaskDescription This blog post will go through the steps needed to perform transfer learning using the Inception V3 architecture in python using Tensorflow. There are actually several types of…