Skip to content
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

Open
monocongo opened this issue Feb 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@monocongo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant