Cm sp4/heatmap#129
Open
chiranthgowdaxaus wants to merge 52 commits into
Open
Conversation
feat: add bbox drawing and frame saving
…egration verified
…B conversion and finally multi-threading
feat: implement dynamic blur detection and letterboxing and BGR to RGB conversion and finally multi-threading
feat: implement person detection using YOLOv8
Improved density and zoning pipeline
Add crowd behaviour analytics pipeline with tracking and anomaly detection
Updated project description and objectives, added architecture overview, and refined technologies used section.
…uploads Backend sp2/lucas test jobs uploads
…-zone Sprint 2: Validation and testing complete - crowd allocation risk zone
- Change endpoint from /analyze to /process-crowd-detection - Switch request body from form data to JSON (video_id + video_path) - Update mock response shape to match real service schema - Increase timeout to 120s for full pipeline processing - Auto-derive video_id from filename when not provided
Revise README with updated project details
…into backend-api-gateway
…olo-training Add YOLOv11 AFL player detection notebook - Sprint 2 deliverable
…d integration
- Remove Sprint 1 research folders: LISA_Heatmap, Live_Tracking, face_detection,
harcascade_implementation, small_object_detection, TensorFlow Object Detection,
Crowd_Alert_and_Forecasting. Only Crowd_Monitoring/2026_T1/ (the active service) remains.
- Fix upload.py: remove await on sync SQLAlchemy session (was causing jobs to stay stuck in processing)
- Add split mock flags: USE_MOCK_PLAYER and USE_MOCK_CROWD replace single USE_MOCK_SERVICES
- Fix crowd_client.py: send absolute video path so crowd service can locate uploaded files
- Update crowd_client.py mock data to match real CrowdPipelineResponse schema
- Add GET /jobs/{job_id}/heatmap proxy endpoint — fetches heatmap PNG from crowd service
- Update API_CONTRACT.md v1.2.0 with confirmed crowd response schema and new heatmap endpoint
Delete PPT files, planner spreadsheets, PPT generation scripts, and GIT_GUIDE.txt that were committed to the repo by mistake. Add .gitignore patterns for *.pptx, *.xlsx, *.csv, GIT_GUIDE.txt, and .claude/ so they are excluded going forward.
Backend API Gateway: crowd integration, heatmap endpoint, tests, and repo cleanup
…y-v3 feat: add efficiency rating tooltip to player stats card
Cm sp2/crowd detection
…oard-26T1 Frontend sp2/scott afl dashboard 26 t1
…-zone Sprint 3: Add Hawthorn 2026 fixture risk matrix calculator with visua…
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
lucastargett
reviewed
May 5, 2026
Contributor
lucastargett
left a comment
There was a problem hiding this comment.
Push to your subgroup branch back on lucastargett/redback-orion fork first not the redback-operations repo (this one)
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
The merge-base changed after approval.
The merge-base changed after approval.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have completed the Sprint 4 heatmap work and tested it successfully on the cm-sp4/heatmap branch. The module now uses average person count per zone for testing, supports medium and large generated datasets, handles invalid inputs correctly, and returns stable schema-compliant output.