What Do ‘Trunk,’ ‘Branch’ and ‘Tag’ Really Mean? January 02, 2018 ‘Trunk,’ ‘tags’ and ‘branches’ are common conventions in Subversion , and most Subversion projects employ them in some shape or form... Read More Share Twitter Facebook Google+
Installing OpenCV 3 on Ubuntu. December 20, 2017 Step 1: Update packages 1 2 sudo apt-get update sudo apt-get upgrade Read More Share Twitter Facebook Google+
Train customize object for object recognition by Tensorflow Part 2 December 18, 2017 This is the next article of Part1: Train customize object Tensorflow In this section we will complete the custom object train program us... Read More Share Twitter Facebook Google+
Train customize object for object recognition by Tensorflow Part 1 December 18, 2017 As in the previous article (Install tensorflow and object detection sample) , we learned how to use tensorflow in object recognition with bu... Read More Share Twitter Facebook Google+
Solve hand drawing sudoku by OpenCV and image processing December 10, 2017 To solve hand drawing sudoku, need to perform the following steps: - Step 1: Crop sudoku cells out of the image by looking straight ... Read More Share Twitter Facebook Google+
Install Tensorflow API and example for Object Detection December 10, 2017 Hi guys, I'm going to show you how to install Tensorflow on your Windows PC. Then we will use the Object detection API as an e... Read More Share Twitter Facebook Google+
Convolutional Neural Networks vs. Cascade Classifiers for Object Detection November 29, 2017 Convolutional neural networks largely outperform cascade classifiers. It's ideal to choose CNNs if you have enough time for t... Read More Share Twitter Facebook Google+
Haar Cascade Training on Windows by GUI Tool November 25, 2017 1. Introduction Cascade Trainer GUI is a program that can be used to train, test and improve cascade classifier models. It uses a graphic... Read More Share Twitter Facebook Google+