Object Detection using TensorFlow Hub
Objectives:
- To detect objects using a pre-trained object detection EfficientDet D4 architecture model
Steps:
- Download sample images
- Display sample images
- Define dictionary and map class IDs to class names
- Model Inference using Tensorflow Hub
- Load a pre-trained model
- Post-process with different detection thresholds
- Display detected objects
- Formalize the Implementation
- Perform inference on each image and store the results in a list
- Loop over each of the images and display annotated images
Outcomes:
Detected objects with class labels and confidences