Kyle McDonald
Kyle McDonald
i can report the same issue with the exact same setup (10.10, 750M/2GB, CUDA 7.0). i also tried to run the `cifar-10` example because i thought it would be a...
the error says you're trying to load "/Users/foo/bin/data/301 0.234737 -0.304078 6301" that doesn't look like an image name to me. maybe try a different image name.
i just tried this and i can't reproduce the error. sorry! if you can provide a very reliable way to cause the error that works exactly the same each time,...
i see, it's probably a bug with how i've wrapped the image loading, or somewhere i should be reallocating but i'm not. thanks for mentioning this, and i'll keep my...
make sure you drop some faces in the `bin/data/faces/` directory or the code will probably have trouble running without any input.
huh, strange. just realized you were having the same problems before. it's probably something like.... you're using a different version of opencv or the folder is in the wrong location.
possibly you've installed an older or newer version of opencv? if you use the one that ships with OF you shouldn't have this problem.
@antonmil i think in theory the end-of-sequence token is enough (right now that would be the newline character), but the fact that sometimes it lists words with the same initial...
The most computation-intensive parts of the code are implemented using WebGL so I don't think ASM would offer any significant performance benefits. Is there a specific part of the code...
I have some examples of hand tracking in this repo https://github.com/kylemcdonald/DigitalInteraction Alternatively you could use a custom sensor, like the Leap Motion controller. Since this isn't really a bug with...