会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张裕博
博客园
首页
新随笔
联系
订阅
管理
2021年11月20日
3090卡torch,mmcv,mmdetection环境配置 - 全宇宙最好
摘要: 本文 本文堪称全宇宙最好的安装教程!(就是吹吹牛逼呢) 安装这个环境其实很简单,就三步: 显卡驱动 —— cuda —— torch, 安装过程中,注意版本对应就可以。 显卡驱动 sudo apt install nvidia-driver-460(如果说这里无法切换驱动) cuda版本 下载链接
阅读全文
posted @ 2021-11-20 22:22 吃喝玩睡
阅读(657)
评论(0)
推荐(0)
2020年10月15日
vscode中launch.json
摘要: 描述 简单的一键F5运行当前文件。 样例 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more infor
阅读全文
posted @ 2020-10-15 17:17 吃喝玩睡
阅读(5785)
评论(0)
推荐(1)
2020年7月22日
python队列的简单使用
摘要: 双向队列 from collections import deque d = deque() 几个简单的操作 append() 右边添加一个元素 appendleft() 左添加 pop() 右边删除一个元素 popleft() 左边删除一个元素 clear() 清空队列
阅读全文
posted @ 2020-07-22 15:06 吃喝玩睡
阅读(281)
评论(0)
推荐(0)
2020年7月14日
git的创建 上传更新命令
摘要: 自我评价 文章写的很菜,自己看了能明白一些基本操作。 学习使用的话,建议去https://www.liaoxuefeng.com/wiki/896043488029600 https://www.liaoxuefeng.com/wiki/896043488029600 目的: 方便 下载 配置本地g
阅读全文
posted @ 2020-07-14 17:03 吃喝玩睡
阅读(190)
评论(0)
推荐(0)
2020年7月13日
颜色-RGB
摘要: 目的 寻找集中醒目的颜色 参考 https://www.sojson.com/rgb.html 颜色表 所选 yellow green blue 不清除叫啥 orange
阅读全文
posted @ 2020-07-13 15:23 吃喝玩睡
阅读(121)
评论(0)
推荐(0)
2020年7月7日
pip下载timeout
摘要: 时间:2020.7.7 标时间的目的是 让大家看到这篇博客的新旧。(博客园一般不显示时间) 问题与解决方法如下图: 分析原因 网不好了,造成的吧 解决方式: 把默认的timeout时间设长就可以了 pip --default-timeout=1000 install opencv-python==4
阅读全文
posted @ 2020-07-07 16:35 吃喝玩睡
阅读(154)
评论(0)
推荐(0)
2020年7月4日
python常用模块:
摘要: 2020-07-03 datetime模块 一般就使用 datetime模块中, datetime类中,now()方法。 可通过strftime方法转换。 一句话表示用法: import datetime datetime.datetime.now().strftime("%Y%m%d-%H%M%S
阅读全文
posted @ 2020-07-04 10:18 吃喝玩睡
阅读(114)
评论(0)
推荐(0)
ffmpeg安装
摘要: 2020-07-04 目的 搭一个 ffmpeg + nginx服务器 实现实时推流 参考: https://blog.csdn.net/baidu_38172402/article/details/80794484 手把手教你搭建Nginx-rtmp流媒体服务器+使用ffmpeg推流 sudo .
阅读全文
posted @ 2020-07-04 10:16 吃喝玩睡
阅读(313)
评论(0)
推荐(0)
2020年7月3日
pip或conda安装位置查询 ubuntu
摘要: 2020-07-03 pip show 包名 conda --help查询 conda用法。
阅读全文
posted @ 2020-07-03 11:42 吃喝玩睡
阅读(3179)
评论(0)
推荐(1)
2020年7月2日
ubuntu install小记
摘要: 11:29:43 2020-07-02 1 装Ubuntu16.04LTS 2 apt配国内源(/etc/apt/sources.list文件)清华大学镜像(https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/) update upgrade 3 下载一些
阅读全文
posted @ 2020-07-02 15:13 吃喝玩睡
阅读(133)
评论(0)
推荐(0)
下一页
公告