AGAndrei Germanovingermanovdev.hashnode.dev·Sep 10, 2024 · 6 min readRust learning resourcesRust is often treated as a hardcore programming language, that can be used only for system programming and which is very hard to learn. I am going to debunk these myths today. How to learn Rust? Well, the first thing that I want to recommend: do not ...00
AGAndrei Germanovingermanovdev.hashnode.dev·Aug 29, 2024 · 1 min readYOLOv8 instance segmentation using Rust.Few months ago I wrote an article and showed, that it's possible to run YOLOv8 object detection using not only Python, but any other language, that supports ONNX. I also provided an example of object detection web applications on Julia, JavaScript, N...00