tfnn commited on
Commit
53c4640
1 Parent(s): c991b6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,4 +102,4 @@ More about this type of network topology can be read here: https://gist.github.c
102
  * Future networks will have 3 additional input parameters one for each x,y,z of a unit vector for the ray direction from the icosphere index.
103
  * The unit vector used to train the network will just be the vertex normal from the 3D model but inverted.
104
  * When performing inference more forward-passes would need to be performed as some density of rays in a 30° or similar cone angle pointing to 0,0,0 would need to be performed per icosphere index position.
105
- * This could lead to higher quality outputs.
 
102
  * Future networks will have 3 additional input parameters one for each x,y,z of a unit vector for the ray direction from the icosphere index.
103
  * The unit vector used to train the network will just be the vertex normal from the 3D model but inverted.
104
  * When performing inference more forward-passes would need to be performed as some density of rays in a 30° or similar cone angle pointing to 0,0,0 would need to be performed per icosphere index position.
105
+ * This could result in higher quality outputs.