Issue
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.
Answered By - Davidmh
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.