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

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2022-10-13 11:59:49

# -*- coding: utf-8 -*-import pygamefrom pygame.locals import *from sys import exitfrom random import randintimport randomwindows_width = 400windows_height = 760icoSize = 48whiteColor=pygame.Color(255,255,255)redColor=pygame.Color(255,0,0)blackColor=pyga.........【阅读全文】

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

发布时间:2022-10-11 17:54:01

#-*- coding : utf-8-*-# coding:unicode_escape'''#! 本文件功能#! 1、将rcontact.xlsx转化成new_rcontact.csv#! 2、获取联系人的wxid#! 另外两个文件都会使用此模块'''import osimport pandas as pdfilename = ''if isExists := os.path.exists('./db_tables/rcontact.xls.........【阅读全文】

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

发布时间:2022-10-10 14:02:35

import osimport argparseimport cv2class StereoCamera(object):    """采集双目标定图片,按键盘【c】或【s】保存图片"""    def __init__(self, chess_width, chess_height, detect=False):        """.........【阅读全文】

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

发布时间:2022-10-07 11:36:54

from torch import nnimport torchfrom torch.nn import functional as Fclass Conv_Block(nn.Module):   #卷积    def __init__(self, in_channel, out_channel):        super(Conv_Block, self).__init__() &nbs.........【阅读全文】

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

登录 注册