Skip to content

Commit 420bca8

Browse files
author
John Harrington
committed
modified demo script
1 parent bd13fe7 commit 420bca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/demo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ def main():
310310
print('Video ended')
311311
break
312312

313-
print(keypoints)
314-
np.save(f"{args.output_dir}/keypoints.dat", keypoints)
313+
np.save(f"{args.output_dir}/keypoints", keypoints)
314+
print(f'keypoint saved to {args.output_dir}/keypoints.npy')
315315
cv2.destroyAllWindows()
316316
vidcap.release()
317317
if args.write:

0 commit comments

Comments
 (0)