asdasdasdasd commited on
Commit
b995b9b
1 Parent(s): 93d0302

Update extract_landmarks.py

Browse files
Files changed (1) hide show
  1. extract_landmarks.py +1 -0
extract_landmarks.py CHANGED
@@ -37,6 +37,7 @@ def get_data_for_test(path, fake, block): # fake:manipulated=1 original=0
37
 
38
  # for file in tqdm(files):
39
  vectors = np.loadtxt(file)
 
40
  video_y.append(fake)
41
 
42
  for i in range(0, vectors.shape[0] - block, block):
 
37
 
38
  # for file in tqdm(files):
39
  vectors = np.loadtxt(file)
40
+ print("vectors = ",vectors)
41
  video_y.append(fake)
42
 
43
  for i in range(0, vectors.shape[0] - block, block):