Python
文章平均质量分 86
light169
这个作者很懒,什么都没留下…
展开
-
Tensorflow (7) 图解 NumPy
1、Creating Arrays2、Array Arithmeticdata * 1.6:3、Indexing4、Aggregationmin, max, and sum, plenty of others.5、Creating Matricesnp.array([[1,2],[3,4]])6、Matrix Arithmetic7、Dot Productmatrix mult...原创 2022-04-12 17:31:15 · 1690 阅读 · 0 评论 -
基于 Flask RTSP的视频流Web显示
基于 Flask RTSP视频流显示原创 2022-03-29 11:18:51 · 5346 阅读 · 1 评论 -
设置默认为python3版本
安装成功以后,就可以查看 Python 的版本了:# python -VPython2.7# python3 -VPython3.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 · 1424 阅读 · 0 评论 -
Python Imaging Library (Fork)
Unofficial Windows Binaries for Python Extension Packages原创 2014-10-29 08:49:09 · 705 阅读 · 0 评论 -
Windows下VS2015编译caffe(CPU ONLY)
本文参照了:Windows下VS2015编译caffe,我是零基础。1、环境:Windows 7 VS2015 CPU ONLY 2、准备工作,原文说RequirementsVisual Studio 2013 or 2015CMake 3.4 or higher (Visual Studio and Ninja generators a原创 2017-01-03 15:27:08 · 19322 阅读 · 9 评论