Preprocessing

Contents

Preprocessing#

helixnet.preprocessing.load_image(file_path: Path)#

This function loads the images in (channels, length, width) format in order to compatible with helixnet.layers.Conv2D

Parameters:

file_path – the path of the image to be loaded can a string or pathlib.Path object