Hi, if we add image loading and image preprocessin...
# ask-for-help
l
Hi, if we add image loading and image preprocessing into the runner pipeline, how does the adaptive batching work now since half of the pipeline line (image loading from local path) can’t be batching, while the rest (image preprocessing, inference) can be batched? Thanks!