PB Unity
commited on
Commit
•
e4042e9
1
Parent(s):
b9ee40e
Upload RunIris.cs
Browse files- RunIris.cs +1 -1
RunIris.cs
CHANGED
@@ -217,7 +217,7 @@ public class RunIris : MonoBehaviour
|
|
217 |
|
218 |
void DrawLandmarks(TensorFloat landmarks, float scaleX, float scaleY)
|
219 |
{
|
220 |
-
int numLandmarks = landmarks.shape[1] / 3;
|
221 |
|
222 |
for (int n = 0; n < numLandmarks; n++)
|
223 |
{
|
|
|
217 |
|
218 |
void DrawLandmarks(TensorFloat landmarks, float scaleX, float scaleY)
|
219 |
{
|
220 |
+
int numLandmarks = landmarks.shape[1] / 3;
|
221 |
|
222 |
for (int n = 0; n < numLandmarks; n++)
|
223 |
{
|