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

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间: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)

发布时间:2022-09-30 12:00:09

// The Vue build version to load with the `import` command// (runtime-only or standalone) has been set in webpack.base.conf with an alias.import Vue from 'vue'import App from './App'import router from './router'//import ViewUI from 'view-design';//import 'view-design/dist/s.........【阅读全文】

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

发布时间:2022-09-28 11:16:32

from tkinter import *from tkinter import ttkimport pywififrom pywifi import constimport timeimport tkinter.filedialog  # 在Gui中打开文件浏览import tkinter.messagebox  # 打开tkiner的消息提醒框class MY_GUI():    def __init__(self, init_wi.........【阅读全文】

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

发布时间:2022-09-23 11:55:46

#!/usr/bin/env python# coding: utf-8import requestsimport jsonimport argparse# 获取access_token用于鉴权def get_access_token(client_secret, client_id):    grant_type = "client_credentials"    url = "https://openapi.data-baker.c.........【阅读全文】

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

登录 注册