mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-14 11:26:24 +08:00
gitignore for NeRF
Summary: Add gitignore file to ignore data and checkpoints in the NeRF project. Reviewed By: nikhilaravi Differential Revision: D28382413 fbshipit-source-id: 747d69f4353a76a28acde8ba26a896cb2278f976
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0ca839cc32
commit
c9dea62162
5
projects/nerf/.gitignore
vendored
Normal file
5
projects/nerf/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
checkpoints
|
||||
outputs
|
||||
data/*.png
|
||||
data/*.pth
|
||||
data/*_license.txt
|
||||
Reference in New Issue
Block a user