7e4ef6f98b
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
322 B
Python
7 lines
322 B
Python
"""HandFlow visualization module: pytorch3d Phong rendering + video I/O.
|
|
|
|
- renderer_p3d.py: PhongRenderer — overlay (perspective, OpenCV intrinsics) + orthographic
|
|
trajectory view (topdown | side), both SoftPhongShader-shaded.
|
|
- video_io.py: read video frames (cv2) + encode mp4 (imageio/ffmpeg)
|
|
"""
|