I am a newbie in TensorFlow.
Currently, I am testing some classification\'s examples \"Convolutional Neural Network\" in the TensorFlow website, and it explains how to c
A naive approach for what you are trying to do would be to classify parts of the image independently.
But there are some better techniques for object detection. Actually, there is the TensorFlow Object Detection API, which gives you access to the most common object detection methods like Faster R-CNN or SSD.