issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript
Filter by
40.4M results
Lock the rep counter s behavior so future changes can t silently regress. Run on every change to vision/.
What to do
- Write tests/test_rep_counter.py
- For each clip in regression_set/:
- ...
You need to see what the counter is doing in order to tune it. Render real-time state on the live window.
What to do
- Overlay on the OpenCV frame:
- raw angle (numeric)
- smoothed angle ...
FMI Report Guard alert
- Market name: Low-SAPS Oil Additives for Aftertreatment-Compatible Lubricants Market
- URL:
https://www.futuremarketinsights.com/reports/low-saps-oil-additives-for-aftertreatment-compatible-lubricants-market ...
Considerar la posibilidad de poder cambiar los parámetro de refreshPolicy mediante un PUT sin eliminar los archivos en
MinI0
Cc: @JuanMartinP , @GregorioBlazquez
Cheap extra noise filter. A real squat takes 1s — anything faster is probably noise.
What to do
- Track timestamp of last state transition
- Reject reps where the down → up → count cycle takes less ...
Currently a down trigger at 90° + up trigger at 160° counts a rep even if the angle only briefly dipped past 90°. Add a
depth gate so partial reps don t count.
What to do
- Track the minimum angle ...
🧠 Context
We run pytest in CI but have no visibility into how much of the codebase the tests actually cover. As we add
service-level tests and onboard contributors, a coverage number makes the gaps concrete ...
good first issue
The current counter transitions on a single sample. That makes it double-count when the signal hovers near a threshold.
Require the signal to stay past the threshold for N frames before transitioning. ...
FMI Report Guard alert
- Market name: Low-Viscosity Lubricant Compatible Driveline Components Market
- URL: https://www.futuremarketinsights.com/reports/low-viscosity-lubricant-compatible-driveline-components-market ...
Raw MediaPipe keypoints jitter. Smooth before the rep counter sees the signal.
What to do
- Add EMA (suggested alpha 0.3) or 5-frame median filter on the averaged knee angle
- Make the smoother and ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.