Please answer the following questions for yourself before submitting an issue.
https://github.com/tensorflow/models/tree/master/research/object_detection
The object_detection API isn't supported under TensorFlow 2, which is a problem in general. In my specific case, I'm trying to create an object detection model and use tflite to deploy it on mobile, but due to this bug in tflite I'm stuck using tf-nightly. However, I also depend on the object_detection API, which is stuck on TF 1.x.
object_detection API (TensorFlow 1.15).tflite (TensorFlow 2). It will fail to convert (presumably due to mismatched TF versions).I should be able to use the object_detection API with the latest TensorFlow releases.
N/A
N/A
Hi, the team has recent code updates to be more compatible with TF 2.x. Which model is the incompatible one you use? Thanks
@saberkun I'm just trying to use the object_detection library, for example:
from object_detection import model_lib
It's not even packaged in the latest pypi releases.
Hello, we have a major update: https://blog.tensorflow.org/2020/07/tensorflow-2-meets-object-detection-api.html
Please check out the features supported.
@saberkun looks fantastic, thank you!!
Most helpful comment
Hello, we have a major update: https://blog.tensorflow.org/2020/07/tensorflow-2-meets-object-detection-api.html
Please check out the features supported.