scripts.processing.classifiers

Functions

get_class_names_by_model(model_int)

Return default class names for the selected model number using centralized configuration.

load_class_names_from_file(path)

Load class names from a text file (one per line).

main()

Main function to execute classification using a TensorFlow model.

parse_arguments()

Parse command-line arguments for the classification script.

resolve_default_model_path(model_int)

Get the default model path based on model number using centralized configuration.