-
OpenCV version: 3.3.1
Linux is fine! Python multiprocessing works.
OpenCV Error: Unspecified error (FAILED: fs.is_open(). Can't open "assets/deploy.prototxt") in ReadProtoFromTextFile, file /io/open…
-
Dear authors,
Thanks for sharing such a great work on 3D avatar synthesis! Recently I was trying to train PanoHead on other datasets, and I'm wondering how you process the back-head images sampled …
c-he updated
6 months ago
-
### My actions before raising this issue
I have read and searched the official docs and past issues for the solution. No one had the same problem with me.
### Expected Behaviour
I want …
-
Hello, I’ve been researching CNN-based head pose estimation recently. Your job is very helpful to me. Can the relevant training code in your paper be published? Currently only test code, thanks
At th…
-
I'm able to compile the program successfully, but receive the following error when I try to run the head pose estimation test.
`OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imsho…
-
Dear mpatacchiola,
Thanks for your help!
https://github.com/mpatacchiola/deepgaze/blob/master/examples/ex_dnn_head_pose_estimation_training/ex_aflw_parser.py
In the above file:
#Separatin…
-
```python
Traceback (most recent call last):
File "head_pose_single_frame.py", line 38, in
File "/mnt/gaze-estimation/tf-keras-deep-head-pose/models.py", line 23, in __init__
self.model =…
-
Error downloading object: assets/face_detector.onnx (08bd3e3): Smudge error: Error downloading assets/face_detector.onnx (08bd3e3febd685ffb4fd7d9d16a101614cc7fc6ab08029d3cb6abe5fb12d3c64): batch respo…
fzoli updated
3 months ago
-
Hi
I tried to build gazr . firstly there was problem in the cmake file . I changed this line in gazr cmakelists
find_package(dlib REQUIRED)
include_directories(${dlib_INCLUDE_DIRS})
to
se…
-
Hi, I have used your API for head pose estimation. It was a great job you guys have done. But in my case I need to get the pitch, yaw and roll of the head with respect to head itself. But the result r…