System.Drawing.Common is only usable on Windows
Closed this issue · 3 comments
sharpwood commented
System.Drawing.Common is only usable on Windows, which may affect the cross-platform use of Yolov7net within MAUI?
sharpwood commented
System.PlatformNotSupportedException: 'Operation is not supported on this platform.'
iwaitu commented
I will make some change for this. I think I should use skiasharp to replace system.drawing.common
iwaitu commented
You can find out the detail here: 7912cc7
The new branch was commited named cross-platform.
Considering cross-platform compatibility, such as supporting mobile development, I have removed numpy support in this new branch to reduce the size of the program package.