2021年5月21日
摘要: import os import cv2 import numpy as np from PIL import Image Id = input('请输入id:') print('系统初始化中,请等待...') sampleNum = 0 recognizer = cv2.face.LBPHFace 阅读全文
posted @ 2021-05-21 17:11 别踩我氧气管 阅读(156) 评论(1) 推荐(0)
摘要: # TensorFlow and tf.keras import tensorflow as tf from tensorflow import keras # Helper libraries import numpy as np import matplotlib.pyplot as plt p 阅读全文
posted @ 2021-05-21 17:10 别踩我氧气管 阅读(58) 评论(0) 推荐(0)
  2021年5月17日
摘要: /* 21_input */ /* 应用程序 */ 1 #include "stdio.h" 2 3 #include "unistd.h" 4 5 #include "sys/types.h" 6 7 #include "sys/stat.h" 8 9 #include "fcntl.h" 10 阅读全文
posted @ 2021-05-17 16:16 别踩我氧气管 阅读(109) 评论(0) 推荐(0)