writing
notes & posts
things I write down when I learn something or feel like rambling.
State-based code design How explicitly modeling states, events, and transitions can reduce ambiguity, prevent invalid combinations, and make code behavior clearer.
A lightweight wrapper for YOLOv8 using ONNX runtime This article demonstrates how to create an efficient and streamlined wrapper for YOLOv8-Seg using the ONNX runtime.