Skip to content

Implement fixed-size sliding window for fake IMU inference#11

Open
souvik0306 wants to merge 2 commits intofix-model-inferencefrom
codex/fix-fake_imu_1.py-variable-names-and-logic
Open

Implement fixed-size sliding window for fake IMU inference#11
souvik0306 wants to merge 2 commits intofix-model-inferencefrom
codex/fix-fake_imu_1.py-variable-names-and-logic

Conversation

@souvik0306
Copy link
Copy Markdown
Owner

Summary

  • replace the IMU buffer implementation with a deque-based sliding window that uses the new window_size and step_size configuration
  • update the inference routine to validate array shapes, align correction tensors, and publish results after advancing the window by the configured step

Testing

  • python3 -m compileall fake_imu_1.py

https://chatgpt.com/codex/tasks/task_e_68e63d116f30832c99cedd68461497af

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant