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 阅读(46) 评论(0) 推荐(0)
摘要: enum InterpolationFlags{ /** nearest neighbor interpolation */ INTER_NEAREST = 0, /** bilinear interpolation */ INTER_LINEAR = 1, /** bicubic interpol 阅读全文
posted @ 2023-04-21 10:24 WenJXUST 阅读(39) 评论(0) 推荐(0)