MaximeVandegar / Papers-in-100-Lines-of-Code

Implementation of papers in 100 lines of code.
MIT License
718 stars 103 forks source link

if __name__ == '__main__' in kilo_nerf.py #15

Closed Mayureshd-18 closed 1 year ago

Mayureshd-18 commented 1 year ago

There are missing underscores in the file in line number 138. I have created a pr for the same https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code/pull/14

MaximeVandegar commented 1 year ago

Fixed, thank you!