ivilson/Yolov7net

System.Drawing.Common is only usable on Windows

Closed this issue · 3 comments

System.Drawing.Common is only usable on Windows, which may affect the cross-platform use of Yolov7net within MAUI?

System.PlatformNotSupportedException: 'Operation is not supported on this platform.'

I will make some change for this. I think I should use skiasharp to replace system.drawing.common

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.