Closed piekvossen closed 2 years ago
Perhaps there are no faces detected? Does this only happen in the notebook file or also in the regular python file?
This is image that is loaded according to the code
Alright I see the problems now.
The directory paths have been changed. The modules can't find each other now.
I suggest following:
src
is not a good name for a module. We are coding in python, not c++). Hm, but it's not an import error, right? Looks to me like the python path is set correctly.
Fixed and code cleanup. I added arguments for setting the paths for the embeddings throughout the code. All logs, data, embeddings are outside the src folder and a chatbots packages was added.
While running the notebook: lets-chat_with_a_friend.ipynb