test_final / models /L2CS-Net /l2cs /results.py
Abdelrahman Almatrooshi
Integrate L2CS-Net gaze estimation
d5b4f5f
raw
history blame contribute delete
207 Bytes
from dataclasses import dataclass
import numpy as np
@dataclass
class GazeResultContainer:
pitch: np.ndarray
yaw: np.ndarray
bboxes: np.ndarray
landmarks: np.ndarray
scores: np.ndarray