摘要: pytorch离线安装,libtorch安装,验证安装结果。 阅读全文
posted @ 2020-12-16 16:20 菠萝超级酸 阅读(5192) 评论(0) 推荐(0)
摘要: 解决方法:安装相应的库。 sudo apt-get install freeglut3 freeglut3-dev 阅读全文
posted @ 2020-07-11 10:20 菠萝超级酸 阅读(317) 评论(0) 推荐(0)
摘要: SVO,ubuntu1804,ros melodic 阅读全文
posted @ 2020-07-08 14:51 菠萝超级酸 阅读(969) 评论(0) 推荐(1)
摘要: 玉米粒计数并显示优劣 阅读全文
posted @ 2020-07-04 21:42 菠萝超级酸 阅读(864) 评论(0) 推荐(0)
摘要: yolo4添加置信度和计数显示在检测结果图片上 阅读全文
posted @ 2020-06-30 15:14 菠萝超级酸 阅读(2490) 评论(1) 推荐(0)
摘要: YOLOv4代码下载:https://github.com/AlexeyAB/darknet或者终端输入 git clone https://github.com/AlexeyAB/darknet.git 其实怎么训练自己的模型在上面的网址中已经介绍的很清楚了,认真的一步步下来是肯定没问题的,下面的 阅读全文
posted @ 2020-06-30 14:46 菠萝超级酸 阅读(2647) 评论(3) 推荐(0)
摘要: opencv_contrib提供了一些比较新或者说还不够成熟的函数(或者有专利),因为不够稳定所以没有加入到opencv中,但也有人要用到,所以就创建了这个项目。 安装之前要先安装依赖库,在终端输入一下命令: sudo apt-get install build-essential sudo apt 阅读全文
posted @ 2020-06-29 14:48 菠萝超级酸 阅读(988) 评论(0) 推荐(0)
摘要: 说在最前面,tensorflow-gpu的安装使用最重要的就是版本要对应,不然会出现很多错误,仔细看清楚代码要求的版本,安装对应的cuda和cudnn版本才能运行。可以看下图 要求: pip 19.0及以上 python3.5~3.7 查看版本命令,终端输入 python3 --version pi 阅读全文
posted @ 2020-06-20 21:43 菠萝超级酸 阅读(453) 评论(0) 推荐(0)
摘要: 出现错误:if you are on Ubuntu or Debian ,install libgtk2.0-dev and pkg-config,then re-run cmake or configure script in function ‘cvNamedWindow’ 解决:重新用pip安 阅读全文
posted @ 2020-06-20 18:47 菠萝超级酸 阅读(448) 评论(0) 推荐(0)
摘要: C++继承与派生,virtual关键字使用,派生中的二义性问题及解决,派生类的构造和析构函数使用 阅读全文
posted @ 2020-03-31 19:36 菠萝超级酸 阅读(404) 评论(0) 推荐(0)