Skip to content

Conversation

@vigneras
Copy link

@vigneras vigneras commented Oct 3, 2025

Failing with:

pierre@zeus:~/dev/face_morpher$ python3 facemorpher/morpher.py --images=~/Downloads/photo-lucie  --out_video=out.avi
Traceback (most recent call last):
  File "facemorpher/morpher.py", line 32, in <module>
    import cv2
ModuleNotFoundError: No module named 'cv2'

This means open-cvpython is a requirement

Failing with:

```
pierre@zeus:~/dev/face_morpher$ python3 facemorpher/morpher.py --images=~/Downloads/photo-lucie  --out_video=out.avi
Traceback (most recent call last):
  File "facemorpher/morpher.py", line 32, in <module>
    import cv2
ModuleNotFoundError: No module named 'cv2'
```

This means open-cvpython is a requirement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant