-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
568 lines (343 loc) · 34 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>孙全胜의Space</title>
<subtitle>squansh</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://squansh.top/"/>
<updated>2020-07-08T02:54:42.536Z</updated>
<id>https://squansh.top/</id>
<author>
<name>squansh</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>ValueError Dimension 0 in both shapes must be equal</title>
<link href="https://squansh.top/ValueError%EF%BC%9ADimension%200%20in%20both%20shapes%20must%20be%20equal.html"/>
<id>https://squansh.top/ValueError%EF%BC%9ADimension%200%20in%20both%20shapes%20must%20be%20equal.html</id>
<published>2020-06-17T11:51:09.000Z</published>
<updated>2020-07-08T02:54:42.536Z</updated>
<summary type="html">
<p>今天重新训练yolo的时候出现了这个报错</p>
<blockquote>
<p>ValueError: Dimension 0 in both shapes must be equal, but are 1 and 21. Shapes are [1,1,1024,24] and [21,1024,1,1]. for ‘Assign_360’ (op: ‘Assign’) with input shapes: [1,1,1024,24], [21,1024,1,1].</p>
</blockquote>
<p>一般情况就是class中的数量对不上</p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="error&库" scheme="https://squansh.top/categories/python/error-%E5%BA%93/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="error&库" scheme="https://squansh.top/tags/error-%E5%BA%93/"/>
</entry>
<entry>
<title>ModuleNotFoundError:No module named “ckeditor”</title>
<link href="https://squansh.top/ModuleNotFoundError%EF%BC%9ANo%20module%20named%20%E2%80%9Cckeditor%E2%80%9D.html"/>
<id>https://squansh.top/ModuleNotFoundError%EF%BC%9ANo%20module%20named%20%E2%80%9Cckeditor%E2%80%9D.html</id>
<published>2020-06-17T11:49:51.000Z</published>
<updated>2020-07-08T02:54:42.496Z</updated>
<summary type="html">
<p><img src="https://img-blog.csdnimg.cn/20200518195810898.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQ1NTA0MTE5,size_16,color_FFFFFF,t_70" alt="在这里插入图片描述"></p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="error&库" scheme="https://squansh.top/categories/python/error-%E5%BA%93/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="error&库" scheme="https://squansh.top/tags/error-%E5%BA%93/"/>
</entry>
<entry>
<title>Command “python setup.py egg_info” failed——完美解决</title>
<link href="https://squansh.top/Command%20%E2%80%9Cpython%20setup.py%20egg_info%E2%80%9D%20failed%E2%80%94%E2%80%94%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3.html"/>
<id>https://squansh.top/Command%20%E2%80%9Cpython%20setup.py%20egg_info%E2%80%9D%20failed%E2%80%94%E2%80%94%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3.html</id>
<published>2020-06-17T11:46:34.000Z</published>
<updated>2020-07-08T02:54:42.486Z</updated>
<summary type="html">
<p>用 ubuntu 安装 <code>django-mdeditor==0.1.13</code> 时报错:</p>
<blockquote>
<p>Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-2XpM94/django-mdeditor/</p>
</blockquote>
<p>有人说是<code>setuptools</code>的版本太低,于是我镜像源下更新了一下: <code>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade setuptools</code></p>
<p><img src="https://img-blog.csdnimg.cn/20200518185849980.png" alt="在这里插入图片描述"></p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="error&库" scheme="https://squansh.top/categories/python/error-%E5%BA%93/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="error&库" scheme="https://squansh.top/tags/error-%E5%BA%93/"/>
<category term="ubuntu" scheme="https://squansh.top/tags/ubuntu/"/>
</entry>
<entry>
<title>人头录音原理及解释</title>
<link href="https://squansh.top/%E4%BA%BA%E5%A4%B4%E5%BD%95%E9%9F%B3%E5%8E%9F%E7%90%86%E5%8F%8A%E8%A7%A3%E9%87%8A.html"/>
<id>https://squansh.top/%E4%BA%BA%E5%A4%B4%E5%BD%95%E9%9F%B3%E5%8E%9F%E7%90%86%E5%8F%8A%E8%A7%A3%E9%87%8A.html</id>
<published>2020-06-17T11:45:22.000Z</published>
<updated>2020-07-08T02:54:42.566Z</updated>
<summary type="html">
<p>简介:</p>
<p>本文简单介绍了环绕声基础知识,还介绍了各种双声道虚拟环绕声(多声道)的技术。最近突然对虚拟环绕声感兴趣,整理了一下相关知识。</p>
<ol>
<li>何为环绕声<br>普通的立体声只能分清左右两个方向的声音,而环绕声还能让人声音的前后左右各个方位,更有空间感仿佛置身于现场。常见的环绕声主要有 5.1 声道与 7.1 声道两种,要重现环绕声也相应的需要 6 个或者 8 个音箱。
</summary>
<category term="硬件" scheme="https://squansh.top/categories/%E7%A1%AC%E4%BB%B6/"/>
<category term="硬件" scheme="https://squansh.top/tags/%E7%A1%AC%E4%BB%B6/"/>
</entry>
<entry>
<title>教女朋友学会用ESP8266实现wifi杀手——有固件</title>
<link href="https://squansh.top/%E6%95%99%E5%A5%B3%E6%9C%8B%E5%8F%8B%E5%AD%A6%E4%BC%9A%E7%94%A8ESP8266%E5%AE%9E%E7%8E%B0wifi%E6%9D%80%E6%89%8B%E2%80%94%E2%80%94%E6%9C%89%E5%9B%BA%E4%BB%B6.html"/>
<id>https://squansh.top/%E6%95%99%E5%A5%B3%E6%9C%8B%E5%8F%8B%E5%AD%A6%E4%BC%9A%E7%94%A8ESP8266%E5%AE%9E%E7%8E%B0wifi%E6%9D%80%E6%89%8B%E2%80%94%E2%80%94%E6%9C%89%E5%9B%BA%E4%BB%B6.html</id>
<published>2020-06-17T11:42:16.000Z</published>
<updated>2020-07-08T02:54:42.586Z</updated>
<summary type="html">
<blockquote>
<p>固件来自大神:FengMo<br>固件下载地址:<a href="https://download.csdn.net/download/qq_45504119/12407789" target="_blank" rel="noopener">https://download.csdn.net/download/qq_45504119/12407789</a><br>也可以加我的交流群,我会在群里分享出来哦:977947271<br>2020/5/30:<br>近日每天都有十几个很明显的小号加群,而且有的大号进群竟然打广告和卖不良物品,经我和群友讨论后,加群需要正确填写我的CSDN账号昵称,只是为了过滤一些不好的人。</p>
</blockquote>
</summary>
<category term="硬件" scheme="https://squansh.top/categories/%E7%A1%AC%E4%BB%B6/"/>
<category term="硬件" scheme="https://squansh.top/tags/%E7%A1%AC%E4%BB%B6/"/>
<category term="ESP8266" scheme="https://squansh.top/tags/ESP8266/"/>
</entry>
<entry>
<title>运行SSD-TensorFlow报错:tensorflow.python.framework.errors_impl.NotFoundError:</title>
<link href="https://squansh.top/%E8%BF%90%E8%A1%8CSSD-TensorFlow%E6%8A%A5%E9%94%99%EF%BC%9Atensorflow.python.framework.errors_impl.NotFoundError%EF%BC%9A.html"/>
<id>https://squansh.top/%E8%BF%90%E8%A1%8CSSD-TensorFlow%E6%8A%A5%E9%94%99%EF%BC%9Atensorflow.python.framework.errors_impl.NotFoundError%EF%BC%9A.html</id>
<published>2020-06-17T11:39:23.000Z</published>
<updated>2020-07-08T02:54:42.596Z</updated>
<summary type="html">
<p>玩了很久的 yolo,今天下载了 SSD-TensorFlow 的代码,不过在运行的时候出现了一点问题</p>
<p>官方的介绍是运行:<code>jupyter notebook notebooks/ssd_notebook.ipynb</code></p>
<p>但是在 <code>jupyter notebook</code> 中运行多有不便,我就将代码复制在了下面文件夹里,与 <code>ssd_notebook.ipynb</code> 放在了一块,可是出现报错:</p>
<figure class="highlight python"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">tensorflow.python.framework.errors_impl.NotFoundError: FindFirstFile failed <span class="keyword">for</span></span><br><span class="line">…/checkpoints:ϵͳ\udcd5Ҳ\udcbb\udcb5\udcbdָ\udcb6\udca8\udcb5\udcc4·\udcbe\udcb6\udca1\udca3 </span><br><span class="line">; No such process</span><br></pre></td></tr></table></figure>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>教女友学会python+yolov3调用笔记本摄像头——实时进行识别</title>
<link href="https://squansh.top/%E6%95%99%E5%A5%B3%E5%8F%8B%E5%AD%A6%E4%BC%9Apython+yolov3%E8%B0%83%E7%94%A8%E7%AC%94%E8%AE%B0%E6%9C%AC%E6%91%84%E5%83%8F%E5%A4%B4%E2%80%94%E2%80%94%E5%AE%9E%E6%97%B6%E8%BF%9B%E8%A1%8C%E8%AF%86%E5%88%AB.html"/>
<id>https://squansh.top/%E6%95%99%E5%A5%B3%E5%8F%8B%E5%AD%A6%E4%BC%9Apython+yolov3%E8%B0%83%E7%94%A8%E7%AC%94%E8%AE%B0%E6%9C%AC%E6%91%84%E5%83%8F%E5%A4%B4%E2%80%94%E2%80%94%E5%AE%9E%E6%97%B6%E8%BF%9B%E8%A1%8C%E8%AF%86%E5%88%AB.html</id>
<published>2020-06-17T11:37:19.000Z</published>
<updated>2020-07-08T02:54:42.576Z</updated>
<summary type="html">
<blockquote>
<p>我终于回来啦,快一个月没有正式写博客了<br>最近忙着把老师交给我的项目完成,又从老师经费里白嫖了好多好玩的硬件,网课都没咋听,今天介绍完这个小点,马上就要准备看模电了<br>其实我做项目时完全从0开始,所接触的东西也是零零散散的,我想表达的东西用面向新手的方式写出来,之后开始介绍软硬件结合的东西。<br>也可以加我的交流群,所有资料我会在群里分享出来哦:977947271<br>2020/5/30:<br>近日每天都有十几个很明显的小号加群,而且有的大号进群竟然打广告和卖不良物品,经我和群友讨论后,加群需要1元钱,但是进群后我会将钱退还给大家,只是为了过滤一些不好的人。</p>
</blockquote>
<blockquote>
<p>环境:win10、py3.6、yolov3</p>
</blockquote>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>关于yolo配合硬件的小结——个人笔记</title>
<link href="https://squansh.top/%E5%85%B3%E4%BA%8Eyolo%E9%85%8D%E5%90%88%E7%A1%AC%E4%BB%B6%E7%9A%84%E5%B0%8F%E7%BB%93%E2%80%94%E2%80%94%E4%B8%AA%E4%BA%BA%E7%AC%94%E8%AE%B0.html"/>
<id>https://squansh.top/%E5%85%B3%E4%BA%8Eyolo%E9%85%8D%E5%90%88%E7%A1%AC%E4%BB%B6%E7%9A%84%E5%B0%8F%E7%BB%93%E2%80%94%E2%80%94%E4%B8%AA%E4%BA%BA%E7%AC%94%E8%AE%B0.html</id>
<published>2020-06-17T11:35:27.000Z</published>
<updated>2020-07-08T02:54:42.566Z</updated>
<summary type="html">
<p>这个纯属个人笔记了——完全是怕忘<br>很久没有写博客,也不太知道想写什么,最近玩的东西比较多:esp8266做wifi杀手、配合esp32搭建了个简易的网络摄像头,改yolo玩的一阵子,入手几个红外模块,现在正在玩 USART HMI。</p>
<p>今天用yolo和红外编码打开空调的时候,因为yolo是不停的循环调用摄像头识别人数的</p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>python实现人数识别目标识别</title>
<link href="https://squansh.top/python%E5%AE%9E%E7%8E%B0%E4%BA%BA%E6%95%B0%E8%AF%86%E5%88%AB%E7%9B%AE%E6%A0%87%E8%AF%86%E5%88%AB.html"/>
<id>https://squansh.top/python%E5%AE%9E%E7%8E%B0%E4%BA%BA%E6%95%B0%E8%AF%86%E5%88%AB%E7%9B%AE%E6%A0%87%E8%AF%86%E5%88%AB.html</id>
<published>2020-06-17T11:34:30.000Z</published>
<updated>2020-07-08T02:54:42.546Z</updated>
<summary type="html">
<p>python 实现 yolo 人数识别或目标识别:<a href="https://blog.csdn.net/qq_45504119/article/details/105033492" target="_blank"
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>ERROR Cannot uninstall 'xxx'. It is a distutils installed project and thus we cannot accurately</title>
<link href="https://squansh.top/ERROR%EF%BC%9ACannot%20uninstall%20'xxx'.%20It%20is%20a%20distutils%20installed%20project%20and%20thus%20we%20cannot%20accurately.html"/>
<id>https://squansh.top/ERROR%EF%BC%9ACannot%20uninstall%20'xxx'.%20It%20is%20a%20distutils%20installed%20project%20and%20thus%20we%20cannot%20accurately.html</id>
<published>2020-06-17T11:31:58.000Z</published>
<updated>2020-07-08T02:54:42.486Z</updated>
<summary type="html">
<p>今天安装 <code>serial</code> 时报错:</p>
<figure class="highlight python"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br></pre></td><td class="code"><pre><span class="line">ERROR: Cannot uninstall <span class="string">'PyYAML'</span>. It <span class="keyword">is</span> a distutils installed project <span class="keyword">and</span> thus we</span><br><span class="line"> cannot accurately determine which files belong to it which would lead to </span><br><span class="line"> only a partial uninstall .</span><br><span class="line">错误:无法卸载“ PyYAML”。 这是一个distutils安装的项目,因此我们</span><br><span class="line"> 无法准确确定哪些文件属于该文件,这将导致</span><br><span class="line"> 仅部分卸载</span><br></pre></td></tr></table></figure>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="error&库" scheme="https://squansh.top/categories/python/error-%E5%BA%93/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="error&库" scheme="https://squansh.top/tags/error-%E5%BA%93/"/>
</entry>
<entry>
<title>pytorch 安装过程出现: No module named 'tools.nnwrap'——已解决</title>
<link href="https://squansh.top/pytorch%20%E5%AE%89%E8%A3%85%E8%BF%87%E7%A8%8B%E5%87%BA%E7%8E%B0%EF%BC%9A%20No%20module%20named%20'tools.nnwrap'%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html"/>
<id>https://squansh.top/pytorch%20%E5%AE%89%E8%A3%85%E8%BF%87%E7%A8%8B%E5%87%BA%E7%8E%B0%EF%BC%9A%20No%20module%20named%20'tools.nnwrap'%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html</id>
<published>2020-06-17T11:30:56.000Z</published>
<updated>2020-07-08T02:54:42.566Z</updated>
<summary type="html">
<blockquote>
<p>环境:win10、py3.6</p>
</blockquote>
<p>可以先参考下面这个博文:<br><a href="https://blog.csdn.net/qq_45504119/article/details/104905471" target="_blank" rel="noopener">安装 torch 详细解决方法</a></p>
<p>这篇文章是我之前写的,后来重装系统,忘了没安装 torch,所以报错,里面文件下载和安装说的很详细。</p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="error&库" scheme="https://squansh.top/categories/python/error-%E5%BA%93/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="error&库" scheme="https://squansh.top/tags/error-%E5%BA%93/"/>
</entry>
<entry>
<title>cpu运行gpu上的pytorch 报错AssertionErrortorch not compiled with cuda enabled——已解决</title>
<link href="https://squansh.top/cpu%E8%BF%90%E8%A1%8Cgpu%E4%B8%8A%E7%9A%84pytorch%20%E6%8A%A5%E9%94%99%EF%BC%9AAssertionErrortorch%20not%20compiled%20with%20cuda%20enabled%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html"/>
<id>https://squansh.top/cpu%E8%BF%90%E8%A1%8Cgpu%E4%B8%8A%E7%9A%84pytorch%20%E6%8A%A5%E9%94%99%EF%BC%9AAssertionErrortorch%20not%20compiled%20with%20cuda%20enabled%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html</id>
<published>2020-06-17T11:29:35.000Z</published>
<updated>2020-07-08T02:54:42.546Z</updated>
<summary type="html">
<p>感觉今天介绍的这种方法可以解决所有这种报错出现的问题</p>
<h2 id="事件发生:"><a href="#事件发生:" class="headerlink" title="事件发生:"></a>事件发生:</h2><figure class="highlight python"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">报错:AssertionError:torch <span class="keyword">not</span> compiled <span class="keyword">with</span> cuda enabled</span><br></pre></td></tr></table></figure>
<p><img src="https://img-blog.csdnimg.cn/20200409104210488.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQ1NTA0MTE5,size_16,color_FFFFFF,t_70" alt="在这里插入图片描述"></p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="error&库" scheme="https://squansh.top/categories/python/error-%E5%BA%93/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="error&库" scheme="https://squansh.top/tags/error-%E5%BA%93/"/>
</entry>
<entry>
<title>matlab创建下载进度条</title>
<link href="https://squansh.top/matlab%E5%88%9B%E5%BB%BA%E4%B8%8B%E8%BD%BD%E8%BF%9B%E5%BA%A6%E6%9D%A1.html"/>
<id>https://squansh.top/matlab%E5%88%9B%E5%BB%BA%E4%B8%8B%E8%BD%BD%E8%BF%9B%E5%BA%A6%E6%9D%A1.html</id>
<published>2020-06-17T11:28:28.000Z</published>
<updated>2020-07-08T02:54:42.556Z</updated>
<summary type="html">
<blockquote>
<p>最近玩GUI玩的比较多,想分享一些好玩的东西,就从最简单的开始吧</p>
</blockquote>
<p>大家都知道matlab的进度条吧,这里实现了创建进度条,并且当进度条达到100%时就关闭进度条界面</p>
</summary>
<category term="MATLAB" scheme="https://squansh.top/categories/MATLAB/"/>
<category term="MATLAB" scheme="https://squansh.top/tags/MATLAB/"/>
</entry>
<entry>
<title>安装Mathtype后无法使用——已解决</title>
<link href="https://squansh.top/%E5%AE%89%E8%A3%85Mathtype%E5%90%8E%E6%97%A0%E6%B3%95%E4%BD%BF%E7%94%A8%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html"/>
<id>https://squansh.top/%E5%AE%89%E8%A3%85Mathtype%E5%90%8E%E6%97%A0%E6%B3%95%E4%BD%BF%E7%94%A8%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html</id>
<published>2020-06-17T11:26:04.000Z</published>
<updated>2020-07-08T02:54:42.576Z</updated>
<summary type="html">
<h2 id="事件背景:"><a href="#事件背景:" class="headerlink" title="事件背景:"></a>事件背景:</h2><blockquote>
<p>word 中安装 mathtype 后无法正常使用,总是提示文件未找到等报错???</p>
</blockquote>
<p>比如我遇到的一下情况:</p>
<p><img src="https://img-blog.csdnimg.cn/20200406194329852.png" alt="在这里插入图片描述"></p>
</summary>
<category term="win10" scheme="https://squansh.top/categories/win10/"/>
<category term="win10" scheme="https://squansh.top/tags/win10/"/>
</entry>
<entry>
<title>Office2016与Visio2016不兼容——已解决</title>
<link href="https://squansh.top/Office2016%E4%B8%8EVisio2016%E4%B8%8D%E5%85%BC%E5%AE%B9%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html"/>
<id>https://squansh.top/Office2016%E4%B8%8EVisio2016%E4%B8%8D%E5%85%BC%E5%AE%B9%E2%80%94%E2%80%94%E5%B7%B2%E8%A7%A3%E5%86%B3.html</id>
<published>2020-06-17T11:23:20.000Z</published>
<updated>2020-07-08T02:54:42.506Z</updated>
<summary type="html">
<p>很久之前为了写专利下载的Visio2016,平时也只用wps,没用过office。</p>
<p>最近安装 office 时提示:</p>
<figure class="highlight python"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line">很抱歉,无法安装office,因为您的计算机上已经安装了office程序:</span><br><span class="line"></span><br><span class="line">Microsoft Office <span class="number">32</span>-bit Components <span class="number">2016</span></span><br><span class="line">Microsoft Visio Professional <span class="number">2016</span></span><br><span class="line"></span><br><span class="line"><span class="number">32</span>位和<span class="number">64</span>位版本的Office程序不兼容,因此您一次只能安装一种类型。</span><br><span class="line">请尝试安装<span class="number">64</span>位版本的Office,或卸载其他<span class="number">64</span>位Office程序,然后再尝试此安装。</span><br></pre></td></tr></table></figure>
</summary>
<category term="win10" scheme="https://squansh.top/categories/win10/"/>
<category term="win10" scheme="https://squansh.top/tags/win10/"/>
</entry>
<entry>
<title>python绝对兼容的库配置——机器学习&爬虫</title>
<link href="https://squansh.top/python%E7%BB%9D%E5%AF%B9%E5%85%BC%E5%AE%B9%E7%9A%84%E5%BA%93%E9%85%8D%E7%BD%AE%E2%80%94%E2%80%94%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0&%E7%88%AC%E8%99%AB.html"/>
<id>https://squansh.top/python%E7%BB%9D%E5%AF%B9%E5%85%BC%E5%AE%B9%E7%9A%84%E5%BA%93%E9%85%8D%E7%BD%AE%E2%80%94%E2%80%94%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0&%E7%88%AC%E8%99%AB.html</id>
<published>2020-06-17T11:22:13.000Z</published>
<updated>2020-07-08T02:54:42.566Z</updated>
<summary type="html">
<blockquote>
<p> <strong>Time: 2020/4/1 15:01</strong></p>
</blockquote>
<p>更新一下我的 python 库的版本,以免以后我自己搞错了…</p>
<p>相比上次机器学习的库,这次多了部分爬虫的库</p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>教女朋友学会用win10+yolov3+python训练自己的模型</title>
<link href="https://squansh.top/%E6%95%99%E5%A5%B3%E6%9C%8B%E5%8F%8B%E5%AD%A6%E4%BC%9A%E7%94%A8win10+yolov3+python%E8%AE%AD%E7%BB%83%E8%87%AA%E5%B7%B1%E7%9A%84%E6%A8%A1%E5%9E%8B.html"/>
<id>https://squansh.top/%E6%95%99%E5%A5%B3%E6%9C%8B%E5%8F%8B%E5%AD%A6%E4%BC%9A%E7%94%A8win10+yolov3+python%E8%AE%AD%E7%BB%83%E8%87%AA%E5%B7%B1%E7%9A%84%E6%A8%A1%E5%9E%8B.html</id>
<published>2020-06-17T11:18:54.000Z</published>
<updated>2020-07-08T02:54:42.586Z</updated>
<summary type="html">
<blockquote>
<p>times:2020/3/23<br>操作系统:win10<br>环境:python 3.6<br>因为我之前把所有内容写在一篇文章里非常的乱,所以本文主线是训练自己的 yolo.h5 去识别图像中的人,所有小细节的操作,我都在文中添加了链接,新手的话需要注意看一下。<br>// 有任何的问题都可以直接评论,还有资料的话直接留言邮箱,说明问题//<br>//也可以评论下加下微信询问//<br>大家一起加油学习yolo,之后我会再出一篇详细介绍yolo代码的文章<br>新创建的小小交流群:977947271 想要资料的也可以在群里要哦<br>2020/5/30:</p>
</blockquote>
<p>如果你是 yolo 小白,或者环境配置等一直报错,请先参阅上一篇博文:<a href="https://blog.csdn.net/qq_45504119/article/details/105033492" target="_blank" rel="noopener">keras-yolov3目标检测详解——适合新手</a> (环境配置、用官方权重识别自己的图片)</p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>python绝对兼容的库配置——机器学习</title>
<link href="https://squansh.top/python%E7%BB%9D%E5%AF%B9%E5%85%BC%E5%AE%B9%E7%9A%84%E5%BA%93%E9%85%8D%E7%BD%AE%E2%80%94%E2%80%94%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0.html"/>
<id>https://squansh.top/python%E7%BB%9D%E5%AF%B9%E5%85%BC%E5%AE%B9%E7%9A%84%E5%BA%93%E9%85%8D%E7%BD%AE%E2%80%94%E2%80%94%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0.html</id>
<published>2020-06-17T11:16:52.000Z</published>
<updated>2020-07-08T02:54:42.556Z</updated>
<summary type="html">
<p>先给大家推荐一个:<a href="https://docs.floydhub.com/guides/environments/" target="_blank" rel="noopener">深度学习环境兼容性配置</a></p>
<p>接下来记录一下我的 python 库的版本,以免以后我自己搞错了…</p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>labelimg使用方法:如何标注图片</title>
<link href="https://squansh.top/labelimg%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95%EF%BC%9A%E5%A6%82%E4%BD%95%E6%A0%87%E6%B3%A8%E5%9B%BE%E7%89%87.html"/>
<id>https://squansh.top/labelimg%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95%EF%BC%9A%E5%A6%82%E4%BD%95%E6%A0%87%E6%B3%A8%E5%9B%BE%E7%89%87.html</id>
<published>2020-06-17T11:11:38.000Z</published>
<updated>2020-07-08T02:54:42.556Z</updated>
<summary type="html">
<p>labelimg 是一款专门用于贴标签的软件</p>
<h2 id="如何下载-labelimg:"><a href="#如何下载-labelimg:" class="headerlink" title="如何下载 labelimg:"></a>如何下载 labelimg:</h2><p><strong>1、anaconda 中下载:</strong></p>
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">pip install -i https://pypi.tuna.tsinghua.edu.cn/simple labelimg</span><br></pre></td></tr></table></figure>
<p>因为我下载过了,所以显示:<code>Requirement already satisfied</code><br><img src="https://img-blog.csdnimg.cn/20200322230932469.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQ1NTA0MTE5,size_16,color_FFFFFF,t_70" alt="在这里插入图片描述"></p>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
<entry>
<title>教女友学会keras-yolov3目标检测详解——适合新手</title>
<link href="https://squansh.top/%E6%95%99%E5%A5%B3%E5%8F%8B%E5%AD%A6%E4%BC%9Akeras-yolov3%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B%E8%AF%A6%E8%A7%A3%E2%80%94%E2%80%94%E9%80%82%E5%90%88%E6%96%B0%E6%89%8B.html"/>
<id>https://squansh.top/%E6%95%99%E5%A5%B3%E5%8F%8B%E5%AD%A6%E4%BC%9Akeras-yolov3%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B%E8%AF%A6%E8%A7%A3%E2%80%94%E2%80%94%E9%80%82%E5%90%88%E6%96%B0%E6%89%8B.html</id>
<published>2020-06-17T11:09:25.000Z</published>
<updated>2020-07-08T02:54:42.586Z</updated>
<summary type="html">
<blockquote>
<p>现在网上能找到的博客我现在看起来很明白,虽然讲的很详细,但是对于几天前的我真的看不明白,因为新手会遇到各种各样毫无征兆的问题,所以我决定写一篇面向新手的如何去使用 yolo 和如何去做自己的数据集来训练属于自己的模型。因为我也是新手,所以不说原理,只谈操作方法。</p>
</blockquote>
<blockquote>
<p>2020/5/30:<br>近日每天都有十几个很明显的小号加群,而且有的大号进群竟然打广告和卖不良物品,经我和群友讨论后,加群需要1元钱,但是进群后我会将钱退还给大家,只是为了过滤一些不好的人。</p>
</blockquote>
<blockquote>
<p>因为东西很杂,我会把小东西分出去写,并且在本文中附上链接。</p>
</blockquote>
</summary>
<category term="python" scheme="https://squansh.top/categories/python/"/>
<category term="机器视觉" scheme="https://squansh.top/categories/python/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
<category term="python" scheme="https://squansh.top/tags/python/"/>
<category term="机器视觉" scheme="https://squansh.top/tags/%E6%9C%BA%E5%99%A8%E8%A7%86%E8%A7%89/"/>
</entry>
</feed>