Xinjie-Q / GaussianImage

🏠[ECCV 2024] GaussianImage: 1000 FPS Image Representation and Compression by 2D Gaussian Splatting
https://xingtongge.github.io/GaussianImage-page/
MIT License
220 stars 7 forks source link

Batch wise inference on images #4

Closed ZiAngGu1 closed 3 months ago

ZiAngGu1 commented 3 months ago

Hi there, thanks for the wonderful work, the performance is impressive. I just have a single question, if I get a set of image with the same height and width, would it be possible to do batch wise inference? if so how should I change the code? Thanks for the response Sincerely, ZiAng

Xinjie-Q commented 3 months ago

Yes, it is possible. You can use the batch-version gsplat (https://github.com/nerfstudio-project/gsplat/tree/batch) to implement the batch inference of GaussianImage.