Spaces:
Running
Running
| from .utils import select_device, natural_keys, gazeto3d, angular, getArch | |
| from .vis import draw_gaze, render | |
| from .model import L2CS | |
| from .pipeline import Pipeline | |
| from .datasets import Gaze360, Mpiigaze | |
| __all__ = [ | |
| # Classes | |
| 'L2CS', | |
| 'Pipeline', | |
| 'Gaze360', | |
| 'Mpiigaze', | |
| # Utils | |
| 'render', | |
| 'select_device', | |
| 'draw_gaze', | |
| 'natural_keys', | |
| 'gazeto3d', | |
| 'angular', | |
| 'getArch' | |
| ] | |