Tony607 / object_detection_demo

How to train an object detection model easy for free
https://www.dlology.com/blog/how-to-train-an-object-detection-model-easy-for-free/
Other
177 stars 939 forks source link

Updated generate tfrecords for newer tensorflow #50

Open HenriqueSchmitz opened 2 years ago

HenriqueSchmitz commented 2 years ago

It seems that some of the modules being used from tensorflow for generating the TFrecords have been deprecated.

I've had to do these changes to the script for it to run on a colab which seems to be using TF2.0.

I would suggest commiting these to the base repo so that the tutorial still runs without the need for debugging :)