On 5/3/2016 8:14 AM, drewes@gmail.com wrote:
Hello, I'm new to python and have a Question.
I'm running a c++ file with a python script like:
import os
import subprocess
subprocess.call(["~/caffe/build/examples/cpp_classification/classification", "deploy.prototxt",
"this.caffemodel", "mean
On Tue, May 3, 2016, at 05:14 AM, drewes@gmail.com wrote:
> What I need are the 2 values for the 2 classes saved in a variable in the
> .py script, so that I can write them into a text file.
>
> Would be super nice if someone could help me!
You shouldn't use the call() convienence function, b
On 5/3/2016 8:14 AM, drewes@gmail.com wrote:
Hello, I'm new to python and have a Question.
I'm running a c++ file with a python script like:
import os
import subprocess
subprocess.call(["~/caffe/build/examples/cpp_classification/classification", "deploy.prototxt",
"this.caffemodel", "mean
Hello, I'm new to python and have a Question.
I'm running a c++ file with a python script like:
import os
import subprocess
subprocess.call(["~/caffe/build/examples/cpp_classification/classification",
"deploy.prototxt", "this.caffemodel", "mean.binaryproto", "labels.txt",
"Bild2.jpg"])
and i