Views
No views yet
| Variant | Perturbation profile |
|---|---|
xz_v1/net_last.pth | big (rotate +-90 deg, scale 0.5-2.0, +-1.5m offset) |
xz_smallpert_v1/net_last.pth | small (rotate +-20 deg, scale 0.7-1.3, jitter sigma=0.15m) |
stats/{Mean,Std,ActiveDims,ConstFill}.npy — dataset stats.vqvae/net_best_fid.pth — same frozen VQ-VAE as the unconstrained
repo (kept here too so this repo is fully self-contained).xz_v1/net_last.pth — big-perturbation GPT (iter 200k).xz_smallpert_v1/net_last.pth — small-perturbation GPT.*/run.log, */latest_iter.txt — training metadata.(frame_idx, x, z) waypoints. Constraint
encoder is a 3-layer 8-head Transformer that produces [B, N, D] memory
read by the GPT cross-attention.models/constraints_xz.py.1from huggingface_hub import snapshot_download
2local = snapshot_download("mpilligua/car-t2m-xz-constrained")refactor).