-
Python version `3.6`
Pytorch version `1.4`
I downloaded the pre-trained models and running `test.py`
```
python test.py
```
But getting the below error
```
Traceback (most recent call…
-
Make sure you read and understand this document.
Use one of the two templates below and delete the rest.
- [v ] BUG REPORT
- [ ] FEATURE REQUEST
-----------------------------------------------…
-
Hey, Thanks for reporting issues back to Nextcloud Face Recognition. Please, try to complete this report in detail so we can help you easier. :smile:
Make sure you read all the [documentation](http…
ytc-1 updated
3 years ago
-
hello, im studying the face recongiton.
I want to detect the glassed in the face images.
but using the glass_cascade.xml cannt achieve
i dont konw how to improve and train a better glasses_detector…
-
**Is your feature request related to a problem? Please describe.**
i want to use another detector in double-take.
it has a similar api to the face-detectors, but could detect logos
**Describe the…
ozett updated
2 years ago
-
I am using Face API to detect faces on a webcam. I call the detectSingleFace() function every 500ms. Everything works fine, but I can see that RAM and CPU usage is increasing. I realize that this is n…
-
### Which version of recognize are you using?
8.1.0
### Enabled Modes
Object recognition, Face recognition
### TensorFlow mode
Normal mode
### Downstream App
Memories App
### W…
-
We noticed that lm_eval --model vllm did not work when data_parallel_size > 1 and got `Error: No available node types can fulfill resource request` from Ray. After some research, I believe when `tenso…
-
Turns out this is all you need to get the 128 dim vector
```python
# Convert to RGB
print "Converting frame to RGB"
frame = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
# Align face
print "Aligning …
-
Hi, i'm currently using dlib in my ios project for both face detection and landmarks finding. Yet the face detection process is too long to be used for live frame. Before switching to openFace, I'd li…