mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 06:10:34 +08:00
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:
committed by
Facebook GitHub Bot
parent
3a063f5976
commit
760305e044
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user