Fix typo in NeuralNetworkModelManager
Description
Changed 'Hair drier' --> 'Hair dryer'
Meta
Merge checklist:
- [*] Pull Request title is short, imperative summary of proposed changes
- [*] The description documents the what and why
- [*] If this PR changes behavior or adds a feature, user documentation is updated
- [*] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly
- [*] If this PR touches configuration, this is backwards compatible with settings back to v2025.3.2
- [*] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated
- [*] If this PR addresses a bug, a regression test for it is added
This is actually how it's spelled in the original COCO dataset (https://arxiv.org/pdf/1405.0312, page 14). I don't really want to diverge from that, so I think we should keep the original spelling. Perhaps a note that this is the original spelling is warranted?
[*] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes [*] The description documents the what and why [*] If this PR changes behavior or adds a feature, user documentation is updated [*] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly [*] If this PR touches configuration, this is backwards compatible with settings back to v2025.3.2 [*] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated [*] If this PR addresses a bug, a regression test for it is added
just some advice for the future, if you leave this blank github will make checkboxes. alternately, you can fill them by doing - [x] like so
- [x] stuff here
Oops, sorry. Weird that it's spelled that way, but I guess as long as it works it's fine.
I changed it back to how it was previously and added a comment as @Gold856 suggested.
Error: Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html