Skip to content

edisonslightbulbs/machine-learning-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model training using TF's object detection API

Given that this project primarily uses scripts, it's helpful to have an idea of the directory structure.

.
├── annotations
├── external
│   ├── labelImg
│   │   ├── build-tools
│   │   ├── data
│   │   ├── demo
│   │   ├── libs
│   │   ├── readme
│   │   ├── requirements
│   │   ├── resources
│   │   ├── tests
│   │   └── tools
│   └── models
│       ├── community
│       ├── official
│       ├── orbit
│       └── research
├── models
│   ├── export
│   └── pretrained
├── records
├── resources
│   └── images
│       ├── test
│       └── train
└── scripts

Now that that is out of the way - the project houses three notebooks that build on each other. The notebooks are self-documnting and should be reviewed in the order:

  1. train.ipynb
  2. detect.ipynb
  3. export.ipynbe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published