Alesteba commited on
Commit
9270e76
·
1 Parent(s): 2cdf85d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ POS_ENCODE_DIMS = 16
13
  EPOCHS = 30
14
  H = 25
15
  W = 25
16
- focal = 138.88
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.