Models: Plans for porting Object detection API to [TF2.0]

Created on 2 Oct 2019  路  13Comments  路  Source: tensorflow/models


System information

  • What is the top-level directory of the model you are using: research/
  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04
  • TensorFlow installed from (source or binary): pip install tensorflow-gpu
  • TensorFlow version (use command below): 1.1.4
  • Bazel version (if compiling from source):
  • CUDA/cuDNN version: 9.0
  • GPU model and memory: Nvidia 1050ti
  • Exact command to reproduce:

Describe the problem

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.

Source code / logs

research support

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

All 13 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dsindex picture dsindex  路  3Comments

kamal4493 picture kamal4493  路  3Comments

mbenami picture mbenami  路  3Comments

jacknlliu picture jacknlliu  路  3Comments

Mostafaghelich picture Mostafaghelich  路  3Comments