上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

2021年4月1日

python+神经网络+mediapipe手势操作计算机

摘要: github:https://github.com/ofnote/gestop 安装依赖 pip install -r requirements.txt -i https://pypi.douban.com/simple/ 服务端启动命令 python -m gestop.receiver 客户端启 阅读全文

posted @ 2021-04-01 17:28 1zfang1 阅读(1161) 评论(0) 推荐(0) 编辑

2021年3月17日

Matlab和Octave

摘要: Matlab 资源: https://zhuanlan.zhihu.com/p/343606673 matlab2019百度网盘链接:https://pan.baidu.com/s/1yk7CjkNx-5_ntw59Ov9v5A提取码:v72a Octave 阅读全文

posted @ 2021-03-17 21:09 1zfang1 阅读(112) 评论(0) 推荐(0) 编辑

nginx

摘要: 正向代理:我是一个用户,我访问不了某网站,但是我能访问一个代理服务器,这个代理服务器呢,他能访问那个我不能访问的网站,于是我先连上代理服务器,告诉他我需要哪个无法访问的网站的内容,代理服务器取回来给我。server 不知道 client。 反向代理:client 不知道 server,并不是 URL 阅读全文

posted @ 2021-03-17 16:00 1zfang1 阅读(44) 评论(0) 推荐(0) 编辑

2021年3月5日

RNN到LSTM

摘要: RNN到LSTM 阅读全文

posted @ 2021-03-05 15:48 1zfang1 阅读(38) 评论(0) 推荐(0) 编辑

2021年3月3日

tensorflow

摘要: tensorflow https://tensorflow.google.cn/tutorials?hl=zh_cn 阅读全文

posted @ 2021-03-03 15:38 1zfang1 阅读(31) 评论(0) 推荐(0) 编辑

2021年2月26日

MediaPipe

摘要: MediaPipe github:https://github.com/google/mediapipe MediaPipe 的主要概念 数据包(Packet) 数据流(Stream) 计算单元(Calculator) 图(Graph) 子图(Subgraph) 编译 MediaPipe Hands 阅读全文

posted @ 2021-02-26 14:04 1zfang1 阅读(952) 评论(0) 推荐(0) 编辑

2021年2月8日

C++

摘要: c++入门推荐文章 https://blog.csdn.net/ClaireSy/article/details/108422945 https://blog.csdn.net/ClaireSy/article/details/108423047 https://blog.csdn.net/Clai 阅读全文

posted @ 2021-02-08 15:32 1zfang1 阅读(81) 评论(0) 推荐(0) 编辑

2021年2月3日

CNN + OpenCV 手势识别

摘要: OpenCV 官网:https://opencv.org/releases/ 阅读全文

posted @ 2021-02-03 14:53 1zfang1 阅读(239) 评论(0) 推荐(0) 编辑

2021年1月25日

MongoDB

摘要: MongoDB SQL术语/概念MongoDB术语/概念解释/说明 database database 数据库 table collection 数据库表/集合 row document 数据记录行/文档 column field 数据字段/域 index index 索引 table joins 阅读全文

posted @ 2021-01-25 09:38 1zfang1 阅读(81) 评论(0) 推荐(0) 编辑

2021年1月15日

CRC16

摘要: public class CRC16Util { static byte[] crc16_tab_h = {(byte) 0x00, (byte) 0xC1, (byte) 0x81, (byte) 0x40, (byte) 0x01, (byte) 0xC0, (byte) 0x80, (byte 阅读全文

posted @ 2021-01-15 09:56 1zfang1 阅读(181) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

导航