ishay2b / VanillaCNN

Implementation of the Vanilla CNN described in the paper: Yue Wu and Tal Hassner, "Facial Landmark Detection with Tweaked Convolutional Neural Networks", arXiv preprint arXiv:1511.04031, 12 Nov. 2015. See project page for more information about this project. http://www.openu.ac.il/home/hassner/projects/tcnn_landmarks/ Written by Ishay Tubi : ishay2b [at] gmail [dot] com https://www.l
188 stars 80 forks source link

question about the code #23

Open jj21770 opened 4 years ago

jj21770 commented 4 years ago

I meet some problem ,ie. Predictor-getGitRepFolder: return subprocess.Popen(['git', 'rev-parse', '--show-toplevel'], stdout=subprocess.PIPE).communicate()[0].rstrip() elf._execute_child(args, executable, preexec_fn, close_fds, super(SubprocessPopen, self).init(*args, **kwargs) hp, ht, pid, tid = _winapi.CreateProcess(executable, args,

I use the anaconda-python on cpu Did I use the wrong version of python or wrong code?

jj21770 commented 4 years ago

FileNotFoundError