码迷,mamicode.com
首页 >  
搜索关键字:bad argument setup    ( 9442个结果
PaddleDetection 导出PP-YOLO 类型模型时报错AssertionError: Bad argument number for Assign: 2, expecting 3 解决记录
详细报错记录: paddle_38) ziyueshijue@ziyueshijue-desktop:~/work/cppwork/padleDemo/model/PaddleDetection$ python tools/export_model.py -c configs/ppyolo/ppyo ...
分类:其他好文   时间:2021-07-01 16:23:33    阅读次数:0
pytest测试夹具(fixture)简介
Fixture是pytest精髓所在,就像unittest中的setup和teardown一样,但相对之下它的功能更加强大和灵活。 ...
分类:其他好文   时间:2021-06-29 15:30:17    阅读次数:0
Python turtle安装和使用教程
1 安装turtle Python2安装命令: pip install turtule Python3安装命令: pip3 install turtle 因为turtle库主要是在Python2中使用的,所以安装的时候可能会提示错误: Command "python setup.py egg_inf ...
分类:编程语言   时间:2021-06-28 19:11:31    阅读次数:0
vue3+ts setup 基本使用
最近跟着技术胖学习了vue3 和 typescript 记录一下自己的学习过程 现在写一个简单的菜单选择功能 1 <template> 2 <div class="hello"> 3 <div> 4 <h2>欢迎光临呱呱的小店</h2> 5 <div>请选择你喜欢的服务员</div> 6 </div ...
分类:其他好文   时间:2021-06-28 18:26:24    阅读次数:0
NVM for Windows下载与安装
NVM for Windows下载与安装 下载NVM for Windows https://github.com/coreybutler/nvm-windows/releases nvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置 nvm-setup.zip:这是一个 ...
分类:Windows程序   时间:2021-06-28 18:00:13    阅读次数:0
红队绕过日志检查
命令:wevtutil cl 日志类型 wevtutil cl security wevtutil cl Setup wevtutil cl System wevtutil cl Aplication wevtutil cl Forwarded Events 使用Phantom 工具 该脚本遍历事件 ...
分类:其他好文   时间:2021-06-28 17:55:05    阅读次数:0
linux限制文件夹大小
1、创建磁盘镜像文件 dd if= /dev/zero of=/xxx/xxx.img bs=xxxM count=xxx 2、挂载到dev losetup /dev/loopx(自定义一个loop 如 loop1、loop2) /xxx/xxx.img (刚才那个文件) 3、格式化一下挂载的loo ...
分类:系统相关   时间:2021-06-24 18:15:53    阅读次数:0
jenkins部署vue项目
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:其他好文   时间:2021-06-23 17:07:38    阅读次数:0
stgw/1.3.12.4_1.13.5
腾讯qq页面502 502 Bad Gateway stgw/1.3.12.4_1.13.5 文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。 _______________________________________________________________________ ...
分类:其他好文   时间:2021-06-22 18:12:30    阅读次数:0
MoveIt!运动学插件IKFAST(六)
一、MoveIt!运动学插件IKFAST 引言:MoveIt!中的运动学求解器 1.KDL Kinematics and Dynamics Library (KDL)是MoveIt!中的默认运动学插件,在使用MoveIt! Setup Assistant进行模型配置时,可以进行配置。KDL的优点是可 ...
分类:其他好文   时间:2021-06-22 18:04:32    阅读次数:0
9442条   上一页 1 2 3 4 ... 945 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!