Fix test evaluation for Blender data

Summary: Blender data doesn't have depths or crops.

Reviewed By: shapovalov

Differential Revision: D38345583

fbshipit-source-id: a19300daf666bbfd799d0038aeefa14641c559d7
This commit is contained in:
Krzysztof Chalupka
2022-08-02 12:40:21 -07:00
committed by Facebook GitHub Bot
parent 3a063f5976
commit 760305e044
4 changed files with 33 additions and 16 deletions

View File

@@ -161,7 +161,7 @@ class TestExperiment(unittest.TestCase):
class TestNerfRepro(unittest.TestCase):
@unittest.skip("This test reproduces full NERF training.")
@unittest.skip("This runs full NeRF training on Blender data.")
def test_nerf_blender(self):
# Train vanilla NERF.
# Set env vars BLENDER_DATASET_ROOT and BLENDER_SINGLESEQ_CLASS first!