Skip to content

dummy cv inference pipeline with mock ui overlay#38

Open
HenryWashuHe wants to merge 2 commits intomainfrom
LTV
Open

dummy cv inference pipeline with mock ui overlay#38
HenryWashuHe wants to merge 2 commits intomainfrom
LTV

Conversation

@HenryWashuHe
Copy link
Collaborator

Summary

  • Adds CV inference pipeline: frame source -> model runner -> post-processor -> screen-space overlay
  • Mock runner for editor testing, ORT runner for on-device ONNX inference
  • Debug HUD showing FPS, detection count, inference time
  • Includes test frames and smoke ONNX model in StreamingAssets
  • Updated .gitignore to exclude .DS_Store and .vscode/

Note

This is a mockup/prototype — mock model returns hardcoded detections. Real preprocessing (resize/normalize/CHW) is still TODO.

Test plan

  • Open project in Unity, enter Play mode — should see green bounding box overlay from mock detections
  • Debug HUD should show FPS, detection count, and "mock" model status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments