Skip to content

Tool to set up object detection project. Will use it for my bachelor degree

Notifications You must be signed in to change notification settings

YaridTheBoi/tensorflow_object_detection_easy_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow_object_detection_easy_setup

Based on official Tensorflow installation tutorial and @nicknochnack youtube tutorial I'm creating tool that will hopefully help you with setting up basic environment to start your object detection project. It creates every necessary directory, creates virtual environment, clones required github repositories, installs object_detection_api and pretrained models.

Instruction:

  1. In Terminal: python3 createRequiredPaths.py
  2. In Terminal: source venv/bin/activate
  3. In Terminal: python createRequiredPaths.py
  4. In Terminal: python createLabelMap.py and follow steps
  5. Put train and test data in respective folders (workspace/image...) ???
  6. In Terminal: python trainer.py
  7. In terminal: <command generated by trainer.py>

Credits:

Nicholas Renotte:
https://www.youtube.com/@NicholasRenotte
https://youtu.be/IOI0o3Cxv9Q
https://github.com/nicknochnack

Tensorflow installation tutorial: https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html

OS: Ununtu 22.04

About

Tool to set up object detection project. Will use it for my bachelor degree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages