Spaces:
Build error
Build error
set DOWNSAMPLE = 2
Browse files- demo/src/config.py +1 -1
demo/src/config.py
CHANGED
@@ -41,4 +41,4 @@ class NerfConfig:
|
|
41 |
FOCAL = 555.5555155968841
|
42 |
# reduce CHUNK if OOM
|
43 |
CHUNK = 4096
|
44 |
-
DOWNSAMPLE =
|
|
|
41 |
FOCAL = 555.5555155968841
|
42 |
# reduce CHUNK if OOM
|
43 |
CHUNK = 4096
|
44 |
+
DOWNSAMPLE = 2
|