Views
No views yet
| File | Size | Purpose |
|---|---|---|
depth_extrapolation.pth | 1.3 MB | Event6D depth-extrapolation model (--depth_extrapolation_ckpt) |
e2vid.pth.tar | 41 MB | E2VID image reconstruction (--e2vid_ckpt) |
foundationpose_refiner/model.pth | 66 MB | FoundationPose refiner backbone (--ckpt) |
foundationpose_refiner/config.yml | <1 KB | Refiner config — auto-loaded from the same directory as model.pth |
huggingface-cli download mickeykang/Event6D-weights --local-dir ./weightsweights/
├── depth_extrapolation.pth
├── e2vid.pth.tar
└── foundationpose_refiner/
├── config.yml
└── model.pthLICENSE next to this README.e2vid.pth.tar is the upstream pretrained checkpoint from
uzh-rpg/rpg_e2vid (GPL-3.0); see that repository
for the original license. depth_extrapolation.pth is trained by us on top of the CBMNet
architecture (intelpro/CBMNet).LICENSE file.