generated from ultralytics/template
-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the Swift implementation of the Ultralytics annotation and inference engine does not provide a way to adjust the font size of annotation labels. This limitation makes it difficult to visualise and distinguish multiple annotations within dense scenes, especially when objects overlap.
There was previously functionality allowing font size adjustments, but this no longer appears to have an effect after transitioning to the current Ultralytics annotation engine. Review of the relevant plotting utilities (e.g., Plot.swift) shows no available parameter for controlling font size.
Impact:
- Reduced visual clarity when displaying a high number of annotations in a single frame.
- Inability to tailor UI presentation for specific use cases or display densities.
- Developers may need to fork and modify internal code to achieve the desired visualisation behaviour.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request