上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 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 小小灰迪 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 慎重安装最新版的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 小小灰迪 阅读(5346) 评论(0) 推荐(0) 编辑
摘要: 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 小小灰迪 阅读(2176) 评论(1) 推荐(0) 编辑
摘要: 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 小小灰迪 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 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 小小灰迪 阅读(150) 评论(0) 推荐(0) 编辑
摘要: #include "cpptoml.h" 阅读全文
posted @ 2021-09-01 19:41 小小灰迪 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 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 小小灰迪 阅读(3318) 评论(0) 推荐(1) 编辑
摘要: 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 小小灰迪 阅读(1321) 评论(0) 推荐(0) 编辑
摘要: pip install itchat pip install itchat-uos #跳过网页登录 代码转载:可以python带参数运行,或者修改默认default运行,参考原作者 import itchat import argparse def get_arguments(): parser = 阅读全文
posted @ 2021-08-19 21:30 小小灰迪 阅读(772) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8 import cv2 import os path='/home/fhy145/workspace/bm2/dataset/winter/bgr1/' img_paths=os.listdir(path) #print(img_paths) # img_paths.sor 阅读全文
posted @ 2021-08-18 10:22 小小灰迪 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页