tensorflow / models

Models and examples built with TensorFlow
Other
77.04k stars 45.77k forks source link

Creating TFRecord TensorFlow 2 #8543

Open JaccoVeldscholten opened 4 years ago

JaccoVeldscholten commented 4 years ago

I was following the Running Peds detector Quick Start on: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_pets.md

However i got the issue that the TFRecord generation File that was mentioned: https://github.com/tensorflow/models/blob/master/research/object_detection/dataset_tools/create_pet_tf_record.py

That this version for creating the TFRecord is not working with TensorFlow 2.0. Is there an updated version working with TF2?

JaccoVeldscholten commented 4 years ago

Any update?

saberkun commented 4 years ago

The problem should be resolved as OD API TF2 released.