@ fibjs / detect-port 端口检测器JavaScript实现 安装 $ npm i @fibjs/detect-port --save 用法 const detectPort = require ( '@fibjs/detect-port' ) ; const availablePort = detectPort ( ) ; 或者 const detectPort = require ( '@fibjs/detect-port' ) ; const port = 3000 ; const availablePort = detectPort ( port ) ; if ( availablePort === port ) { console . log ( `port ${ port } is available!` ) ; } else { console
2021-05-12 10:03:18 4KB port detector fibjs detect-port
1
SSD:Single Shot MultiBox Detector 英文原文和中文翻译版,希望对大家有帮助
2021-05-05 22:38:55 3.07MB 目标检测SSD
1
A BPSK-QPSK Timing-Error Detector for Sampled Receivers
2021-04-30 10:13:39 667KB Gardner
1
进行人脸检测时,需要读取deploy.prototxt文件,在Github上使用RAW的方式下载已经行不通了,这是使用SVN下载的face_detector文件夹
2021-04-28 19:13:31 44KB deploy.prototxt face_detector OpenCV DNN模块
1
运行download_weights.py时无法自动下载DNN(opencv)人脸检测模型。所以单独到网站上历经千辛万苦下载得到。
2021-04-26 20:25:23 2.94MB DNN人脸识别所需模型 Caffe TensorFlow
1
如题,最新版的unity人脸关键点检测插件,值得拥有。 unity Dlib FaceLandmark Detector 1.2.8最新版插件,支持人脸关键点检测 unity Dlib FaceLandmark Detector 1.2.8最新版插件,支持人脸关键点检测
2021-04-23 19:14:37 171.89MB 人脸检测 unity 关键点检测
1
检测器 基于异常的入侵检测系统。 A-Detector是开发用于自动分析大型数据框中的网络异常的软件。 借助一系列算法,A-Detector可以检测异常数据并将其显示在动态图形中。 在以下位置查看更多信息: :
2021-04-13 15:37:24 127.35MB python jquery flask security
1
打开CV对象检测器 检测Open CV AI可以检测到的对象(例如:人,汽车,动物等)确保OpenCV已下载到编译器中! 如何使用 运行程序,按q退出。如果不在笔记本电脑上,则将第4行更改为:cap = cv2.VideoCapture(1)
2021-04-12 13:16:52 11.73MB Python
1
本资源是本人翻译的Single Shot MultiBox Detector的一文,出自于2016年,主要内容是完成行人重识别的网络构建,不仅提高了识别准确率,并且提高了是别的速度。其中,作者的一些设计思路很有启发。
2021-04-09 16:06:47 1.63MB 论文翻译 SSD 行人重识别 深度学习
1
data_convert_hollywood.py
2021-04-06 21:04:17 4KB python detector
1