okey_upppp

Results 6 comments of okey_upppp

Nice work! I noticed a discrepancy in how scales are handled between two files: In sample_viewer.py(load ckpts): ` scales = torch.exp(ckpt["scales"]) * w_inv ` In sample_trainer.py (export_splats): ` scales =...

> Hi, > > Is there any pretrained models (scene expressed as gaussians) avilable? I want to load some models to gsplat > > Thank you same question.Do you solve...

here: https://github.com/nerfstudio-project/gsplat/blob/937e29912570c372bed6747a5c9bf85fed877bae/gsplat/exporter.py#L475

> Hi! Thanks for your interest. Yes, we have a gsplat version with its core functionality, based on `gsplat/examples/simple_trainer.py`. There are a few differences in the training strategy (e.g., threshold...

Hi! Just wanted to gently check if there's any update on this. Thanks for your time!

> Hi! I have uploaded the gsplat version to this repo, please check [gsplat branch](https://github.com/AaltoML/desplat/tree/gsplat). The gsplat version is 1.0.0. There are some differences in the pipelines of newer versions,...