-
# SignProcessorDemo.exe
这个 exe 有三个功能,主要是用已经训练好的模型来预测(predict)。
## 功能 1,判别单张图片
加载一个图片,如果判定是一个路牌,用淡蓝色显示“Sign (pos)”:
![](http://whudoc.qiniudn.com/2016/SignProcessorDemo_2016-07-31_16-18-06.png)
如果不…
-
```
Hello, in a previous issue post you said you would welcome any suggestions for
fbzx and so I have put together my thoughts on this here, which I will not be
in the least bit offended by if you t…
-
Why is not possible to use
-TZXduinbio 1.18
-Nano New Boot
use
OLED XL display? (its menu item is not highlighted)
-
Search local files
-
It seems likely that the same routines were reused from castle master. So I'm wondering how difficult will be to map the ones we have into a disassembly of the Castle Master for ZX. I personally do no…
-
## Git Bash
Git Bash for windows 是必装的,参考我的博客:[Git、GitHub 和 Windows#下载 Git for Windows
](http://tangzx.qiniudn.com/post-0044-git-github-notes.html#%E4%B8%8B%E8%BD%BD-git-for-windows)。
## ConEmu
[ConE…
-
Is it possible to support TRS-80 CAS files? Not TRS Color ones, the TRS-80 seems to be 250/500/1500 bauds.
Examples https://www.classic-computers.org.nz/system-80/software_cassette_archive.htm
-
```
Hello, in a previous issue post you said you would welcome any suggestions for
fbzx and so I have put together my thoughts on this here, which I will not be
in the least bit offended by if you t…
-
## 脚本
可以把当前文件夹下所有文件拍扁然后拷贝到当前目录:
```
find * -type f | sed -e "p;s/\//____/g;" | sed -e "s/^/\"/" -e "s/$/\"/" | xargs -n2 cp
```
也可以指定文件夹:
```
find __DIR_NAME__ -type f | sed -e "p;s/\//…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
When selecting HDFS…