Skip to content

Update requirements.txt for opencv (cv2)#76

Open
vigneras wants to merge 1 commit intoalyssaq:dlibfrom
vigneras:patch-1
Open

Update requirements.txt for opencv (cv2)#76
vigneras wants to merge 1 commit intoalyssaq:dlibfrom
vigneras:patch-1

Conversation

@vigneras
Copy link
Copy Markdown

@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