Alesteba commited on
Commit
014a7c9
1 Parent(s): 83357ea

Update rendering.py

Browse files
Files changed (1) hide show
  1. rendering.py +1 -0
rendering.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  import tensorflow as tf
3
  import numpy as np
4
 
 
5
 
6
  def encode_position(x):
7
  """Encodes the position into its corresponding Fourier feature.
 
2
  import tensorflow as tf
3
  import numpy as np
4
 
5
+ from config import *
6
 
7
  def encode_position(x):
8
  """Encodes the position into its corresponding Fourier feature.