ICode9

精准搜索请尝试: 精确搜索
  • ping2022-09-11 22:30:13

    import os,threading ip=input('请输入要检测的ip:').strip().split('.')[0:3] ip='.'.join(ip) def detect(i): address=ip+'.%s'%i res=os.popen('ping -n 2 %s '%address) res=''.join(res) if re

  • yolov5 原码讲解笔记 —— detect.py2022-08-10 17:36:58

    yolov5 在目标检测中占有非常重要的地位,在工业界,也是最受欢迎的目标检测架构之一。 yolov5 原码地址:https://github.com/ultralytics/yolov5 本机环境:windows10,CPU 跑模型 其中 detect.py 代码是检测代码,你可以直接跑这个代码看 yolov5 模型的效果,其中yolov5准备了2张图片 bus.jpg

  • R语言中 str_detect函数2022-08-03 06:31:46

      str_detect函数属于tidyverse包中函数, 功能类似于grepl函数。   001、 str1 <- c("xx", "yy", "zz", "xx", "pp", "xx") str1 grepl("xx", str1) str_detect("xx", str1)  

  • use js to detect real user click event All In One2022-07-08 01:00:57

    use js to detect real user click event All In One 使用 js 检测真实的用户点击事件 All In One <button id="btn" class="btn">Subscribe</button> <script> btn.addEventListener('click', (event) => { console.log(&#

  • Python“预警机”2022-07-05 12:36:43

    比如考研时候,总是要关注学校通知,有时间就要去官网看看。所以为了解决这个问题,简单写了这个程序: 每5分钟检测探测一次; 如果有“事件”发生,则自动给邮箱发邮件提醒; 根据此功能,抽象的称为“预警机”。 主要结构 根据这个结构,主要修改detect() 就可方便的写出针对不同事件的“预警

  • detect sandboxie2022-05-24 13:35:26

    出于对sandboxie的兴趣,研究了一下sandboxie实现机制,再回到sandboxie detect这个大众话题,想了几个新的猥琐方式来检测sandboxie。 1) check_1 利用sandboxie创建的WindowStation 2) check_2 sandboxie对窗口的重命名 (实际上不仅仅是窗口,api前后设置/获取不一致都可以) 3) check_3 sandb

  • Yolov5 口罩检测 pyqt5 Demo2022-03-20 13:32:16

    代码地址: https://github.com/ColinFred/yolov5_mask_video_detect 可以检测图片、视频、摄像头 运行 main_windows.py

  • Opencv Q&A_32022-03-07 21:01:46

    2022/03/07 基于opencv实现的物体识别   准备工作 使用的是训练好的模型,需提前准备好: 配置文件:ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt 配重文件:frozen_inference_graph.pb coco数据集的标注文件:coco.names https://github.com/Fafa-DL/Opencv-project/tree/main/CVZone/0

  • VIM3开发(4)项目应用2022-02-16 23:31:07

        https://docs.khadas.com/linux/vim3/RSTPCamera.html      https://docs.khadas.com/linux/vim3/NPUPrebuiltUsage.html         安装 OpenCV4   sudo apt install libopencv-dev python3-opencv    获取 NPU 演示 板子上默认没有安装 NPU Demo。你需要先从

  • A Sweet Rabbit Hole by DARCY: Using Honeypots to Detect Universal Trigger's Adversarial Attacks2022-01-31 19:00:40

    一、总览 攻击名称:Universal trigger(UNITrigger)是一个种有效的对抗样本攻击方法。 攻击方式:利用学习机制,生成一个固定的短语,添加到良性输入,以此降低near zero on a target class的准确率。 文章提出的防御方法:从网络安全的community中我们引入“蜜罐”内容,并提出了了DARCY。一

  • 榕树贷款直接运行detect_logical.py(榕树贷款)2022-01-27 15:02:31

    榕树贷款环境与相关文件配置: 榕树贷款按照 ult-yolov5 中requirement的要求配置环境,自行安装PyQt5,注意都需要在一个evn环境中进行安装与配置 下载或训练一个模型,将“.pt”文件放到weights文件夹,(权重文件可以自己选,程序默认打开weights文件夹) 当前榕树贷款设置的为cpu运行模式,无

  • 将Yolov5的detect.py修改为可以直接调用的函数2022-01-25 13:36:35

    前几天学习了Yolov5,当我想实际将Yolov5实际运用的时候却不知道怎么办了 然后我决定对Yolov5的detect.py修改为可以直接调用的函数 因为我只需要识别图片,所以我将detect.py修改为只要传入一张图片他就可以返回坐标 ps:我这里用的是Yolov5(6.0版本) # Copyright (c) 2022 guluC #QQ:25

  • [YOLO专题-8]:YOLO V5 - ultralytics/yolov5代码的快速启动2022-01-01 11:03:42

    作者主页(文火冰糖的硅基工坊):文火冰糖(王文兵)的博客_文火冰糖的硅基工坊_CSDN博客 本文网址:  目录 第1步:官方文档入口 第2步:前提条件与要求 第3步:安装代码到本地环境 第4步:在云环境运行YOLO V5 (可忽略) 第5步骤:命令行下使用YOLO V5代码进行预测或目标检测 5.1 命令概述 5.2 对

  • LINUX MALWARE DETECT2021-12-30 17:35:35

    https://www.rfxn.com/projects/linux-malware-detect/ Current Release:http://www.rfxn.com/downloads/maldetect-current.tar.gzhttp://www.rfxn.com/appdocs/README.maldetecthttp://www.rfxn.com/appdocs/CHANGELOG.maldetect DescriptionLinux Malware Detect (LMD) is

  • [Open Source]基于YOLOv3与Django框架的Web应用-YOLOv3_Detect_Web2021-12-29 12:37:18

    YOLOv3_Detect_Web Use Yolov3 detect on Web 使用 YOLOv3(PyTorch 和 Django 实现)的对象检测应用程序。 网页和 REST API由Django Web框架实现。 1. Introduction 介绍 1.1 概述 这是一个使用 YOLOv3 提供对象检测并生成 REST API 的 Web 应用程序。 它是使用 Django 框架和 PyT

  • 520. Detect Capital2021-11-21 22:31:27

    /** 520. Detect Capital https://leetcode.com/problems/detect-capital/ We define the usage of capitals in a word to be right when one of the following cases holds: 1. All letters in this word are capitals, like "USA". 2. All letters in this word

  • 玩一玩yolo目标检测2021-11-21 18:33:51

    yolo是一个非常流行的计算机视觉目标检测框架,适合于精度要求不高但实时性非常高的场合,比如马路口的人流车流识别。现在最新版v6刚刚发布,本例还是使用v5。由于yolov5是依赖于pytorch的,还用到opencv,所以这两个环境需要提前搭建好,然后就可以直接使用yolo了。yolov5的github地址:https:

  • 11月开发总结2021-11-15 11:58:57

    11.12 头文件中不要加任何命名空间,会存在很多重定义问题 11.13 surf特征点提取写法 cv::Ptr<cv::xfeatures2d::SurfFeatureDetector> surfDetector = cv::xfeatures2d::SurfFeatureDetector::create(10); surfDetector->detect(center_img, tmp_center); surfDetector->detec

  • 论文学习:A Hybrid Analysis to Detect Java Serialisation Vulnerabilities(IEEE‘20)2021-11-08 21:02:56

    IEEE/ACM自动化软件工程国际会议(ASE) INTRODUCTION         Java的序列化是一个有问题的功能:当对象的内部在序列化流反序列化中公开时,可能会出现格式错误的对象,这可能会触发使用输入流中的数据执行非预期代码。而在广泛使用的Java libraries(Groovy和Apache Commons Col

  • one of the variables needed for gradient :.....with torch.autograd.set_detect_anomaly(True).2021-11-07 15:59:18

    一个很神奇的错误: RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [16, 8, 1024]], which is output 0 of LeakyReluBackward1, is at version 2; expected version 1 instead. H

  • Linux mmc驱动框架(3)——host驱动初始化2021-11-03 11:34:06

    Linux mmc驱动框架 Host驱动设备树Host驱动 platform_driver数据结构控制器驱动初始化函数 `sunxi_mmc_probe->mmc_add_host``sunxi_mmc_probe->mmc_add_host->mmc_start_host``sunxi_mmc_probe->mmc_add_host->mmc_start_host-> _mmc_detect_change``sunxi_mmc_probe

  • Meta-Learning to Detect Rare Objects (2019 ICCV)2021-10-21 21:00:12

    1. 出处 2021 ICCV 卡耐基梅隆大学 2. 问题 当前对于小样本学习的研究主要关注小样本分类问题,小样本检测具有挑战而且尚未被探索。也有一些researcher将小样本分类方法用于小样本检测,但效果不够理想。 3. 解决方案 提出了一个基于元学习的框架,能够同时解决小样本分类和定位问

  • OpenCV图像处理--EasyPR中文开源车牌识别系统2021-10-16 23:59:49

    什么是EasyPr EasyPR是一个中文的开源车牌识别系统,其目标是成为一个简单、高效、准确的车牌识别引擎。相比于其他的车牌识别系统,EasyPR有如下特点: 它基于openCV这个开源库,这意味着所有它的代码都可以轻易的获取。它能够识别中文,例如车牌为苏EUK722的图片,它可以准确地输出std:

  • 「解决」RuntimeError: Couldn‘t detect Bash version, shell completion is not supported2021-10-01 09:32:03

    这个问题发生在激活 idf 环境的时候,环境正常激活了,但也报出了这一串异常。 $ get_idf Setting IDF_PATH to '/opt/esp-idf' Detecting the Python interpreter Checking "python" ... Python 3.9.7 "python" has been detected Adding ESP-IDF tools to PATH... Using Python

  • Object detect2021-08-06 16:00:45

    R-CNN Fast R-CNN Faster R-CNN

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有