How can i detect and localize object using tensorflow and convolutional neural network?

后端 未结 3 1177
臣服心动
臣服心动 2021-02-06 15:52

My problem statement is as follows :

\" Object Detection and Localization using Tensorflow and convolutional neural network \"

What i di

3条回答
  •  感情败类
    2021-02-06 15:59

    Image localization is a complex problem with many different implementations achieving the same result with different efficiency.

    There are 2 main types of implementation

    -Localize objects with regression

    -Single Shot Detectors

    Read this https://leonardoaraujosantos.gitbooks.io/artificial-inteligence/content/object_localization_and_detection.html to get a better idea.

    Cheers

提交回复
热议问题