tobii_pytracker.runtime_models.CustomModel

class tobii_pytracker.runtime_models.CustomModel(config, dataset)
__init__(config, dataset)

Methods

__init__(config, dataset)

predict(input_data)

Run prediction with the loaded model

prepare_model()

Load and prepare model for prediction

process(path)

Post-process the prediction and return formatted results

abstract predict(input_data)

Run prediction with the loaded model

abstract prepare_model()

Load and prepare model for prediction

abstract process(path)

Post-process the prediction and return formatted results