Spaces:
Build error
Build error
Alex Lau
commited on
Commit
•
492ee73
1
Parent(s):
368e60c
downsample factor = 4
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 = 4
|