Introduction
This API can be used to detect, with bounding boxes, objects in images and/or video using either some of the pre-trained models made available or through models you can train on your own (which the API also makes easier).
To begin, you're going to want to make sure you have TensorFlow and all of the dependencies. For CPU TensorFlow, you can just dopip install tensorflow
, but, of course, the GPU version of TensorFlow is much faster at processing so it is ideal.
Last updated
Was this helpful?