上一页 1 2 3 4 5 6 ··· 10 下一页
  2023年8月4日
摘要: Ubuntu下完美切换Python版,即设置系统默认的python版本(亲测有效)_ubuntu 切换python版本_关彼得的博客-CSDN博客 sudo su update-alternatives --list python update-alternatives: error: no alt 阅读全文
posted @ 2023-08-04 09:33 WenJXUST 阅读(575) 评论(0) 推荐(0) 编辑
  2023年7月31日
摘要: E ValueError: Cannot reshape a tensor with 1843200 elements to shape [100,8] (800 elements) for 'Reshape_Reshape_8_32/Reshape_Reshape_8_32' (op: 'Resh 阅读全文
posted @ 2023-07-31 15:01 WenJXUST 阅读(51) 评论(0) 推荐(0) 编辑
  2023年7月26日
摘要: 1、赋值 cv::Mat t33 = (cv::Mat_<float>(1, 3) << 0.0f, 0.0f, 1.0f); 2、链接 cv::vconcat(r1, r2, R);//垂直方向来concat,cols要一致 cv::hconcat(r1, r2, R);//水平方向来concat 阅读全文
posted @ 2023-07-26 10:53 WenJXUST 阅读(4) 评论(0) 推荐(0) 编辑
  2023年7月10日
摘要: ncnn::Option dopt; dopt.num_threads = 4;// ncnn::get_big_cpu_count(); dopt.use_fp16_packed = false; dopt.use_fp16_storage = false; dopt.use_fp16_arith 阅读全文
posted @ 2023-07-10 17:34 WenJXUST 阅读(306) 评论(0) 推荐(0) 编辑
  2023年5月25日
摘要: 因为调用了C代码,加载C代码头文件 ***.h时记得加 extern "C" extern "C" { #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" } 阅读全文
posted @ 2023-05-25 10:48 WenJXUST 阅读(24) 评论(0) 推荐(0) 编辑
  2023年5月24日
摘要: Release n4.2.9 · FFmpeg/FFmpeg (github.com) 源码 Download FFmpeg 官网exe BtbN/FFmpeg-Builds (github.com) build,可以编译的,可以下载动态库,可以生成编译文件 阅读全文
posted @ 2023-05-24 11:54 WenJXUST 阅读(156) 评论(0) 推荐(0) 编辑
  2023年4月25日
摘要: find / -name galcore.ko fiind [路径] [选项] [查找内容】 正则 find / -name "*hand*" 阅读全文
posted @ 2023-04-25 16:55 WenJXUST 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(235) 评论(0) 推荐(0) 编辑
  2023年4月23日
摘要: export RKNN_LOG_LEVEL=5 阅读全文
posted @ 2023-04-23 09:49 WenJXUST 阅读(79) 评论(0) 推荐(0) 编辑
  2023年4月21日
摘要: 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 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页