renesas-rz / rzv_drp-ai_tvm

Extension package of Apache TVM (Machine Learning Compiler) for Renesas DRP-AI accelerators powered by Edgecortix MERA(TM) Based Apache TVM version: v0.11.1
Apache License 2.0
41 stars 5 forks source link

Can I inference multiple images at once? #17

Open Itto1992 opened 7 months ago

Itto1992 commented 7 months ago

I am reading the sample script to run a compiled model. This sample seems to run inference on a single image.

The question is how I can inference images such as (16, 3, 224, 224) instead of a single image like (1, 3, 224, 224). Could you teach me how to do it? Thank you in advance!