GithubHelp home page GithubHelp logo

happen-devkit's Introduction

happen-devkit

记录工作中一些实用的开发工具和设计模式

1. network programming

1.1. detection_socket

使用socket通信完成简单的目标检测流程数据传输

  • 语言: cpp/python
  • 结构:
    • server: 接受视频流或者图像文件,返回检测结果
    • client: 发送视频流或者图像文件,接受检查结果

2. multi-thread programming

2.1. producer-consumer

使用生产者消费者模型完多路视频流的处理

  • 语言: cpp/python
  • 特性:
    • producer: 解析视频流并做预处理
    • consumer: 从共享内存中取出视频帧做后续处理
    • dropped: 目前只实现了不丢帧的处理流程适用于本地视频流,网络视频流通常需要丢帧处理

happen-devkit's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.