前言: 与其他框架不同,Darknet构建网络架构不是通过代码直接堆叠,而是通过解析cfg文件进行生成的。cfg文件格式是有一定规则,虽然比较简单,但是有些地方需要对yolov3有一定程度的熟悉,才能正确设置。 下边以 yolov3.cfg 为例进行讲解。 作者:pprp 首发:GiantPanda ...
分类:
其他好文 时间:
2020-01-16 10:30:06
阅读次数:
293
1、numpy版本过高,卸载,安装低版本 2、anconda内激活环境 3、anconda官方推荐vscode编辑器 4、vscode编辑器是世界上最好的编辑器 5、pip情况下,先换源 以下: conda config --add channels https://mirrors.ustc.edu ...
分类:
其他好文 时间:
2020-01-12 22:13:49
阅读次数:
85
转自 https://wiki.ubuntu.com/ARM64/QEMU https://gist.github.com/george-hawkins/16ee37063213f348a17717a7007d2c79 https://morningd.github.io/2018/01/08/ho ...
分类:
其他好文 时间:
2020-01-09 10:32:19
阅读次数:
308
第一步: 切换到Channels界面,右键点击New Channel 第二步 : 上面是设置一些通道信息。 其中summary(概要) 界面主要包含 通道名称,数据类型,依赖,通道初始状态,附件(是否存储附件),Tag(标签) 输入通道的名字 例如: Simple Channel 添加通道标签,如T ...
分类:
其他好文 时间:
2019-12-31 14:43:43
阅读次数:
136
我是在windows系统上安装的go,使用goland编辑。 Hello world: 下载网页 这里先从Golang原生http库开始,直接使用 net/http 包内的函数请求 所以代码可以这样写 Golang的错误处理就是这样的,习惯就好。 这里更好的做法是把下载方法封装为函数。 解析网页 g ...
分类:
其他好文 时间:
2019-12-30 17:35:32
阅读次数:
85
我是在配置pytorch时遇到的这个错误,截图如下: 这是某个网址访问失败导致的,我们可以通过添加其他路径解决这个问题,分别添加如下4个镜像路径,解决问题: 1)conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anac ...
分类:
Web程序 时间:
2019-12-24 14:09:36
阅读次数:
108
Channels Channels If you want something more flexible than taxonomies, but less rigid than collections, then channels might be for you. A channel is a ...
分类:
其他好文 时间:
2019-12-23 00:15:34
阅读次数:
105
问题现象:现场hik ipc在vlc通过rtsp取流地址(rtsp://admin:xxxxxxxx@44.110.81.45:554/Streaming/Channels/101?transportmode=unicast)取流,发现vlc界面并没有画面,但是看编码统计却是有收到码流包的。而且换另 ...
分类:
其他好文 时间:
2019-12-20 00:59:41
阅读次数:
401
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/ ...
分类:
其他好文 时间:
2019-12-19 09:59:16
阅读次数:
809
anaconda配置镜像 Mac and Linux conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls y ...
分类:
编程语言 时间:
2019-12-19 09:54:03
阅读次数:
315