bourdakos1 / Custom-Object-Detection

Custom Object Detection with TensorFlow
https://medium.freecodecamp.org/tracking-the-millenium-falcon-with-tensorflow-c8c86419225e
MIT License
347 stars 181 forks source link

create_tf_record not up to date #40

Open skywo1f opened 4 years ago

skywo1f commented 4 years ago

There is no longer a create_tf_record.py in tools. There is a pet create tf record, but that one requires trimap's and may not even be geared towards ssd.

bourdakos1 commented 4 years ago

create_tf_record was a script that I wrote, but this repo is very old and no longer maintained (check out the link to the new repo in the readme). I recommend following along with the official TensorFlow object detection API instructions or check out Cloud Annotations