码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
好的github链接
1.PyTorch-SE-ResNet https://github.com/StickCui/PyTorch-SE-ResNet 2.resnet https://github.com/lxztju/pytorch_classification/blob/master/models/vision/ ...
分类:其他好文   时间:2021-05-24 01:55:28    阅读次数:0
Unit 1 Summarizing a meeting
##General English:6-Elementary ###1 Grammar Reported questions - past tense Reported questions – past tense Statements can be reported in either the p ...
分类:其他好文   时间:2021-05-23 22:58:08    阅读次数:0
Questions about "Computer Systems: A Programmer's Perspective"
What will I be benefited with on reading the book ''Computer Systems: A Programmer's Perspective''? Randy Bryant , works at Carnegie Mellon University ...
分类:其他好文   时间:2021-05-04 16:35:11    阅读次数:0
Computer Networks COMPSCI 453: Select Lectures Notes (Resources and Foreword)
Computer Networking: a Top-Down Approach (8th ed.) : Select Lectures Notes Navigator 1 Resources and Introduction 2 Chapter 1: Introduction 3 Chapter ...
分类:Web程序   时间:2021-05-04 15:21:01    阅读次数:0
【Java】 4.0 有限状态机(FSM)
【概述】 有限状态机(有时称为有限状态自动机)是一种可以用硬件或软件实现的计算模型,可以用来模拟顺序逻辑和某些计算机程序。 有限状态自动机生成常规语言。它可用于对许多领域的问题进行建模,包括数学,人工智能,游戏和语言学。 【米里状态机 Mealy State Machine】 顺序系统,其中输出取决 ...
分类:编程语言   时间:2021-04-22 15:20:51    阅读次数:0
Full Binary Tree
题目来源 Full Binary Tree Description In computer science,a binary tree is a tree data structure in which each node has at most two children. Consider an ...
分类:其他好文   时间:2021-04-13 12:02:15    阅读次数:0
2021.4.3| ROS下相机标定
启动摄像头 roslaunch robot_vision usb_cam.launch 启动标定包 rosrun camera_calibration cameracalibrator.py --size 8x6 --square 0.024 image:=/usb_cam/image_raw ca ...
分类:其他好文   时间:2021-04-05 12:33:09    阅读次数:0
HDU - 2196 Computer(二次扫描+换根法树形dp)
题目链接 #题目大意 求树上每个点到其他点的最大距离。 #解题思路 首先随便选择一个顶点作为根然后跑一遍dfs,记录每个顶点以其为根能到达的最大深度和次大深度,然后再跑一遍dfs,对于每个顶点,如果要到达一个距离最大的点,要么就是原来中的子树中的距离最大的点,要么就是经过父节点的某个点。 #代码 c ...
分类:其他好文   时间:2021-04-02 13:22:41    阅读次数:0
抽象接口USB的实例化
/* * 接口的使用 * 1.接口使用上也满足多态性 * 2.接口,实际上就是定义了一种规范 * 3.开发中,体会面向接口编程! */ public class USBTest { public static void main(String[] args) { Computer com = new ...
分类:其他好文   时间:2021-04-01 13:43:59    阅读次数:0
MSF原则
一、MSF原则概述 1 、推动信息共享与沟通( Foster open communication ) 2 、为共同的远景工作( Work toward a shared vision ) 3 、充分授权和信任( Empower team members ) 4 、各司其职,对项目共同负责( Est ...
分类:其他好文   时间:2021-03-12 14:07:48    阅读次数:0
3069条   上一页 1 2 3 4 ... 307 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!