Inference
inference utils
get_filepaths(data_dir, extensions)
Given the directory path, get all filepaths of given extensions
Source code in conftrainer/inference/utils.py
infer_and_report(network, data_dir, csv_save_path, batch_size, class_names=None, input_shape=None, extensions=None)
Infer the network on given data
Source code in conftrainer/inference/utils.py
load_and_infer(network_path, *args, **kwargs)
Load the network and pass to infer_and_report