ZUANKI
NotesTopicsAbout
View all notes

0x60

Real-time Object Detection: Lessons from Building a Low-Latency Pipeline

Practical experiences in building a low-latency real-time Object Detection pipeline, from handling initial blocking issues to a stable streaming architecture.

  • #computer-vision
  • #systems

0xA7

Optimizing PyTorch Data Pipelines: From Bottlenecks to 39× Speedups

An examination of how data pipeline design impacts PyTorch training performance, supported by simple experiments and benchmarks.

  • #pytorch
  • #performance
  • #optimization

0xCE

From Camera to Ethernet: A Journey into Networking

A 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.

  • #networking