0x60
Real-time Object Detection: Lessons from Building a Low-Latency PipelinePractical experiences in building a low-latency real-time Object Detection pipeline, from handling initial blocking issues to a stable streaming architecture.
SYS::IDX
Filter by topic and view posts from newest to oldest.
0x60
Real-time Object Detection: Lessons from Building a Low-Latency PipelinePractical experiences in building a low-latency real-time Object Detection pipeline, from handling initial blocking issues to a stable streaming architecture.
0xA7
Optimizing PyTorch Data Pipelines: From Bottlenecks to 39× SpeedupsAn examination of how data pipeline design impacts PyTorch training performance, supported by simple experiments and benchmarks.
0x82
Inside the ESP32: Architecture & Firmware AnalysisA deep-dive journey inside the ESP-WROOM-32 chip, exploring the Xtensa CPU, memory architecture, and how to reverse-engineer firmware to uncover its secrets.
0xCE
From Camera to Ethernet: A Journey into NetworkingA real-world story of connecting a camera and a PC via Ethernet, exploring concepts from PoE and static IP to turning a laptop into a DHCP server.
0xE8
Inside CUDA: Performance EngineeringDive deeper into CUDA to uncover the principles and practices behind high-performance GPU computing.
0x3D
Hello CUDA!Learn about GPU architecture and the CUDA model to understand how parallel hardware operates and optimize performance.