system bootaw-control
[INFO]Initializing orchestration systems...
[INFO]Loading vector memory...
[INFO]Connecting intelligent agents...
[INFO]Synchronizing retrieval pipelines...
[INFO]Vision modules online...
[INFO]System ready.

Repo test video

Velocity Estimation with Optical Flow

Python · OpenCV · PyTorch · RAFT · YOLOv3 · KITTI · Raspberry Pi

Research prototype comparing Lucas–Kanade, Farneback, and RAFT for single-vehicle motion estimation from onboard video.

System flow

  1. Video

  2. YOLOv3 ROI

  3. RAFT Flow

  4. Motion Magnitude

  5. Mean Velocity

Results / Learnings

ResultDemonstrated real-time, camera-based velocity estimation on a Raspberry Pi-powered robotic platform.

LearningEdge vision systems require careful trade-offs between accuracy, latency, lighting robustness, and limited computing resources.