参考文档
$ git clone https://github.com/cmusatyalab/openface
$ cd openface
- torch
参考文档
$ git clone https://github.com/cmusatyalab/openface
$ cd openface
[package] | |
name = "clap_static_test" | |
version = "0.1.0" | |
authors = ["jaypei <[email protected]>"] | |
[dependencies] | |
clap = {version = "2", features = ["yaml"]} | |
lazy_static = "0.2.1" |
package main | |
/* | |
#include <unistd.h> | |
*/ | |
import "C" | |
import ( | |
"fmt" | |
"time" | |
) |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import subprocess | |
from StringIO import StringIO | |
out = StringIO() | |
sp = subprocess.Popen(["python", "test_output.py"], | |
stdout=subprocess.PIPE, |