Update README.md
Browse files
README.md
CHANGED
@@ -101,4 +101,5 @@ More about this type of network topology can be read here: https://gist.github.c
|
|
101 |
## Improvements
|
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.
|
|
|
|
101 |
## Improvements
|
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.
|