上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页
Numba是一个可以利用GPU/CPU和CUDA 对python函数进行动态编译,大幅提高执行速度的加速工具包。利用修饰器@jit,@cuda.jit,@vectorize等对函数进行编译JIT:即时编译,提高执行速度基于特定数据类型集中于数值计算(高效编译... Read More
posted @ 2018-11-23 23:49 hitrjj Views(4875) Comments(0) Diggs(0) Edit
利用某些保护命令和 rm 的替代命令可避免 rm 从入门到删库的悲伤rm-protection,保护机制protect命令配合trash-cli,移动到回收站Safe-rm, 保护机制跳过被保护文件rm -i, -i, --interactive 进行交互式... Read More
posted @ 2018-11-23 11:32 hitrjj Views(526) Comments(0) Diggs(0) Edit
在命令行下想要可视化查看文件,可以使用命令直接打开图形化窗口1. Windowswindows上可以使用explorer.exe打开资源管理器:explorer.exe . #.表示打开当前所在的文件夹explorer.exe #会默认打开库的窗... Read More
posted @ 2018-11-23 11:16 hitrjj Views(2225) Comments(0) Diggs(0) Edit
本系列博客主要分享Python在机器视觉/计算机视觉下的编程应用cv2包是著名的视觉库OpenCV的Python实现颜色直方图一般用于统计图片不同通道像素强度的分布,并可以基于此来实现对比度提升、以及简单的目标识别、跟踪以及分割等任务。在openCV中集成了... Read More
posted @ 2018-11-22 23:00 hitrjj Views(1399) Comments(0) Diggs(0) Edit
来自法国Tenth research centre of Sciences Po的研究人员通过分析了 106278篇联结主义学派的论文和65522篇符号主义学派的论,分析了自上世纪30年代以来的两个学派的发展历程。论文网站 法语这个图显示了两个学派引用的比例... Read More
posted @ 2018-11-22 16:12 hitrjj Views(593) Comments(0) Diggs(0) Edit
今日CS.CV计算机视觉论文速览Thu, 22 Nov 2018Totally 47 papersDaily Computer Vision Papers[1] Title: HAQ: Hardware-Aware Automated Quantizati... Read More
posted @ 2018-11-22 12:51 hitrjj Views(691) Comments(0) Diggs(0) Edit
今日CS.CV计算机视觉论文速览Wed, 21 Nov 2018Totally 62 papersDaily Computer Vision Papers[1] Title: A Baseline for Multi-Label Image Classif... Read More
posted @ 2018-11-21 17:45 hitrjj Views(632) Comments(0) Diggs(0) Edit
今日CS.CV计算机视觉论文速览Tue, 20 Nov 2018Totally 114 papersDaily Computer Vision Papers[1] Title: OrthoSeg: A Deep Multimodal Convolution... Read More
posted @ 2018-11-21 17:12 hitrjj Views(501) Comments(0) Diggs(0) Edit
今日CS.CV计算机视觉论文速览Mon, 19 Nov 2018Totally 21 papersDaily Computer Vision Papers[1] Title: GPipe: Efficient Training of Giant Neura... Read More
posted @ 2018-11-19 15:33 hitrjj Views(346) Comments(0) Diggs(0) Edit
numpy.sum(a, axis=None, dtype=None, out=None, keepdims=, initial=)[source])用于计算array元素的和.python中常用的numpy进行数学计算,其中array的求和运算分为两种,一... Read More
posted @ 2018-11-17 13:27 hitrjj Views(3757) Comments(0) Diggs(0) Edit
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页