How to create a rec file which augmented float image contained

I want to save the augmented image data onto a rec file. And I don’t know how to do it.

During training?

I don’t know if that feature is readily available. I would adapt the augmentation code to save images the OpenCV images as JPEG on disc, and then (offline) use the im2rec.py tool to convert that images folder to a .rec file.

L.

Thanks for your replying.