Views
No views yet
pretrained_models/stage1/objaverse-512/vggt-mls-k4-scratch16/1checkpoints/ep-0000016.pt Full RAEv2 training checkpoint from epoch 16, step 14832.
2stats.pt Pre-projection VGGT MLS feature stats, mean/var [2048,32,32].
3exports/decoder.pt EMA GeneralDecoder-only state_dict, latent dim 768.
4exports/projection_plus_decoder.pt EMA projection + GeneralDecoder state_dict.
5config.yaml Training config used for this run.
6log.txt Training log.
7README.md Detailed artifact-level usage guide.
8UPLOAD_MANIFEST.json Machine-readable artifact summary.exports/projection_plus_decoder.pt + stats.pt1vggt_features [B,V,1024,2048]
2 -> flatten [B*V,1024,2048]
3 -> apply stats.pt before projection, reshaped from [2048,32,32] to [1,1024,2048]
4 -> Linear(2048 -> 768)
5 -> RAE GeneralDecoder
6 -> recon [B*V,3,512,512] in [0,1]stats.pt after projection. It is VGGT pre-projection feature normalization, not DINOv3/RAE latent normalization.[0,1] pixel space. Do not apply the old ImageNet denormalization path when using this decoder.