3d_pose_baseline_pytorch icon indicating copy to clipboard operation
3d_pose_baseline_pytorch copied to clipboard

A simple baseline for 3d human pose estimation in PyTorch.

Results 23 3d_pose_baseline_pytorch issues
Sort by recently updated
recently updated
newest added
trafficstars

I have download the pretrianed model gt_ckpt_best.pth.tar. But when I run the command python main.py --load gt_ckpt_best.pth.tar --test, the error 'ascii' codec can't decode byte 0xe5 in position 0: ordinal...

how to get the data train_2d_ft.pth.tar, test_2d_ft.pth.tar, train_2d.pth.tar,test_2d.pth.tar and train_3d.pth.tar ? Thank you so much If you can help me !

Many thanks for making this PyTorch implementation available. The pre-processed Human3.6M dataset and the pre-trained model on Google Drive look not available anymore, can you please re-upload them? Thanks a...

Could you please share the data/stat_3d.pth.tar ? ``` [jalal@goku 3d_pose_baseline_pytorch]$ python main.py --exp example ==================Options================= { 'action': 'All', 'ckpt': 'checkpoint/example', 'data_dir': 'data/', 'dropout': 0.5, 'epochs': 200, 'exp': 'example', 'is_train': True,...

When the required action is sittingdown, the current file will read both the sitting and sittingdown. This will affect the accuracy of the sequence of sittingdown So I suggest to...

how do you do the data preprocessing, can you explain the process?

Running on Windows 10 Python Python 3.6.7 When trying to run the test with the given model from google drive and the dataset, I get the following error: >>> TEST...

Hi, In the original tensorflow repo , while creating the 3d GT data , they centre the poses wrt hip joint and while calculating the error undo that. But in...

getting this error while loading data. Am i missing something?

After putting the file into /data, what other operations are required?I didn't do anything, and then the above error occurred