Abdelrahman Almatrooshi
FocusGuard with L2CS-Net gaze estimation
7b53d75
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