Skip to main content

geometry-rendering

Reconstruct 3DMM vertices, serialize mesh outputs, and manage 3DDFA rendering helpers.

설치로 이동

소스 정보

저장소
VectorSpaceLab/AREX-Skill
최근 소스 활동
2026년 8월 26일 16:31
감지된 SKILL.md 언어
영어
스타
12
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
8 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
geometry-rendering
description
Reconstruct 3DMM vertices, serialize mesh outputs, and manage 3DDFA rendering helpers.
disable-model-invocation
true
metadata
{"disco-role":"operating"}
license
MIT
# geometry-rendering Use this sub-skill for the geometry side of 3DDFA: parameter reconstruction, ROI-to-image conversion, sparse and dense vertices, mesh serialization, pose matrices, depth/PNCC/PAF outputs, and the Cython-backed render path. ## Use when - you have a 62-D parameter vector or cropped ROI and need 68 landmarks or dense vertices; - you need PLY, OBJ, `.mat`, depth, PNCC, PAF, or pose artifacts; - you need to build or troubleshoot `utils.cython`; - you need dense render or video assembly helpers. ## Start here - [API reference](references/api-reference.md) - [Output formats](references/output-formats.md) - [Rendering and Cython](references/rendering-and-cython.md) - [Data artifacts](references/data-artifacts.md) - [Troubleshooting](references/troubleshooting.md) ## Bundled helpers - [scripts/smoke_geometry.py](scripts/smoke_geometry.py) - [scripts/images_to_video.py](scripts/images_to_video.py) ## Route elsewhere - Full detector/model inference and CLI flags belong in the sibling inference sub-skill. - Training losses, benchmark scripts, and dataset preparation belong in the training sub-skill. - ONNX export and the C++ port belong in the C++ sub-skill. ## Working facts - `utils.ddfa.reconstruct_vertex` is the canonical 3DMM reconstruction entry point. - The verified smoke for a zero 62-D vector returns sparse `(3, 68)` and dense `(3, 53215)` vertices. - `visualize/tri.mat` provides the triangle indices used by the renderer paths. - `utils.render` and `utils.lighting` depend on the compiled `mesh_core_cython` extension.
GitHub에서 보기