-
深度图
调用标定好的双目摄像机,利用其内外参数进行立体匹配,计算所拍图像的视差,产生深度图(Call the calibrated binocular camera, use its internal and external parameters for stereo matching, calculate the parallax of the captured image, and generate depth map)
- 2019-01-18 20:33:31下载
- 积分:1
-
convlstm
说明: 实现卷积lstm的代码,也是从网上找的,大家可以参考(The code to implement convolutional LSTM is also found on the internet. You can refer to it.)
- 2019-04-17 19:18:13下载
- 积分:1
-
Local_Maxima
查找图像的局部极大值,功能强大,速度快,精度高(Finding the local maximum of an image is powerful, fast and accurate.)
- 2020-06-19 15:00:01下载
- 积分:1
-
【TensorFlow】LSTM(基于PTB的自然语言建模)
要读取 PTB 数据集需要用到 reader.py,在 GitHub 上面有源码,可以下载或者直接复制下来。reader.py 提供了两个函数用于读取和处理 PTB 数据集:
ptb_raw_data(DATA_PATH):读取原始数据
ptb_producer(raw_data,batch_size,num_steps):用于将数据组织成大小为 batch_size,长度为 num_steps 的数据组
原书中的代码没有将这两个函数的操作对象视为 tensor,而根据 reader.py 中的源码说明,它是对 tensor 进行操作的。并且 ptb_producer() 函数中使用了 tf.train.range_input_producer() 函数,所以需要开启多线程。
以下代码示范了如何使用这两个函数:
————————————————
版权声明:本文为CSDN博主「widiot0x」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/White_Idiot/article/details/78881261
- 2022-10-29 04:25:11下载
- 积分:1
-
爬取热门微博评论并进行数据分析、nlp情感分析
说明: 爬取热门微博评论并进行数据分析、nlp情感分析
xuenlp.py功能包含:
读取数据库并进行数据去重
对微博评论进行情感分析并生成统计结果
统计微博评论中的表情排行
统计微博评论中的粉丝排行前20(Crawl popular microblog comments and do data analysis and NLP sentiment analysis
Xuenlp.py functions include:
Read the database and de-duplicate the data
Emotional analysis of microblog comments and generating statistical results
Statistical expression ranking in microblog comments
Statistics of the top 20 fans in microblog comments)
- 2020-06-23 05:20:02下载
- 积分:1
-
妹子图
通过Python对妹子图网站的图片集进行爬取(Crawling the collection of images on the sister map site via Python)
- 2018-11-15 16:13:39下载
- 积分:1
-
reguralization
说明: 利用python的深度学习优化算法,比如优化算法:Adam,RmsProp等(DeepLearning optimize algorithm by python such as optimize algorithm Adam,rmsprop and so on)
- 2020-04-22 16:54:02下载
- 积分:1
-
openLTE编译源码
里面是openLTE源码,通过编译后的在build的文件夹下,绝对完整。。。
- 2022-03-04 03:34:53下载
- 积分:1
-
特征检测与匹配
说明: 特征检测与匹配的目标是识别一个图像中的关键点与另一个图像中的对应
点之间的配对。(The goal of feature detection and matching is to identify the key points in one image and the corresponding points in another image)
- 2020-12-04 10:39:34下载
- 积分:1
-
Chapter01
说明: 《PyQt5快速开发与实战》
第一章节程序(PyQt5 Rapid Development and Practice
Chapter I Procedure)
- 2020-06-21 07:40:02下载
- 积分:1