摘要: 1 import cv2 2 import os 3 4 video_path = './video' 5 out_frame_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'frame_output') 6 if n 阅读全文
posted @ 2020-04-15 16:24 DJames23 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 求解常微分方程初值问题的欧拉方法及改进的欧拉方法的Python实现 阅读全文
posted @ 2020-03-27 18:35 DJames23 阅读(3243) 评论(0) 推荐(0) 编辑
摘要: 使用svm对乳腺癌进行预测 阅读全文
posted @ 2020-03-21 15:42 DJames23 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 1 import numpy as np 2 3 def non_max_suppress(predicts_dict, threshold=0.2): 4 """ 5 implement non-maximum supression on predict bounding boxes. 6 Arg 阅读全文
posted @ 2020-03-17 08:29 DJames23 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 可结合k-means聚类一起学习 参考博客: https://blog.csdn.net/qian99/article/details/79942591 https://zhuanlan.zhihu.com/p/31426458 https://www.cnblogs.com/wangguchang 阅读全文
posted @ 2020-03-16 21:51 DJames23 阅读(270) 评论(0) 推荐(0) 编辑
摘要: yolov2、v3使用kmeans聚类设置anchor 阅读全文
posted @ 2020-03-14 20:51 DJames23 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 《数值分析引论》-易大义,陈道琦 第七章作业 阅读全文
posted @ 2020-03-13 07:07 DJames23 阅读(895) 评论(0) 推荐(0) 编辑
摘要: 使用CNN进行车牌识别并搭建GUI 阅读全文
posted @ 2020-03-10 20:31 DJames23 阅读(5297) 评论(16) 推荐(1) 编辑
摘要: 使用YOLOv3对视频进行检测,视频来源是GTA5的官方预告片 阅读全文
posted @ 2020-03-10 15:32 DJames23 阅读(6929) 评论(1) 推荐(1) 编辑
摘要: 人脸识别实现 阅读全文
posted @ 2020-03-03 21:46 DJames23 阅读(1558) 评论(0) 推荐(0) 编辑