ivilson / Yolov7net

Yolo Detector for .Net 8
83 stars 25 forks source link

System.Drawing.Common is only usable on Windows #30

Closed sharpwood closed 2 months ago

sharpwood commented 2 months ago

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

sharpwood commented 2 months ago

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

iwaitu commented 2 months ago

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

iwaitu commented 2 months ago

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.