Skip to content

Commit

Permalink
fix: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolasEnt committed Jul 28, 2024
1 parent 134662d commit 4aba7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/hrnet/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'goal_right': [18, 19, 22, 23, 24, 25, 26, 27, 28, 29]

}
IMG_SIZE = (960, 549)
IMG_SIZE = (960, 540)
keep_points = list(range(29))
keep_points.extend([40, 41, 42, 44, 45, 48, 51, 52, 55])

Expand Down

0 comments on commit 4aba7eb

Please sign in to comment.