Skip to content

rebekcunning/TF_ObjectDetection_API

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 5 commits ahead of wagonhelm:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

This repo was forked from TensorFlow Object Detection API Tutorial found here

https://github.com/wagonhelm/TF_ObjectDetection_API:

Required Packages

See my blog post to learn about what I did: http://www.bekcunning.com/blog/car-back

FILES

  1. ApproachingCars.ipynb Contains the steps required to run the car detector and construct a video from the results.

  2. json_to_csv.py and xml_to_csv.py Contain code to convert the image attribute files to csv which will be used to generate tfrecords

  3. split_labels.ipynb Creates test and training data from our complete set of images

  4. generate_tfrecord.py python code required to generate tfrecords used during training of the model

  5. data/ this folder contains the moodel config and file for labelling the desired classes.

About

Tutorial on how to create your own object detection dataset and train using TensorFlow's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 86.3%
  • Python 13.7%