发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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 = .........【阅读全文】
发布时间: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.........【阅读全文】