chenhsuanlin / bundle-adjusting-NeRF

BARF: Bundle-Adjusting Neural Radiance Fields 🤮 (ICCV 2021 oral)
MIT License
788 stars 114 forks source link

positional_encoding #93

Open zhenyuan1234 opened 4 months ago

zhenyuan1234 commented 4 months ago

alpha = (self.progress.data-start)/(end-start)*L Hi, what is the purpose of designing self.progress, and does it represent the number of iterations? Thanks!