hylee commited on
Commit
357fac1
·
1 Parent(s): 25cf1b2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def run(
157
  f = open(lmfile68, 'w')
158
  print(landmarks_str, file=f)
159
  f.close()
160
- landmarks = np.loadtxt(lmfile68)
161
 
162
  ff = open(lmfile5, 'w')
163
  lm = (landmarks[36] + landmarks[39]) / 2
 
157
  f = open(lmfile68, 'w')
158
  print(landmarks_str, file=f)
159
  f.close()
160
+ landmarks = np.loadtxt(lmfile68, dtype=np.int64)
161
 
162
  ff = open(lmfile5, 'w')
163
  lm = (landmarks[36] + landmarks[39]) / 2