-
Where `object_pts` come from?
https://github.com/lincolnhard/head-pose-estimation/blob/master/video_test_shape.py#L16
-
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…
-
Hi
is it possible to use a video file for head pose estimation ?
-
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…
-
Hello @xingyizhou ,
I used my own dataset which consists of 13 keypoints ( eyes, ears are excluded)
I checked the coco_hp.py and it has 17 key points. I made the necessary changes in every file, h…
-
**Is your feature request related to a problem? Please describe.**
I need to annotate human pose for pose estimation and alike problems.
**Describe the solution you'd like**
A key point with …
-
```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 =…
-
### What is the feature?
Current RTMO is designed for one class human keypoint detection. I try to train it for multi-class keypoint detection, but get a error
../aten/src/ATen/native/cuda/Scatter…
-
Thanks for your contributions,
I have integrated your code, into https://github.com/vchoutas/smplify-x
I fitted an image then I get a 3D SMPLX Model, then I have used your code to calculate the meas…