会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小小灰迪
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
下一页
2021年10月26日
Airsim Windows
摘要: airsim-1.6.0官方文档 https://microsoft.github.io/AirSim/ airsim github地址 https://github.com/microsoft/AirSim https://microsoft.github.io/AirSim/settings/
阅读全文
posted @ 2021-10-26 20:38 小小灰迪
阅读(304)
评论(0)
推荐(0)
2021年10月20日
ubuntu创建快捷方式和命令行启动、修改默认启动
摘要: 1.创建快捷方式 cd /usr/share/applications sudo gedit typora.desktop 写入以下内容 [Desktop Entry] Encoding=UTF-8 Name=app_name Exec=/path/to/bin Icon=/path/to/img
阅读全文
posted @ 2021-10-20 21:02 小小灰迪
阅读(792)
评论(0)
推荐(0)
ubuntu20.04安装/重装 cuda11.4、cudnn
摘要: 慎重安装最新版的cuda吧,看看当前版本的pytorch和tensorflow支不支持最新的cuda,最好选个两个都支持的cuda版本,安装流程是一样的 1.检查自己电脑支持的cuda lhw@lhw-Dell-G15-5511:~$ nvidia-smi Wed Oct 20 00:00:21 2
阅读全文
posted @ 2021-10-20 00:52 小小灰迪
阅读(5942)
评论(0)
推荐(0)
2021年10月19日
ubuntu20.04 deepin安装QQ、WeChat微信
摘要: Deepin github地址:https://github.com/wszqkzqk/deepin-wine-ubuntu 1.添加安装源 wget -O- https://deepin-wine.i-m.dev/setup.sh | sh 2.安装QQ、微信 微信:sudo apt-get in
阅读全文
posted @ 2021-10-19 23:24 小小灰迪
阅读(2407)
评论(1)
推荐(0)
ubuntu20.04安装openvslam--2021.10.19
摘要: 1.安装依赖 sudo apt-get update sudo apt-get install -y build-essential pkg-config cmake git wget curl unzip //g2o dependencies sudo apt-get install -y lib
阅读全文
posted @ 2021-10-19 15:34 小小灰迪
阅读(501)
评论(0)
推荐(0)
解决GitHub访问失败、加载慢的问题
摘要: 1.查找DLL延迟最短的IP 登录下面的网站: https://www.ipaddress.com/ 分别输入github.com、github.global.ssl.fastly.net,查出对应的IP 140.82.112.3 -> github.com 199.232.5.194 -> git
阅读全文
posted @ 2021-10-19 01:24 小小灰迪
阅读(194)
评论(0)
推荐(0)
2021年9月1日
C++ toml文件加载
摘要: #include "cpptoml.h"
阅读全文
posted @ 2021-09-01 19:41 小小灰迪
阅读(321)
评论(0)
推荐(0)
linux和Windows C++ 文件夹创建、删除
摘要: linux // 创建、删除文件夹 void mkdir_output(const string &output_path){ if (access(output_path.c_str(), 0) == -1) { // mkdir(output_path.c_str(),S_IRUSR | S_I
阅读全文
posted @ 2021-09-01 10:53 小小灰迪
阅读(3808)
评论(0)
推荐(1)
2021年8月23日
python opencv 两个图像相减取绝对值
摘要: import cv2 import os import shutil bgr_imgs = os.listdir("./imgs_sub/bgr/") bgr_dir = "./imgs_sub/bgr/" human_dir = "./imgs_sub/human/" diff_dir = "./
阅读全文
posted @ 2021-08-23 18:28 小小灰迪
阅读(1410)
评论(0)
推荐(0)
2021年8月19日
微信8.0 微信轰炸
摘要: pip install itchat pip install itchat-uos #跳过网页登录 代码转载:可以python带参数运行,或者修改默认default运行,参考原作者 import itchat import argparse def get_arguments(): parser =
阅读全文
posted @ 2021-08-19 21:30 小小灰迪
阅读(840)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
下一页
公告