nv-tlabs / XCube

[CVPR 2024 Highlight] XCube: Large-Scale 3D Generative Modeling using Sparse Voxel Hierarchies
https://research.nvidia.com/labs/toronto-ai/xcube/
Other
344 stars 20 forks source link

Can I use the model for voxel super resolution? #24

Closed juhha1 closed 3 months ago

juhha1 commented 3 months ago

Thanks for sharing interesting research!

I am wondering if I can use this model solely for voxel super resolution. For example, if I have a low-res voxel with [32,32,32] in spatial dimension, can I use this method to upsample the spatial resolution of [128,128,128]?

xrenaa commented 3 months ago

Sure. The upsampler stage is for super resolution. You could train your own upsapmler on 32x32x32 resolution without any condition.

juhha1 commented 3 months ago

Thanks for your quick reply! I think I am slowly getting what you mean.

Can you verify if I am understanding it correctly?

I hope I am getting things right and I am confusing anyone here. Thanks!

xrenaa commented 3 months ago