docs: Update release notes v0.0.2 with clear user and QA guidelines
- Simplified language for better readability - Added specific performance expectations (4-5 FPS) - Clear test scenarios for QA validation - Direct problem-to-solution mapping - Removed technical jargon for broader audience 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7d61f1c856
commit
b8e95f56cb
@ -1,8 +1,32 @@
|
||||
# Release Note for Cluster4NPU
|
||||
## v0.0.2 (2025/7/31)
|
||||
### Update
|
||||
-
|
||||
### Fix
|
||||
- Can't inference twice in the same app
|
||||
- FPS computation
|
||||
-
|
||||
# Release Notes - Cluster4NPU
|
||||
|
||||
## v0.0.2
|
||||
|
||||
**Release Date:** July 31, 2025
|
||||
|
||||
### Issues Resolved
|
||||
- **App no longer crashes** when running inference multiple times
|
||||
- **FPS numbers now show correctly** - no more jumping from high to low values
|
||||
- **System stays fast** during long sessions - memory usage is now controlled
|
||||
- **Processing won't get stuck** when too many images pile up
|
||||
|
||||
### Improvements
|
||||
|
||||
- **FPS Display**: Shows real processing speed (around 4-5 FPS typically)
|
||||
- **Memory Usage**: App automatically cleans up old data to stay efficient
|
||||
- **Real-time Processing**: Always processes the newest camera images first
|
||||
- Removed unnecessary text and confusing messages that cluttered the display
|
||||
|
||||
## For QA
|
||||
|
||||
### Test These Scenarios:
|
||||
1. **Multiple Sessions**: Start and stop inference 3-5 times → Should not crash
|
||||
2. **Long Running**: Let it run for 1 hour → Performance should stay consistent
|
||||
3. **FPS Check**: Watch FPS numbers → Should be steady around 4-5 FPS, not jumping wildly
|
||||
4. **Memory Check**: Monitor system memory → Should not keep growing over time
|
||||
|
||||
### Expected Results:
|
||||
- No application crashes
|
||||
- Stable FPS readings
|
||||
- Memory usage stays controlled
|
||||
- System responds quickly to new camera frames
|
||||
Loading…
x
Reference in New Issue
Block a user