Skip to content

Add function into analyze module for counting the number of examples in TFRecord(s) #143

Description

@monocongo

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions