You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the torchvision module add a method to draw text on images?
The text was updated successfully, but these errors were encountered:
williamlzw
changed the title
Suggest adding a text drawing method on images to the torchvision module
Can the torchvision module add a method to draw text on images?
Dec 27, 2024
What I mean is that the torchvision module adds a method to draw text on the picture based on SkiaSharp. In this way, there is no need to call other third parties such as opencvsharp to draw text.
Built-in solution with System.Drawing only works on Windows systems. So, even we add this feature we might use other third party libraries as suggested here. alternatives
I would suggest to use SkiaSharp for the cross-platform support until we decide on this feature.
Can the torchvision module add a method to draw text on images?
The text was updated successfully, but these errors were encountered: