-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function into analyze module for counting the number of examples in TFRecord(s) #143
Labels
enhancement
New feature or request
Comments
monocongo
added a commit
that referenced
this issue
Feb 7, 2020
monocongo
added a commit
that referenced
this issue
Feb 7, 2020
monocongo
added a commit
that referenced
this issue
Feb 7, 2020
monocongo
added a commit
that referenced
this issue
Feb 10, 2020
monocongo
added a commit
that referenced
this issue
Feb 10, 2020
monocongo
added a commit
that referenced
this issue
Feb 10, 2020
monocongo
added a commit
that referenced
this issue
Feb 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For configuring the training of some TensorFlow SSD models it's necessary to know the number of examples in the evaluation dataset. In order to come up with this number, we will add a function into the
analyze.py
module which will take a directory containing TFRecord files and count the number of examples contained in the TFRecord files within the directory. So the input will be a directory path and the output will be the total number of examples found in the TFRecord files in the directory.The text was updated successfully, but these errors were encountered: