updated predict.py output to be accurate according to the frames

This commit is contained in:
2026-04-01 16:03:03 -04:00
parent c2dbde4d86
commit 5f269a93c2
+3 -3
View File
@@ -411,9 +411,9 @@ Example output:
```python ```python
{ {
'predicted_numeric': 14.27, 'predicted_numeric': 16.4272248633235,
'predicted_display_difficulty': 14, 'predicted_display_difficulty': 16,
'predicted_boulder_grade': '5b/V1', 'predicted_boulder_grade': '6a/V3',
'model': 'random_forest' 'model': 'random_forest'
} }
``` ```