
Python备忘
windtalkersm
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Duplicate QT binaries error by OpenCV 4.2.0.32!!
Duplicate QT binaries error by OpenCV 4.2.0.32!!Problem caused by version 4.2.0.32Problem DescriptionSimilar errorSolution Problem caused by version 4.2.0.32 Problem Description Similar error qt com...原创 2020-03-22 08:50:57 · 760 阅读 · 0 评论 -
[Python] subprocess module
subprocess.call(args, *, stdin=None, stdout=None, stderr=None, shell=False) 在内部呼叫下面的函数,所有参数原封不动传过去 class subprocess.Popen(args, bufsize=0, executable=None, stdin=None, stdout=None, stderr=None,原创 2013-08-08 18:51:23 · 753 阅读 · 0 评论 -
是不是最后一次装OpenCV?....
- TortoiseGit-1.8.10.0-64bit.msi - numpy-1.8.2-win32-superpack-python2.7.exe原创 2014-08-15 18:35:01 · 1438 阅读 · 0 评论 -
Python 点滴
1. What is the difference between dict.items() and dict.iteritems()? http://stackoverflow.com/questions/10458437/python-what-is-the-difference-between-dict-items-and-dict-iteritems It's part of an e原创 2014-04-02 18:29:56 · 1053 阅读 · 0 评论 -
dlib, OpenFace and face_recognition
How to install dlib from source1). download dlib-19.4 2). cd examples/ mkdir build cd build/ cmake -G Xcode ...3). Install XQuartz-2.7.11.dmg from https://www.xquartz.org/, so X server is ready 4). c原创 2017-04-12 23:12:38 · 5344 阅读 · 0 评论 -
CMU OpenFace
关于OpenFace的各种依赖库dependencies 的安装配置部分,可以参见之前的文章dlib, OpenFace and face_recognition。 下面纪录一下测试OpenFace本身的各种应用时遇到的问题。Demo 4: Real-Time Face Embedding VisualizationRunning Command python demos/sphere.py原创 2017-11-14 07:26:26 · 2579 阅读 · 0 评论 -
/Users/leon/anaconda/lib/python3.5/site-packages/PythonMagick
PythonMagick on OS X PythonMagick has to be built from source, using usual configure make make install procedure. Once done, will be installed to /usr/local/lib/python3.5/site-packages/Python原创 2018-02-03 08:08:53 · 1639 阅读 · 0 评论 -
在嵌入式平台上编译OpenCV 4.0.1
硬件平台和软件环境 ROCKPro64 4GB Single Board Computer stretch-minimal-rockpro64-0.7.11-1075-arm64.img.xz sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential cmake pkg-conf...原创 2019-02-15 01:13:41 · 1182 阅读 · 0 评论