vsitzmann / siren

Official implementation of "Implicit Neural Representations with Periodic Activation Functions"
MIT License
1.72k stars 247 forks source link

How SIREN works? #53

Closed hihunjin closed 2 years ago

hihunjin commented 2 years ago

I've read your paper and compare it with your code. Your code link shows that if the hypernetworks' parameters are given as a param and it is producted with SIREN.

Is it the right way to use "Hypernetwork"? Your paper shows that image, and the $\psi$'s output is not the params($\theta$) of SIREN in your code.

Please explain why this is the same thing with the above.