cvdata icon indicating copy to clipboard operation
cvdata copied to clipboard

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

Open monocongo opened this issue 4 years ago • 0 comments

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.

monocongo avatar Feb 07 '20 16:02 monocongo