赵走x博客
网站访问量:151890
首页
书籍
软件
工具
古诗词
搜索
登录
11、mac使用Django连接Mysql报错:_mysql.cpython-37m-darwin.so Reason: image not found
10、pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
9、Python3 celery requests 中文乱码 UnicodeEncodeError: 'latin-1' codec can't encode characters in position
8、Python3之socket编程--2:基于TCP的套接字
Anaconda 入门
Can't find model 'en'
Jupyter Notebook 简单安装
pycharm运行matplotlib出现ValueError: max() arg is an empty sequence问题
pygmo 找不到安装包问题
1、pycharm 程序一直测试状态下运行
graphviz . NotADirectoryError: [Errno 20] Not a directory: 'dot'
image not found
sklearn无法加载fetch_mldata解决方案
MongoDB 坐标_距离
cv2.imread 总为None
vs code: Class 'Activity' has no 'objects' memberpylint(no-member)
AbortedError: Operation received an exception:Status
1、部署人工智能项目:YangZeyu95
pip安装加速
nltk语料库路径设置
No module named 'pymysql'
linux服务器报错—UnicodeEncodeError 'ascii' codec can't encode characters in position 0-1
DevToolsActivePort file doesn't exist.
linux Message: unknown error: unable to discover open pages
Python爬虫:常用的浏览器请求头User-Agent
ModuleNotFoundError: No module named 'MySQLdb'
mac下解决matplotlib乱码的问题
Flask 运行跨域
mongoengine 判断ObjectID 字段是否存在
python下使用pip freeze >requirements.txt命令迁移模块
Python爬取百度,返回 安全认证
flask-migrate 修改 sqlite的表头,sqlite3.OperationalError: near "DROP": syntax error
pip 安装提示超时
1、部署人工智能项目:YangZeyu95
资源编号:75989
Python 相关Bug
Python
热度:166
捣鼓了一天,终于运行起来了
# 源码项目 https://github.com/YangZeyu95/unofficial-implement-of-openpose # 坑: 错误1:(macc电脑出现) AbortedError: Operation received an exception:Status 解决方案:http://www.handsomemark.com/article/395 错误2: Cannot feed value of shape (10, 184, 184, 19) for Tensor 'inputs/Placeholder_1:0', which has shape '(10, 46, 46, 19)' 解决方案: 把pose_augment.py中的line263-264中的_scale改成8试试。