Skip to main content

Module image_ops

Module image_ops 

Source
Expand description

Image preprocessing for the captcha model.

Constants§

IMG_HEIGHT
Image dimensions for the custom finetuned model. Model expects: [1, 3, 80, 215] (NCHW format)
IMG_WIDTH

Functions§

preprocess
Preprocess an image for the captcha model.
preprocess_file
Load and preprocess an image from a file path.