techwingslab / yolov5-net

YOLOv5 object detection with C#, ML.NET, ONNX
MIT License
345 stars 104 forks source link

Included the consolas.ttf font file in the Assets folder to eliminate the reliance on Windows, enabling the program to function on Linux as well. #80

Open Red007Master opened 1 year ago

Red007Master commented 1 year ago

This repository is compatible with Linux as well. However, since the file "C:/Windows/Fonts/consola.ttf" is not available on Linux (as expected), I have included it in the "yolov5-net/src/Yolov5Net.App/Assets/" directory. As a result, it is now ready to run seamlessly on Linux right out of the box.