a11to1n3 / Tensorflow-Object-Detection-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to train an Object detection classifier for Multiple Objects using Tensorflow (GPU) on Windows 10

Brief Summary

This repo is adapted from https://github.com/EdjeElectronics/Tensorflow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10. Almost all the steps are aligned to that repo.

Noted: The above repo works best with Python version 3.5 and Tensorflow (GPU) version v1.15

This repo makes the tutorial with minor changes, but the original idea is still kept the same that is How to use Tensorflow's Object Detection API to train an object detection classifier for multiple objects on Windows 10, 8 or 7. (It will work better in Linux with some changes).

The tutorial also has a Youtube video that walks through every step of it.

Link to the Youtube video!

This Repo basically replicate the Repo of EdjieElectronics with changes where applicable:

  1. Installing Anaconda, CUDA, and cuDNN
  2. Setting up the Object Detection directory structure and Anaconda Virtual Environment
  3. Gathering and labeling pictures
  4. Generating training data
  5. Creating a label map and configuring training
  6. Training
  7. Exporting the inference graph
  8. Testing and using your newly trained object detection classifier

About