摘要: pip几个国内速度非常快的源: 1)http://mirrors.aliyun.com/pypi/simple/ 阿里云 2)https://pypi.mirrors.ustc.edu.cn/simple/ 中国科技大学 3) http://pypi.douban.com/simple/ 豆瓣 4) 阅读全文
posted @ 2022-05-12 23:01 bluedream1000 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1、获取Github的ip地址 在浏览器中打开DNS查询网站http://tool.chinaz.com/dns,我们输入github.com和github.global.ssl.fastly.net 2、修改 host 文件 文件路径:sudo vi /etc/hosts 52.192.72.89 阅读全文
posted @ 2022-05-12 14:03 bluedream1000 阅读(25) 评论(0) 推荐(0) 编辑
摘要: (1)确保NVIDIA Drivers和Docker已经安装好 $nvcc --version $docker (2)安装nvidia-docker (2.1)设置stable存储库和密钥 $ curl -s -L https://nvidia.github.io/nvidia-docker/gpg 阅读全文
posted @ 2022-05-12 13:38 bluedream1000 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/weixin_41868601/article/details/113888782 【原博客中有超链接】 遥感影像中变化检测数据集1. S2MTCP2. Hi-UCD3. SECOND4. CD_Data_GZ5. LEVIR-CD6. LEVIR- 阅读全文
posted @ 2022-04-11 17:21 bluedream1000 阅读(2870) 评论(0) 推荐(0) 编辑
摘要: (1)run一个容器 命令:podman run -v /your/path/:/work/ --name="cpython" --privileged=true --dns=8.8.8.8 -p 22002:22 -it docker.io/nvidia/cuda:10.2-cudnn8-deve 阅读全文
posted @ 2021-12-31 10:38 bluedream1000 阅读(2265) 评论(0) 推荐(0) 编辑
摘要: 转载https://blog.csdn.net/u012526120/article/details/48978597 1. 主成分分析数学背景白化是一种常见的数据预处理步骤,而主成分分析(PCA)是实现白化的重要一步。 假设我们有数据集{x(1),...x(m)}{x(1),...x(m)},且这 阅读全文
posted @ 2021-12-13 15:50 bluedream1000 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/Bit_Coders/article/details/115356535 (1)fire-dunnings-dataset 数据集地址:https://collections.durham.ac.uk/files/r2d217qp536#.YG_uq 阅读全文
posted @ 2021-11-18 16:50 bluedream1000 阅读(7746) 评论(0) 推荐(1) 编辑
摘要: conda config --set auto_activate_base false 阅读全文
posted @ 2020-09-29 16:07 bluedream1000 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 最早的时候jsoncpp不是这样的。 Json::Value root; root["name"] = "你的名字"; //Chinese, and use utf8 Json::FastWriter fwriter; std::string retStr = fwriter.write(root) 阅读全文
posted @ 2020-09-29 15:44 bluedream1000 阅读(879) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/charlene_bo/article/details/62883341 《ViBe算法鬼影抑制方法研究》 code:https://github.com/andrewssobral/bgslibrary 阅读全文
posted @ 2020-09-16 15:03 bluedream1000 阅读(279) 评论(0) 推荐(0) 编辑