You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
As a researcher, I want to be able to check/inspect my created TFRecords so that I can be certain my data was properly manipulated. Describe the solution you'd like
I would like to check my tfrecord files in ipython and get output in jupyter notebooks
I would like to verify that my images were properly encoded.
I would like to know how my labels were transformed (TFT)
Describe alternatives you've considered
None
Additional context
Scientific users need to test / validate the TFRecorder transformation process as part of their requirements for reproducability.