Ravi Chunduru
Ravi Chunduru
Hi, thanks for your work! Can you specify how I can run inference with your pretrained models on some custom RGBD data that I have?
I am using this implementation to reduce a dataset from 250,000 dimensions to 10 dimensions and it is taking almost 90 minutes while scikit's implementation takes only 4 to 5...
Hi, can you please describe the inference config file. ``` phase: test num_joint: 22 weights: ./pretrain/shape_aware.pt device: [0] save_path: ./save/inference/ k: 0.8 load_inp_data: inp_shape_path: ./datasets/mixamo/test_shape/Ortiz.npz tgt_shape_path: ./datasets/mixamo/test_shape/Sporty_Granny.npz stats_path: ./datasets/mixamo/stats inp_bvh_path:...
Hi can you please add a license to this repository