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.
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.