sarafridov / K-Planes

Other
479 stars 45 forks source link

How to obtain feature maps? #4

Closed dhdkc closed 1 year ago

dhdkc commented 1 year ago

Hi, @sarafridov, Thank you for you great work!

In the paper, you mentioned the features of a 4D coordinate are obtained from the k-planes, but I'm curious how you obtain the feature maps of k-planes?

Thank you!

Giodiro commented 1 year ago

Hi @dhdkc The planes are the trainable parameters of the model (trained with gradient descent)! I'm not sure if you had something more specific in mind?

sarafridov commented 1 year ago

Hi @dhdkc, echoing what @Giodiro said and adding that the mathematical description of how the features (stored in the planes) are processed into density and view-dependent color can be found in section 3 of the paper, specifically sections 3.1 and 3.3. Feel free to follow up if this doesn't answer your question!

dhdkc commented 1 year ago

Hi @dhdkc The planes are the trainable parameters of the model (trained with gradient descent)! I'm not sure if you had something more specific in mind?

Thanks so much, now I understood.

dhdkc commented 1 year ago

Hi @dhdkc, echoing what @Giodiro said and adding that the mathematical description of how the features (stored in the planes) are processed into density and view-dependent color can be found in section 3 of the paper, specifically sections 3.1 and 3.3. Feel free to follow up if this doesn't answer your question!

Thanks, that helps a lot!