robindsyang / LoBSTr

LoBSTr Real-time Lower-body Pose Prediction from Sparse Upper-body Tracking Signals
1 stars 0 forks source link

Train and Test npz. #1

Open jackspp opened 3 years ago

jackspp commented 3 years ago

Dear sir/madam, Thanks for such a great work ! Could you provide 'dataset_LoBSTr_60fps_valid_noised_0.005_1.npz' for test and ' dataset_LoBSTr_60fps_train_noised_0.005_1.npz' for train? Thanks!

robindsyang commented 3 years ago

Hi!

I downloaded .bvh files from the link below (Daniel Holden's blog) and made .npz files with dataset_builder.py script. Files used for training and validation sets are in the appendix of the paper.

.bvh link -> https://theorangeduck.com/media/uploads/other_stuff/motionsynth_data.ziphttps://theorangeduck.com/media/uploads/other_stuff/motionsynth_data.zip

Thank you!

jackspp commented 3 years ago

Hi!

I downloaded .bvh files from the link below and made .npz files with dataset_builder.py script. Files used for training and validation sets are in the appendix of the paper.

.bvh link -> https://theorangeduck.com/media/uploads/other_stuff/motionsynth_data.ziphttps://theorangeduck.com/media/uploads/other_stuff/motionsynth_data.zip

Thank you!

Thanks for your quick reply. I've generated a csv file by test.py. How to visualize this csv file ? Thanks !

robindsyang commented 3 years ago

There is a .csv play script and stickman model in the attached unity3d project.

jackspp commented 3 years ago

There is a .csv play script and stickman model in the attached unity3d project.

I tried to load LoBSTr_unity in unity, however it states 'All compiler errors have to be fixed before you can enter playmode!', and in unity console there is only one empty error which states nothing. Do you have any solution for this ? Sorry i'm not familar with unity.

robindsyang commented 3 years ago

I just updated the repo (.gitignore) and checked the project downloaded as .zip.

The project had no error message and worked well.

Could you please try again?

huajian1069 commented 3 years ago

There is a .csv play script and stickman model in the attached unity3d project.

I tried to load LoBSTr_unity in unity, however it states 'All compiler errors have to be fixed before you can enter playmode!', and in unity console there is only one empty error which states nothing. Do you have any solution for this ? Sorry i'm not familar with unity.

I am also a user to learn this paper. I can confirm that the LoBSTr_unity works for me.