Create your own custom object detector using the Tensorflow Object Detection API.
- Gathering data
- Labeling data
- Generating TFRecords for training
- Configuring training
- Training model
- Exporting inference graph
- Testing object detector
Create your own custom object detector using the Tensorflow Object Detection API.
Python
Create your own custom object detector using the Tensorflow Object Detection API.