com.intel.analytics.bigdl.transform.vision.image
A transformer pipeline wrapper to create RoiMiniBatch in multiple threads. Image features may have different sizes, so firstly we need to calculate max size in one batch, then padding all features to one batch with max size.
Apply this transformer to rdd
A transformer pipeline wrapper to create RoiMiniBatch in multiple threads. Image features may have different sizes, so firstly we need to calculate max size in one batch, then padding all features to one batch with max size.