登录
首页 » Python » 人脸识别

人脸识别

于 2021-07-10 发布
0 120
下载积分: 1 下载次数: 1

代码说明:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • python 五子棋游戏源码(带背景音乐,于pygame)
    python 五子棋游戏源码(带背景音乐,基于pygame)
    2019-11-19下载
    积分:1
  • pythonSVM支持向量机的实现.ipynb
    SVM支持向量机的实现
    2020-12-01下载
    积分:1
  • LSTM入门正弦波序列预测
    LSTM入门学习,正弦波序列预测         for i, input_t in enumerate(input.chunk(input.size(1), dim=1)):             h_t, c_t = self.lstm1(input_t, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         for i in range(future):  # if we should predict the future             h_t, c_t = self.lstm1(output, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         outputs = torch.stack(outputs, 1).squeeze(2)  # shape after stack:[batch, n, 1], shape after squeeze: [batch,n]         return outputs
    2021-06-30 00:31:01下载
    积分:1
  • Django验证码示例(用于登陆验证)
    Django验证码示例(用于登陆验证)
    2019-05-05下载
    积分:1
  • PYTHON中文参考
    【实例简介】
    2021-08-10 00:31:00下载
    积分:1
  • python爬虫爬取豆瓣电影信息
    利用python爬虫技术爬取豆瓣top250的信息并保存为excel文件
    2021-05-06下载
    积分:1
  • 自动化测试示例(于pytest)
    自动化测试示例(基于pytest)
    2020-06-02下载
    积分:1
  • 猜拳游戏(石头剪刀布.py)
    # 石头 0 剪刀 1 布 2 import randombot = random.randint(0, 2)player = int(input("输入您的结果")) if (player == 1) and (bot == 2) or (player == 2) and (bot == 0) or (player == 0) and (bot == 1): print("玩家获胜") elif player == bot: print("你们打成平手") else: print("电脑获胜")
    2020-11-30下载
    积分:1
  • Python3.5 获取海康威视代码
    利用Python获取海康威视摄像头的源码
    2020-07-09 14:48:55下载
    积分:1
  • 于CNN的图像着色
    【实例简介】基于CNN的图像着色,包含复现的论文Colorful Image Colorization Richard Zhang, Phillip Isola, Alexei A. Efros
    2021-06-02 00:31:39下载
    积分:1
  • 696522资源总数
  • 104045会员总数
  • 50今日下载