0

I'm trying to run eye contact detection algorithm with openface from this github website here. When I go into easy-run-on-mac branch and try to run predictorServer.py the following error occurs:

No such file or directory: 'dt.joblib'.

I dont know why this happens because I've already got dt.joblib file in the folder.

ZF007
  • 3,708
  • 8
  • 29
  • 48
  • 1
    Make sure to show the community what you've tried. See [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) for assistance. Links to offsite code are discouraged because the link can go dead or change. – Andrew Jul 09 '19 at 20:53
  • Using visualization tools in the question provides more oversight for others and yourself. You also want to post more of the python traceback error inside the yellow box. use also ``` after the > sign. It gives a grey box and formats the traceback. Poste also your code that you run. It might deviate from the one in the link. – ZF007 Jul 10 '19 at 12:05

0 Answers0