-
Hello! Thanks for the amazing work !! I would like to know if the hyperpose supports BODY25 model. I've gone through the support section, but haven't found any details related to the BODY25 model supp…
-
I want to train openpose with a custom data to fit my use case, what is the best way to do so ? Have seen few issues that were posted few years back suggesting to use (https://github.com/ZheC/Realtime…
-
Hi, kappa seems very promising, but I think it can be more powerful.
Would u consider add Halpe dataset support? Here I am not mean add a whole body key points , but can u train a body25 key points …
-
python smpl_registration/fit_SMPLHD.py data/mesh_1/scan.obj data/mesh_1/3D_pose.json data/mesh_1/
Using SMPL model for registration
SMPL not specified, fitting SMPL now
scan path ... data/mesh_1/sc…
-
-
Traceback (most recent call last):
File "d_setLayers.py", line 368, in
isFinalModel, numberIterations, maximumPafStage, sUsePReLU, extraGT, sFootParts, sFootPAFs)
File "/media/billzhou/Dat…
-
Hey there,
I am trying to add some new keypoints to the detection to generate some additionel PAF's.
To get something like the Body25 modell, from the "Open Pose" paper.
In the README it sad…
-
Hello, I am currently using the file "src/python/mnet4/csvNET.py". I noticed that in the file con0014/2dJoints_v1.4.csv downloaded from Google Colab, there seem to be 138 2D keypoints. The results fro…
-
Hello @chingswy , Hope you doing well.
So apparently, I was able to project human3.6m groundtruth and got the smpl reconstructed. However, there is a slight mismatch in the 4 cameras' output. Camer…
-
`import cv2
from src import OpenPoseV2, OpenPoseV2Config, HyperConfig
openpose_config = OpenPoseV2Config()
openpose_config.input_res = 512
hyper_config = HyperConfig()
hyper_config.drawing_stic…