PyLessons October 25, 2018 TensorFlow Object Detection Installation The first part of the TensorFlow Object detection tutorial begins with installing drivers, packages, preparing files, and starting our first example.
PyLessons October 30, 2018 Object Detection Grab Screen tutorial In this tutorial, we'll review three methods of grabbing our computer screen, and we will choose the best one to use for our further development
PyLessons November 06, 2018 Object Detection merged with grabscreen tutorial In this tutorial, we'll merge Object detection API exported code with our grab screen code, and we will try to detect objects on our screen
PyLessons November 08, 2018 TensorFlow fast object detection merged with grabscreen In this tutorial, we'll make our code from tutorial part 3 work much faster by modifying our while loop
PyLessons November 15, 2018 TensorFlow Step by Step custom object detection tutorial In this part and a few in the future, we're going to cover how we can track and detect our own custom objects
PyLessons November 22, 2018 TensorFlow CSGO actual object detection In this part, we're going to export inference graph and detect our own custom objects
PyLessons November 29, 2018 TensorFlow Object Detection CS:GO aim bot In this part, we're going to change our code, that we could detect enemies, move our mouse and shoot them.
PyLessons December 11, 2018 TensorFlow Object Detection faster CS:GO aimbot In this tutorial, I will show you how to export a faster newly trained model and we’ll test it out
PyLessons December 13, 2018 TensorFlow Object Detection Grab screen with multiprocessing In this tutorial, I will show you how to faster grab your computer screen with python multiprocessing on the MSS library
PyLessons December 18, 2018 TensorFlow Object Detection aimbot with multiprocessing In this tutorial, I will merge multiprocessing code with TensorFlow object detection code to maximize FPS performance