Advertisement

虹膜识别Python开发

阅读量:

请首先提交效果图

在这里插入图片描述
在这里插入图片描述

main.py

复制代码
    // An highlighted block
    
    """
    Demonstration of the GazeTracking library.
    Check the README.md for complete documentation.
    """
    import pandas as pd
    import cv2
    import dlib
    import saccademodel
    import fixationmodel
    from imutils import resize
    import os
    from GazeTracking_master.gaze_tracking.gaze_tracking import Gaze

全部评论 (0)

还没有任何评论哟~