Tobias-Fischer / rt_gene

RT-GENE: Real-Time Eye Gaze and Blink Estimation in Natural Environments
http://www.imperial.ac.uk/personal-robotics
Other
365 stars 68 forks source link

PyTorch evaluation: Allow ensemble evaluation #72

Closed Tobias-Fischer closed 4 years ago

Tobias-Fischer commented 4 years ago

Currently the PyTorch version only allows evaluation of a single model. We should allow evaluating ensembles of models.

ahmed-alhindawi commented 4 years ago

Done in f5a1e2e

Tobias-Fischer commented 4 years ago

That was quick, thanks @ahmed-alhindawi!