Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ POS_ENCODE_DIMS = 16
|
|
13 |
EPOCHS = 30
|
14 |
H = 25
|
15 |
W = 25
|
16 |
-
focal =
|
17 |
|
18 |
def encode_position(x):
|
19 |
"""Encodes the position into its corresponding Fourier feature.
|
|
|
13 |
EPOCHS = 30
|
14 |
H = 25
|
15 |
W = 25
|
16 |
+
focal = 0.6911112070083618
|
17 |
|
18 |
def encode_position(x):
|
19 |
"""Encodes the position into its corresponding Fourier feature.
|