Charlie
Charlie
Hi, how is this feature exactly used? Is there any documentation on this?
Hi, I think you would be interested in the gaussian-splatting-slang project https://github.com/google/slang-gaussian-rasterization.git which, in theory, could have support for other backends. However, I think most of the code in both...
You can just save the feature before the final layers where confidence is returned. Then, you can return both feature and its corresponding confidence.
You can add another flag that saves the out before activation like this ```python feat = out.clone() #
I'm not sure what is Feature Map's confidence is? The confidence is obtained from training point map but there is no "ground truth" feature maps so feature map's confidence is...