Lark Lee
Lark Lee
My task is to test the auto gradient with the matrix operation. Here are my code: `import taichi as ti import math ti.init(arch=ti.gpu,debug=True) N = 10 Dim3=3 Dim2=2 Dim1=1 positions...
Thanks for your great work. I am confused about the coordination of the output. There are global transl and orientation. I am a bit about which coordination they lie in....
what's the meaning of "smpl_optimized_aligned_scale.npz" for each dataset? Since the SMPL parameters from ROMP are in the camera space, if we want to render the image using the camera of...
Any idea for this? Traceback (most recent call last): File "smal_fitter/optimize_to_joints.py", line 147, in main() File "smal_fitter/optimize_to_joints.py", line 89, in main model = SMALFitter(device, data, config.WINDOW_SIZE, config.SHAPE_FAMILY, use_unity_prior) File "C:\Users\LID0E\source\Research\SMALift\SMALify\smal_fitter\smal_fitter.py",...