I've fixed a small issue in setup.py where the opencv was referred to incorrectly as cv2 instead of opencv-python
I also added a debug window which displays the values of all the blendshapes in a separate window. This can be activated by adding the command line argument --show_debug.
Hi,
I've fixed a small issue in
setup.py
where the opencv was referred to incorrectly ascv2
instead ofopencv-python
I also added a debug window which displays the values of all the blendshapes in a separate window. This can be activated by adding the command line argument
--show_debug
.