Are there any plans to have a separate branch of Object Detection API that is completely in [TF2.0] since the newer version is cleaner and stable.
Hi! I tried running your object_detection_tutorial notebook and having some trouble. What are the best versions of tensorflow and versions of other packages needed to run the code? I was having some compatibility issues with TF v2.0. Thanks.
+1. It appears that GraphDef was removed from Tensorflow 2.0. This is preventing us from loading the model.
Please port this repo to Tensorflow 2.0!
It's a pity that the tensorflow/models repo is totally incompatible with the current tensorflow!
There are lots of references to the deprecated tf.app
, tf.session
etc., as well as modified API (e.g. GraphDef)
The networks should be simplified by using tf.keras
for better legibility.
Agree with @kbarni. The object detection repo is very handy and a conversion shouldn't be that much work. It is almost impossible for some projects to be ported to TF2 if Object Detection sticks to TF1
I agreed too. I am also badly in need of object detection in TF2.0
I need this too
+1
+1 馃檹 馃檹 馃檹 馃檹 馃檹 馃檹
+1
+1
+1
+1
+1
Most helpful comment
Agree with @kbarni. The object detection repo is very handy and a conversion shouldn't be that much work. It is almost impossible for some projects to be ported to TF2 if Object Detection sticks to TF1