szymanowiczs / splatter-image

Official implementation of `Splatter Image: Ultra-Fast Single-View 3D Reconstruction' CVPR 2024
https://szymanowiczs.github.io/splatter-image
BSD 3-Clause "New" or "Revised" License
795 stars 54 forks source link

pretrained ckpt #15

Closed Dragon2938734 closed 4 months ago

Dragon2938734 commented 7 months ago

hi,would you release the pretrained ckpt?

szymanowiczs commented 6 months ago

Pretrained ckpts for ShapeNet are now released! I'm working to release CO3D models too, but will need a bit more time for that.

johnren-code commented 6 months ago

Hello, I want to ask how to train with my own dataset with rgbs and camera poses?

szymanowiczs commented 4 months ago

hi @Dragon2938734 All models are released now! @johnren-code you need to modify the dataloader and either ensure that the distance from object to camera is constant (like in ShapeNet) or to provide it to the reconstruction function (like in CO3D)