djl
djl copied to clipboard
Out of box pre-processing/post-processing support in DJL serving for arbitrary model
trafficstars
Description
DJL serving support serving arbitrary model by provide tensor in tensor out fashion already. To provide better user experience, DJL provide default pre-processing and post-processing for some of Application:
- Application.CV.IMAGE_CLASSIFICATION
- Application.CV.OBJECT_DETECTION
It would be convenient for user if DJL can provide default pre-processing and post-processing for more applications.