Skip to content
View suzutaku1014's full-sized avatar

Block or report suzutaku1014

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suzutaku1014/README.md

Takumi Suzuki

I build real-time visual systems from physical and perceptual models.

Computer Vision PyTorch OpenGL / GLSL WebGL TypeScript

My current focus is the boundary between computation and visual experience: turning depth, motion, light, and atmosphere into interactive systems that can be observed, measured, and refined.

Featured work

Real-time painterly rendering driven by monocular depth and optical flow.

ombrelle-live demo

  • OpenCV capture and motion estimation → PyTorch/MPS depth inference → OpenGL/GLSL rendering
  • A distilled depth model reduced parameters by 25.6x and improved application rendering from 52.9 to 134.6 fps on the measured setup
  • Includes paired input/output recording, temporal-stability measurement, synthetic fixtures, and documented failed hypotheses

A real-time WebGL ray tracer for atmospheric scattering, volumetric clouds, and Fresnel ocean reflection. The sky is computed by numerically integrating light along each view ray.

Open the live demo →

Software engineering

  • reslot — a production-minded appointment rescheduling reference app with transactional workflows, outbox delivery, tests, and public operations controls
  • Auditloom — an evidence-based repository quality auditing CLI, designed around untrusted input, reproducible findings, and explicit verification boundaries

What I care about

  • Real-time computer vision and graphics
  • Interactive systems grounded in measurable behavior
  • Translating physical or perceptual ideas into working prototypes
  • Architecture, testing, and documentation that make experiments reproducible

Pinned Loading

  1. ombrelle-live ombrelle-live Public

    現実を印象派に変換するリアルタイム処理系 — OpenCV → PyTorch(MPS) → OpenGL/GLSL。単眼深度が筆のサイズと空気遠近を、人の動きのオプティカルフローが筆の向きを駆動する。

    Python

  2. sky-ocean-renderer sky-ocean-renderer Public

    大気散乱と海面反射を物理計算でリアルタイムに描くWebGLレンダラ

    GLSL

  3. reslot reslot Public

    Production-minded appointment rescheduling reference app with transactional workflows, outbox delivery, and public operations controls.

    TypeScript

  4. auditloom auditloom Public

    Evidence-based repository quality auditing CLI

    TypeScript