Search code examples
tensorflowtensorflow2.0object-detection-api

Training modern object detection with Tensorflow


The Tensorflow object detection API is deprecated, and refers to Tensorflow-vision. Unfortunately, the documentation, as far as I can see, is just links to a series of preprints. All the other references go back to the deprecated API.

So, how can I train an object detection model with Tensorflow in 2023?


Solution

  • It seems the functionality has been moved to Keras CV. The examples are here.