All Projects → Kestrong → capture_reid

Kestrong / capture_reid

Licence: Apache-2.0 license
可基于摄像头实时监控或录制的视频或静态图片进行行人检测(lffd)/跟踪(deep sort)和行人重识别(reid)。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to capture reid

Content Security Policy.com
Source code for the content-security-policy.com website
Stars: ✭ 148 (+70.11%)
Mutual labels:  csp
AspNetCore6Experiments
ASP.NET Core Blazor BFF with Azure AD and Razor page
Stars: ✭ 43 (-50.57%)
Mutual labels:  csp
es-feature-detection
ECMAScript feature and API detection
Stars: ✭ 16 (-81.61%)
Mutual labels:  detect
Sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Stars: ✭ 172 (+97.7%)
Mutual labels:  csp
understand videobased reid
关于video_reid代码的注释,原始代码地址
Stars: ✭ 50 (-42.53%)
Mutual labels:  reid
BTSpotifyGeeklet
Geeklet for Spotify player, shows track info and artwork
Stars: ✭ 12 (-86.21%)
Mutual labels:  track
Asynquence
Asynchronous flow control (promises, generators, observables, CSP, etc)
Stars: ✭ 1,737 (+1896.55%)
Mutual labels:  csp
PanicTrigger
An app for emergency situation
Stars: ✭ 19 (-78.16%)
Mutual labels:  track
cb-tumblebug
Cloud-Barista Multi-Cloud Infra Management Framework
Stars: ✭ 33 (-62.07%)
Mutual labels:  csp
go-csp-collector
A CSP collector written in Golang
Stars: ✭ 74 (-14.94%)
Mutual labels:  csp
Javasecurity
Java web and command line applications demonstrating various security topics
Stars: ✭ 182 (+109.2%)
Mutual labels:  csp
triplet-reid-pytorch
My implementation of the paper [In Defense of the Triplet Loss for Person Re-Identification]
Stars: ✭ 95 (+9.2%)
Mutual labels:  reid
detect-browser-language
Detect browser language
Stars: ✭ 35 (-59.77%)
Mutual labels:  detect
Next Secure Headers
Sets secure response headers for Next.js.
Stars: ✭ 156 (+79.31%)
Mutual labels:  csp
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (-28.74%)
Mutual labels:  csp
Chymyst Core
Declarative concurrency in Scala - The implementation of the chemical machine
Stars: ✭ 142 (+63.22%)
Mutual labels:  csp
uranus
[W.I.P] An ecosystem of crawlers for detecting: leaks, sensitive data exposure and attempts exfiltration of data
Stars: ✭ 22 (-74.71%)
Mutual labels:  detect
django-http2-middleware
⚡️Django middleware to automatically send preload headers before views runs, enabling faster HTTP2 server-push (with CSP support).
Stars: ✭ 65 (-25.29%)
Mutual labels:  csp
crawlerdetect
Golang module to detect bots and crawlers via the user agent
Stars: ✭ 22 (-74.71%)
Mutual labels:  detect
csp
Because Security Matters, and Web libraries, tools, and projects, should be more informative about their state.
Stars: ✭ 15 (-82.76%)
Mutual labels:  csp

行人检测和识别

可基于摄像头实时监控或录制的视频或静态图片检测行人并跟踪。

行人检测

检测算法使用 LFFD ,跟踪算法使用deep sort ,主程序入口main.py。

行人重识别

使用 reid-strong-baseline 算法进行识别,主程序入口reid.py。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].