
Python
文章平均质量分 86
light169
这个作者很懒,什么都没留下…
展开
-
Tensorflow (7) 图解 NumPy
1、Creating Arrays 2、Array Arithmetic data * 1.6: 3、Indexing 4、Aggregation min, max, and sum, plenty of others. 5、Creating Matrices np.array([[1,2],[3,4]]) 6、Matrix Arithmetic 7、Dot Product matrix mult...原创 2022-04-12 17:31:15 · 1734 阅读 · 0 评论 -
基于 Flask RTSP的视频流Web显示
基于 Flask RTSP视频流显示原创 2022-03-29 11:18:51 · 5493 阅读 · 1 评论 -
设置默认为python3版本
安装成功以后,就可以查看 Python 的版本了: # python -V Python2.7 # python3 -V Python3.6.2 设置 3.x 为默认版本 查看 Python 的路径,在 /usr/bin 下面。可以看到 python 链接的是 python 2.7,所以,执行 python 就相当于执行 python 2.7。 #ls-al /usr/bin | g...原创 2020-03-27 13:59:59 · 1529 阅读 · 0 评论 -
Python Imaging Library (Fork)
Unofficial Windows Binaries for Python Extension Packages原创 2014-10-29 08:49:09 · 720 阅读 · 0 评论 -
Windows下VS2015编译caffe(CPU ONLY)
本文参照了:Windows下VS2015编译caffe,我是零基础。 1、环境:Windows 7 VS2015 CPU ONLY 2、准备工作,原文说 Requirements Visual Studio 2013 or 2015CMake 3.4 or higher (Visual Studio and Ninja generators a原创 2017-01-03 15:27:08 · 19383 阅读 · 9 评论