10000 GitHub - rebekcunning/TF_ObjectDetection_API: Tutorial on how to create your own object detection dataset and train using TensorFlow's API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rebekcunning/TF_ObjectDetection_API

 
 

Repository files navigation

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%
0