kaolin-wisp icon indicating copy to clipboard operation
kaolin-wisp copied to clipboard

Initialize OctreeGrid with SPC Features

Open alexanderswerdlow opened this issue 7 months ago • 0 comments

I'm trying to build a generalizable NeRF [e.g., pixelNeRF] where the features are not scene specific but taken from some encoder. I'm trying to use an SPC Field with an OctreeGrid to do this but it's unclear how one would go about this.

I wasn't able to find any model or pipeline that supports feedforward neural models. One hacky way I was trying to build a PoC was by modifying init_feature_structure() but I can't seem to properly initialize the structure given an existing SPC w/features.

Any help or pointers would be greatly appreciated!

alexanderswerdlow avatar Nov 04 '23 04:11 alexanderswerdlow