-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidy eval metrics, make optional. #206
Conversation
bundle/src/deepracer_simulation_environment/scripts/mp4_saving/training_image_editing.py
Outdated
Show resolved
Hide resolved
bundle/src/deepracer_simulation_environment/scripts/mp4_saving/training_image_editing.py
Outdated
Show resolved
Hide resolved
|
||
# Speed | ||
loc_y += 25 | ||
speed_text = "Speed | {} m/s".format(utils.get_speed_formatted_str(mp4_video_metrics_info[self.racecar_index].speed)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is formatting needed? Or is the input already rounded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The input is already rounded by utils.get_speed_formatted_str()
This is the way it's already displayed in existing overlays for speed.
No description provided.