pyannote-video
pyannote-video copied to clipboard
Face detection, tracking and clustering in videos
#### Description I have installed pyannote-video , which includes pyannote.core. But there isn't 'pyannote.core.time'. python -V :3.7.16 #### Steps/Code to Reproduce #### Expected Results #### Actual Results  #### Versions
#### Description I am using Ubuntu 20.04, tried to install pyannote-video with pip on my conda env py38 and py36. Both of them failed to build the dlib #### How...
#### Description #### Steps/Code to Reproduce #### Expected Results #### Actual Results #### Versions
https://www.learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/
There are less landmarks and embeddings than tracking because tracking do a BACKWARD and FORWARD that the network doesn't detect sometimes. I replace the class Face but I let you...
(keeping track of an issue I received by email) My colleague found the bug: it should be : (tj
#### Description Using python3.7, `pip install pyannote-video` does not work because of the hard version requirement `opencv-python==3.4.1.15`. As can be seen on the [PyPy Page](https://pypi.org/project/opencv-python/3.4.1.15/), version 3.4.1.15 can not be...
Could you please point where this has to be fixed and what does it mean? Running next code for clustering purpose on the 8 minutes video turned into failure. And...