johndpope / MIMO-hack

using sonnet / chatgpt o1-preview to recreate MIMO: Controllable Character Video Synthesis with Spatial Decomposed Modeling (is this going to work?? - idk 🤷)
https://arxiv.org/pdf/2409.16160
MIT License
8 stars 1 forks source link

cameras / perspectives - may have to use en3d #2

Closed johndpope closed 1 month ago

johndpope commented 1 month ago
    cameras = PerspectiveCameras(device=device, R=torch.eye(3).unsqueeze(0).expand(batch_size, -1, -1),
                                 T=torch.zeros(batch_size, 3), fov=60)