https://github.com/sxyu/pixel-nerf
Raw File
Tip revision: 91a044bdd62aebe0ed3a5685ca37cb8a9dc8e8ee authored by Alex Yu on 10 June 2022, 06:14:01 UTC
Fixed year number
Tip revision: 91a044b
.gitignore
# Editors
.vscode/
.idea/

# Vagrant
.vagrant/

# Mac/OSX
.DS_Store

# Windows
Thumbs.db

# Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.swp

# Custom
checkpoints/
visuals/
logs/
back to top