Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3592333
  • 博文数量: 365
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2522
  • 用 户 组: 普通用户
  • 注册时间: 2019-10-28 13:40
文章分类

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2021-09-14 17:25:08

#!/usr/bin/python# -*- coding: UTF-8 -*-"""@author: Roc-xb"""import osimport requestsfrom lxml import etreeheaders = {    'authority': 'www.ypppt.com',    'pragma': 'no-cache',    'cache-control.........【阅读全文】

阅读(890) | 评论(0) | 转发(0)

发布时间:2021-09-07 17:17:57

# -*- coding: UTF-8 -*-"""# @Time: 2021/9/1 23:52# @Author: 远方的星# @CSDN: https://blog.csdn.net/qq_44921056"""import osimport jsonimport requestsimport chardetfrom tqdm import tqdmfrom fake_useragent import UserAgent# 随机产生请求头ua = UserAg.........【阅读全文】

阅读(1071) | 评论(0) | 转发(0)

发布时间:2021-09-06 17:23:35

#include <opencv2/opencv.hpp>#include <iostream>#include <algorithm>#include <time.h>using namespace cv;using namespace std;// 输入参数struct Inputparama {int thresh = 30;                &nbs.........【阅读全文】

阅读(2132) | 评论(0) | 转发(0)

发布时间:2021-09-03 17:18:49

import matplotlib.pyplot as pltimport torchimport torch.nn as nnimport numpy as npimport torchvision.utilsfrom torchvision import datasets, transformsfrom torch.autograd import Variableimport torch.utils.data#判断是否能用GPU,如果能就用GPU,不能就用CPUuse_gpu = .........【阅读全文】

阅读(11030) | 评论(0) | 转发(1)

发布时间:2021-09-02 17:20:04

# Copyright (C) 2020 coneypo# SPDX-License-Identifier: MIT# Author:   coneypo# Blog:     http://www.cnblogs.com/AdaminXie# GitHub:   https://github.com/coneypo/Dlib_face_recognition_from_camera# Mail:     coneypo@foxma.........【阅读全文】

阅读(1631) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册