linux rv1126 查找某个文件命令 find
摘要:find / -name galcore.ko fiind [路径] [选项] [查找内容】 正则 find / -name "*hand*"
阅读全文
posted @
2023-04-25 16:55
WenJXUST
阅读(30)
推荐(0) 编辑
linux rv1126 查看内存使用情况 磁盘使用情况
摘要:0.top命令,47.1 表示占用 47.1% 0.717与前面的GiB对应,总共0.717GB运行内存 1、cat /proc/meminfo 内存映射文件 2、free -m 3、磁盘使用情况 df -h
阅读全文
posted @
2023-04-25 09:38
WenJXUST
阅读(280)
推荐(0) 编辑
rv1126 打印日志
摘要:export RKNN_LOG_LEVEL=5
阅读全文
posted @
2023-04-23 09:49
WenJXUST
阅读(84)
推荐(0) 编辑
linux makeAndCp 脚本编写执行 make 和 cp步骤
摘要:0、makeAndCp.txt*(每行对应一个操作) make cp rknn_personKp_demo /mnt/hgfs/shareFile1/rv1126/20221026 1、makeAndCp.sh #!/bin/bash while read line do echo "startW:
阅读全文
posted @
2023-04-21 16:01
WenJXUST
阅读(33)
推荐(0) 编辑
opencv 407 resize 类型
摘要:enum InterpolationFlags{ /** nearest neighbor interpolation */ INTER_NEAREST = 0, /** bilinear interpolation */ INTER_LINEAR = 1, /** bicubic interpol
阅读全文
posted @
2023-04-21 10:24
WenJXUST
阅读(23)
推荐(0) 编辑
linux cmake-gui安装
摘要:背景:因为windows下用的是cmake-gui,linux自己一直用的是命令行,在交叉编译opencv的时候想试下cmake-gui 0、 Tags · Kitware/CMake (github.com) cmake源码链接,下载cmake-xxxx.zip,解压; 1、参考:(8条消息) c
阅读全文
posted @
2023-04-20 15:14
WenJXUST
阅读(544)
推荐(0) 编辑
pdf转word github链接 python
摘要:python-fan/pdf2word: 60行代码实现多线程PDF转Word (github.com) 这个的pdf2docx不是最新版的pip 也安装不到最新版的,最新版在下面这个链接可以下载whl文件。 dothinking/pdf2docx: Open source Python libra
阅读全文
posted @
2023-04-20 15:00
WenJXUST
阅读(453)
推荐(0) 编辑