• 大小: 3.79M
    文件类型: .rar
    金币: 2
    下载: 2 次
    发布日期: 2021-01-30
  • 语言: Python
  • 标签:

资源简介

基于opencv的安全帽佩戴检测,开发语言采用python,自己训练的安全帽分类器。

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-
import threadpool
import threading
import time
import random
import Queue
import numpy as np
import cv2
import sys
import osshutil
import time
import datetime
from imutils.object_detection import non_max_suppression
from imutils import paths
import imutils   #安装库pip install imutils ;pip install --upgrade imutils更新版本大于v0.3.1
import threading
#import get_video_address
import copy
import hashlib

from imutils.video import FileVideoStream
from imutils.video import VideoStream

class bug_rect_info:
    def __init__(selfxywh):
        self.x = x
        self.y = y
        self.w = w
        self.h = h
        self.count = 1

class people_detect:

    def __init__(self):

        #已经训练好的分类器,检测佩戴安全头的人员
        self.face_cascade = cv2

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3998948  2018-07-17 18:16  test01.ts

     文件     219097  2018-07-14 05:00  cascade-v2.5.xml

     文件      10593  2018-07-24 10:45  safety_hat_detect2.py

----------- ---------  ---------- -----  ----

              4228638                    3


评论

共有 条评论