Nick Young

Results 353 comments of Nick Young

Is `rm data.pickle;sudo docker restart omc` not sufficient? What exactly is your use case? I've never had this issue. Sure, python can monitor files for changes (https://pypi.python.org/pypi/watchdog), but it's non-trivial...

Hi, I'm not really sure what you mean by this. I don't use Lua

That sounds like a bug for https://github.com/cmusatyalab/openface/issues, not openface_mass_compare

`time curl localhost:8000 --data-binary @image.jpg -vv` is an example of how to test the endpoint. With machine learning, it's not really a fair test to give it an image it's...

Also, your images folder and your data.json can be anywhere on your machine, it gets mounted to /root/data in the container with the argument ``--volume="`pwd`:/root/data"`` to docker run. \`pwd\` being...

Also I took a look at https://github.com/1997mjk/OpenFaceHoloLens - generate_pickle.py wasn't handling multiple samples per person, and wouldn't have supported your JSON structure, but my last few commits make it so...

The pwd command does not work in windows

![image](https://cloud.githubusercontent.com/assets/3378822/25978441/3a36851a-3716-11e7-8161-67c0073b600b.png) I think in windows you need to replace \`pwd\` with $pwd

maybe https://github.com/docker/for-win/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20mount might have a solution for mounts not working on windows

Hi! No problem. Thanks. I agree - the problem is the presence of one `multipart/form-data` element changes the whole request body input to `multipart/form-data`. So this would break backwards compatibility....