-
Hi there,
i am wondering on which dataset the pretrained body25 model was trained on? MPII dataset does not include 25 keypoints, so which dataset has been used for training the body25 model?
-
Can only reproduce on AWS machine and not my machine.
Using Julia 1.7.1
```julia
using Enzyme
Enzyme.API.printall!(true)
Enzyme.API.instname!(true)
Enzyme.API.inlineall!(true)
mutable…
-
When using `file_clean()`for the data for the "hands" model I get the following error:
> Error in if (data[row, paste("c", point, sep = "")] 2. clean_data(data, model, cutoff) at file_clean.R#3…
-
Hello,
after trying different options inside of o3d_scene.yml i could only get the skeleton model to run. I assume i must change some arguments for:
body_model:
module: "easymocap.visualize.ske…
-
when i run motion_imitate.py i get error like this:
(env) D:\python\files\iPERCore-main>python demo/motion_imitate.py --gpu_ids 0 --image_size 512 --num_source 2 --output_dir "./results" --assets_di…
-
I use openpose.bin to predict pose and save as json file.I also use 'forward' function in python api to predict pose. However, i find the result is not the same as openpose.bin file.
It seems the o…
-
How do you run the following script for both train and test portions of HICO-DET dataset since, in step 4, I had to run it separately for the train and test portion?
The `script/assign_pose_GT.py` …
-
I was running the code for smpl-x reconstruction on my own videos using the code ->
data='/content/0_input/data'
!python3 apps/demo/mv1p.py $data --out $data/output/smplx --vis_det --vis_repro --un…
-
FileNotFoundError: [Errno 2] No such file or directory: './assets/checkpoints/pose2d/openpose_body25.pth'
Pre-processing: digital deformation start...
FileNotFoundError: [Errno 2] …
-
First of all thank you very much for this great repo! When trying the quick-start example i'm facing some errors where i'd really appreciate some help:
1. After processing the videos:
Traceback…