TrafficDetection
We implement a system for vehicle detection and tracking from traffic video using Gaussian mixture models and Bayesian estimation. The system provides robust foreground segmentation of moving vehicles through a K-means clustering approximation as well as vehicle tracking correspondence between frames by correlating Kalman and particle filters.
Install / Use
/learn @ab39826/TrafficDetectionREADME
DESCRIPTION: We implement a system for vehicle detection and tracking from traffic video using Gaussian mixture models and Bayesian estimation. In particular, the system provides robust foreground segmentation of moving vehicles through a K-means clustering approximation as well as vehicle tracking correspon- dence between frames by correlating Kalman and particle filter prediction updates to current observations through the solution of the assignment problem. In addition, we conduct performance and accuracy benchmarks that show about a 90 percent reduc- tion in runtime at the expense of reducing the robustness of the mixture model classification and about a 30 percent and 45 percent reduction in accumulated error of the Kalman filter and particle filter respectively as compared to a system without any prediction.
*In retrospect, the results for the particle filter were found to be miscalculated. Adjustment of the model assumptions must be made to show particle filter tracking improvements.
Read the project report for a more detailed description of the code.
INSTRUCTIONS: In order to run the code,
run the following command
foregroundEstimation('justCarsTrim.avi');
or any other .avi video you wish to see the results of.
This will output a video called 'foreground.avi' which will show the background segmentation
and tracking applied contingent upon whether
trackingOn = 1;
or
trackingOn = 0;
Be warned as this takes about 30 minutes to run the simulation and generate the file.
However, if you'd like you can view the result at the youtube link below instead which shows both output results. https://www.youtube.com/watch?v=GwyQ3QdBzaY
Related Skills
qqbot-channel
349.0kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.3k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
349.0kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
