Find a new object detection backend (computer vision) #1224
raphael0202
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, 3 object detection models are in production, served by Tensorflow Serving:
All these models were trained using Tensorflow object detection repository.. However, this repository is not actively maintained. It is also not compatible with Tensorflow 2.0 (due to the reliance on tf.contrib), which prevents us from using newer versions of Tensorflow Serving. Finally, more recent object recognition models/architectures are not available on Tensorflow Object Detection API.
Hence, we need to find a project that will allow us to train object detection models. Requirements:
To test new repositories, all train/val data and current models are available on Robotoff model repository.
Candidates:
Beta Was this translation helpful? Give feedback.
All reactions