上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 95 下一页
摘要: Mat kernel = (Mat_<char>(3, 3) << 0, -1, 0, -1, 5, -1, 0, -1, 0); filter2D(img1, img2, img1.depth(), kernel); 阅读全文
posted @ 2018-09-20 13:55 西北逍遥 阅读(191) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace cv;using namespace std; int main(int argc,char** argv) { Mat img1, img2,img3,img1_1; 阅读全文
posted @ 2018-09-19 17:28 西北逍遥 阅读(3474) 评论(0) 推荐(0) 编辑
摘要: 安装 Anaconda3 Tensorflow-cpu python3tensorflow 1.4.1+opencv3, protobuf, python3-tk (flappbird) luo@luo-ThinkPad-W540:OpenPose$ (flappbird) luo@luo-Thin 阅读全文
posted @ 2018-09-19 17:05 西北逍遥 阅读(3303) 评论(0) 推荐(0) 编辑
摘要: 1、Mask_RCNN 2、openpose 3、AlphaPose 4、Kinect 阅读全文
posted @ 2018-09-19 15:50 西北逍遥 阅读(3332) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; /***opencv自带的掩膜操作API*/int test2(){ Mat img1, img2, img3; img1 阅读全文
posted @ 2018-09-18 15:51 西北逍遥 阅读(247) 评论(0) 推荐(0) 编辑
摘要: #https://www.tensorflow.org/install/install_linux#ValidateYourInstallation #https://github.com/MVIG-SJTU/AlphaPose #https://github.com/torch/distro gb 阅读全文
posted @ 2018-09-17 12:12 西北逍遥 阅读(1381) 评论(0) 推荐(0) 编辑
摘要: ###################librealsense and Mask_RCNNcd RealSennse/librealsense2018091501/librealsense/wrappers/python/buildpy091601python2 tools/test20180916 阅读全文
posted @ 2018-09-17 09:13 西北逍遥 阅读(331) 评论(0) 推荐(0) 编辑
摘要: gbt@gbt-Precision-7720:~$ gbt@gbt-Precision-7720:~$ cd Anacondagbt@gbt-Precision-7720:~/Anaconda$ gbt@gbt-Precision-7720:~/Anaconda$ lsAnaconda2 Anaco 阅读全文
posted @ 2018-09-15 21:41 西北逍遥 阅读(2672) 评论(0) 推荐(0) 编辑
摘要: cd DETECTRON/detectron/ python2 tools/infer_simple_ip_camera.py \ --cfg configs/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml \ --output-dir ./det 阅读全文
posted @ 2018-09-15 19:38 西北逍遥 阅读(621) 评论(0) 推荐(0) 编辑
摘要: import cv2# COCO Class names#For human pose task We just use "BG" and "person"class_names = ['BG', 'person']# Load a random image from the images fold 阅读全文
posted @ 2018-09-13 15:53 西北逍遥 阅读(438) 评论(0) 推荐(0) 编辑
摘要: #############MaskRCNNcource activate flappbirdcd /home/luo/Desktop/MyFile/MaskRCNN/MyOwnMaskRCNN1/samples/test1python cameracheck3.pysource deactivate 阅读全文
posted @ 2018-09-12 09:41 西北逍遥 阅读(659) 评论(0) 推荐(0) 编辑
摘要: (AlphaPose20180911) luo@luo-ThinkPad-W540:AlphaPose$ ./run.sh --indir examples/demo/ --outdir examples/results/ --vis0generating bbox from Faster RCNN 阅读全文
posted @ 2018-09-11 21:28 西北逍遥 阅读(722) 评论(0) 推荐(0) 编辑
摘要: luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ sudo apt install libreadline-devReading package li 阅读全文
posted @ 2018-09-11 17:29 西北逍遥 阅读(1985) 评论(0) 推荐(0) 编辑
摘要: #os.chdir("/deepmatching")os.chdir(os.path.dirname(os.path.abspath("deepmatching1"))) (AlphaPose20180911) luo@luo-ThinkPad-W540:PoseFlow$ (AlphaPose20 阅读全文
posted @ 2018-09-11 17:13 西北逍遥 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/heiheiya/article/details/81111932 https://blog.csdn.net/c20081052/article/details/80745969 打开 model.py,找到load_weights 函数,大概在 阅读全文
posted @ 2018-09-10 12:42 西北逍遥 阅读(2864) 评论(1) 推荐(1) 编辑
摘要: 参考: https://blog.csdn.net/chixia1785/article/details/80040172 https://blog.csdn.net/gxiaoyaya/article/details/78363391 Mask_RCNN用COCO数据集训练需要用到pycocoto 阅读全文
posted @ 2018-09-10 10:52 西北逍遥 阅读(9295) 评论(1) 推荐(0) 编辑
摘要: 1、下载kinect SDK ( Kinect for Windows SDK 2.0 Kinect for Windows SDK 2.0 ): https://www.microsoft.com/en-us/download/details.aspx?id=44561 下载以后直接安装,注意,必 阅读全文
posted @ 2018-09-09 12:17 西北逍遥 阅读(390) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ildoonet/tf-pose-estimation 阅读全文
posted @ 2018-09-08 15:37 西北逍遥 阅读(953) 评论(0) 推荐(0) 编辑
摘要: conda create -n AlphaPose2018 python=2.7Solving environment: done ==> WARNING: A newer version of conda exists. <== current version: 4.4.10 latest ver 阅读全文
posted @ 2018-09-08 14:08 西北逍遥 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: Loading YOLO model../home/luo/.local/lib/python3.6/site-packages/torch/cuda/__init__.py:116: UserWarning: Found GPU0 Quadro K2100M which is of cuda ca 阅读全文
posted @ 2018-09-07 21:45 西北逍遥 阅读(2065) 评论(0) 推荐(0) 编辑
摘要: https://github.com/MVIG-SJTU/AlphaPose/tree/pytorch News! This pytorch version of AlphaPose runs at 20 fps on COCO validation set (4.6 people per imag 阅读全文
posted @ 2018-09-07 21:28 西北逍遥 阅读(394) 评论(0) 推荐(0) 编辑
摘要: #include <time.h> char pStrPath1[20];time_t currTime;struct tm *mt;Mat saveImg1; currTime = time(NULL);mt = localtime(&currTime);/*根据日期生成文件名*/sprintf( 阅读全文
posted @ 2018-09-06 17:16 西北逍遥 阅读(2925) 评论(0) 推荐(0) 编辑
摘要: html1="""<!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head> <meta charset="utf-8" /> <title>我的第一个网页</title> <meta name="genera 阅读全文
posted @ 2018-09-01 17:28 西北逍遥 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 在安装完之后,迫不及待创建第一个Qt demo 阅读全文
posted @ 2018-08-31 17:17 西北逍遥 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/kelay06/article/details/60870138 https://blog.csdn.net/itmr_liu/article/details/80851266 Mysql5.7插入中文乱码,通过在命令行修改发现不行,每次数据库重启 阅读全文
posted @ 2018-08-31 16:27 西北逍遥 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Tensorflow Mask-RCNN训练识别箱子的模型 阅读全文
posted @ 2018-08-29 14:34 西北逍遥 阅读(1493) 评论(4) 推荐(1) 编辑
摘要: 发现最新版的eclipse竟然没有tomcat配置项,可能是因为spring boot很火,所以server默认就不包含tomcat,需要手动安装组件, Version: Photon Release (4.8.0) 参考博文:http://www.cnblogs.com/mazhiyong/p/9 阅读全文
posted @ 2018-08-28 15:36 西北逍遥 阅读(3229) 评论(1) 推荐(1) 编辑
摘要: 最近用Mask_RCNN训练模型,下面几篇文章提供了不少帮助,汇总出来,方便以后查找,并向几位博主老师表示感谢 https://blog.csdn.net/qq_29462849/article/details/81037343 https://blog.csdn.net/disiwei1012/a 阅读全文
posted @ 2018-08-20 18:44 西北逍遥 阅读(3915) 评论(0) 推荐(0) 编辑
摘要: 数据集目录结构(在train_data目录下): pic目录下的部分图片: cv2_mask目录下部分图片: json目录下部分文件: labelme_json目录下部分文件: #############代码块一############## import osimport sysimport ran 阅读全文
posted @ 2018-08-20 16:11 西北逍遥 阅读(2226) 评论(6) 推荐(0) 编辑
摘要: 调用训练的模型,加载测试集,发现测试效果并不理想,所以,需要调整训练参数,继续训练模型 阅读全文
posted @ 2018-08-19 17:41 西北逍遥 阅读(2075) 评论(0) 推荐(0) 编辑
上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 95 下一页