Machine Learning Notes - Build Your Own Object Detector From Scratch Using Tensorflow

1. Brief introduction

        The previous article utilized the pre-trained model of VGG16, and then constructed a fully connected layer header to output the predicted bounding box coordinates, but did not include the classification of object labels.

Machine Learning Notes-Using Keras, TensorFlow Framework for Custom Dataset Target Detection Training to perform object detection. _keras makes target detection dataset https://skydance.blog.csdn.net/article/details/115016591

        But object detection is a combination of two tasks: regression of bounding box coordinates , classification of object labels

Guess you like

Origin blog.csdn.net/bashendixie5/article/details/132092543