随笔分类 -  computer vision

摘要:(1)Go to http://vision.middlebury.edu/flow/submit/ and download "flow-code.zip" (2)解压 (3)cd imageLib (4)make (5)cd .. (6)./colortest 10 colors.png (7) 阅读全文
posted @ 2019-01-10 11:11 wuxinyi 阅读(567) 评论(0) 推荐(0)
摘要:1. def vis_detections(im, class_name, dets, thresh=0.5) ; // im是测试图片; // class_name是类别名称,定义在CLASSES中; // dets是非极大值抑制后得到的bbox和score的数组; // thresh是score 阅读全文
posted @ 2018-05-29 16:07 wuxinyi 阅读(162) 评论(0) 推荐(0)