ramlife

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页

2021年2月5日

摘要: 参考: https://ai.googleblog.com/2018/04/mobilenetv2-next-generation-of-on.html https://heartbeat.fritz.ai/real-time-object-detection-using-ssd-mobilenet 阅读全文
posted @ 2021-02-05 19:15 ramlife 阅读(496) 评论(0) 推荐(1) 编辑

2021年1月28日

摘要: 1. 交流沟通使用金字塔结构,会更加容易。 各个主题之间只有纵向(向上或向下)和横向的关系,从最上面的总的思想向下进行细分。 2. 结构 2.1 纵向关系 通过纵向关系,可以引导文章形成 “疑问--回答” 式的对话。每一个方框就时一个思想,读者对这个思想产生的疑问在下一层中进行解答,并引出新的疑问, 阅读全文
posted @ 2021-01-28 20:39 ramlife 阅读(495) 评论(0) 推荐(0) 编辑

摘要: 1. 首先使用命令 ssh-keygen -t rsa -C "your_email@example.com" -f ~/.ssh/github_id_rsa 来生成 github 的密钥。就是 github_id_rsa 和 github_id_rsa.pub 2. 创建或者修改 config 文 阅读全文
posted @ 2021-01-28 13:52 ramlife 阅读(82) 评论(0) 推荐(0) 编辑

2021年1月22日

摘要: 1. 先 git clone tensorflow 的仓库,可以在 github 也可以在 gitee, gitee 会比 github 慢一天左右。但是下载速度快多了。 git clone https://github.com/tensorflow/tensorflow.git git clone 阅读全文
posted @ 2021-01-22 16:28 ramlife 阅读(1336) 评论(3) 推荐(0) 编辑

摘要: 1. 如果不用虚拟环境,那么只需要在 类似于 https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp36-cp36m-linux_aarch64.whl 这个地址下载相应的文件,然后 pip3 install ~/Downlo 阅读全文
posted @ 2021-01-22 15:17 ramlife 阅读(399) 评论(0) 推荐(0) 编辑

2020年12月31日

摘要: 参考: https://blog.csdn.net/hunanchenxingyu/article/details/47003279 阅读全文
posted @ 2020-12-31 17:37 ramlife 阅读(74) 评论(0) 推荐(0) 编辑

摘要: #1. shell 单行注释使用 “#” 就可以了,多行注释: :<<EOF EOF 这个 EOF 可以换成其他,都可以,只要上下能够对应就可以。 参考:https://blog.csdn.net/lansesl2008/article/details/20558369 https://blog.c 阅读全文
posted @ 2020-12-31 17:21 ramlife 阅读(107) 评论(0) 推荐(0) 编辑

2020年12月22日

摘要: 今天碰到一个情况,分辨率太大,导致左下角的菜单显示不出来,无法调整分辨率。 cd /usr/share/applications sudo lxrandr 就可以运行分辨率设置的程序了。 阅读全文
posted @ 2020-12-22 16:31 ramlife 阅读(634) 评论(0) 推荐(0) 编辑

2020年12月15日

摘要: 1. pcm 是 ADC 直接采集到的数据。 2. frame,帧,指的是对所有声道进行一次 ADC 转换得到数据。 3. frame size,指的是一帧 包含的字节数。 如果是单声道,8bit adc,那么就是 1 * 8 / 8 = 1. 如果是8声道,16bit adc,那么就是 8 * 1 阅读全文
posted @ 2020-12-15 14:19 ramlife 阅读(1842) 评论(0) 推荐(0) 编辑

2020年12月14日

摘要: python 中 需要使用 messagequeue 需要 import posix_ipc,然后才能用。 python 版本的 messagequeue 是对 C 版本的封装。 具体参考: http://semanchuk.com/philip/posix_ipc/#message_queue 阅读全文
posted @ 2020-12-14 11:34 ramlife 阅读(158) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页