MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / files2images

Function files2images

unsupervised_class3/util.py:132–133  ·  view source on GitHub ↗
(filenames)

Source from the content-addressed store, hash-verified

130
131
132def files2images(filenames):
133 return [scale_image(imread(fn)) for fn in filenames]
134
135
136# functions for downloading file from google drive

Callers

nothing calls this directly

Calls 2

scale_imageFunction · 0.85
imreadFunction · 0.85

Tested by

no test coverage detected