torchlm icon indicating copy to clipboard operation
torchlm copied to clipboard

How to infer in batches

Open manadopeee opened this issue 10 months ago • 0 comments

image = cv2.imread(img_path) landmarks, bboxes = torchlm.runtime.forward(image) >> batches

Is there a way to infer in batches using an image list or data loader instead of inferring with a single image?

manadopeee avatar Apr 26 '24 07:04 manadopeee