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

This commit is contained in:
Pawel Sarkowicz
2026-04-01 16:03:03 -04:00
parent a90f1cefe0
commit b209409e27

View File

@@ -411,9 +411,9 @@ Example output:
```python
{
'predicted_numeric': 14.27,
'predicted_display_difficulty': 14,
'predicted_boulder_grade': '5b/V1',
'predicted_numeric': 16.4272248633235,
'predicted_display_difficulty': 16,
'predicted_boulder_grade': '6a/V3',
'model': 'random_forest'
}
```