cluster4npu/cluster4npu_ui/release_note.md
HuangMason320 0a946c5aaa feat: Implement memory management and queue optimization
Major improvements:
- Add intelligent memory management for both input and output queues
- Implement frame dropping strategy to prevent memory overflow
- Set output queue limit to 50 results with FIFO cleanup
- Add input queue management with real-time frame dropping
- Filter async results from callbacks and display to reduce noise
- Improve system stability and prevent queue-related hangs
- Add comprehensive logging for dropped frames and results

Performance enhancements:
- Maintain real-time processing by prioritizing latest frames
- Prevent memory accumulation that previously caused system freezes
- Ensure consistent queue size reporting and FPS calculations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 22:46:08 +08:00

135 B

Release Note for Cluster4NPU

v0.0.2 (2025/7/31)

Update

Fix

  • Can't inference twice in the same app
  • FPS computation