System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-22H2
ML.Net Model Builder 2022: 17.16.0.2326001 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.5.5)
.Net: 6.0, 7.0
Describe the bug
- On which step of the process did you run into an issue:
Word "mAP50" should be capitalized to "MAP50" on the "Train" page.
TestMatrix
To Reproduce
Steps to reproduce the behavior:
- Select Create a new project from the Visual Studio start window.
- Choose the C# Console App (.NET Core) project template.
- Add model builder by right click on the project.
- Select "Object detection" scenario.
- Choose "Local" environment and data source to complete the training.
- Check word "mAP50" in training result.
Expected behavior
Word "mAP50" should be capitalized to "MAP50".
Screenshot

Additional context