Abdelrahman Almatrooshi
Integrate L2CS-Net gaze estimation
2eba0cc
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