Christopher Goddard

Results 5 comments of Christopher Goddard

Thanks for the quick response! By the way if you are interested, this is the code I managed to get working after applying the fix in your above comment. ###...

Code in a jupyter notebook such as: `from __future__ import absolute_import, division, print_function` can be rewritten as: `exec('from __future__ import absolute_import, division, print_function')`

Needs to be bumped from 3.2 to 3.3. In particular, this will need to be changed: https://github.com/alyssaq/face_morpher/commit/be3aeb1282ca344e80759d032ed772bea7da612f#diff-b8f53f41d03ba03a765393e63c9dc3ee I think candidates for a replacement for the stasm binary are located here:...

No, that's not right. But something needs to be changed; alternatively one will need to brew install an older version of opencv.

@fire, certainly. It has been some time since I looked at this, but the general idea was to allow Protongraph to be run as a Docker process, so that one...