tensorflow / models

Models and examples built with TensorFlow
Other
76.95k stars 45.8k forks source link

research cannot use in tf2.0 #7686

Open RayneSun opened 4 years ago

RayneSun commented 4 years ago

/research/object_detection/dataset_base can't use in tf 2.0. I want translate pascal database to tfrecord.

niderhoff commented 4 years ago

see #7621. unless it is ported you may want to stick with tf1.

or you can try

tf.disable_v2_behavior()
import tensorflow.compat.v1 as tf