Traceback (most recent call last):
File "/home/anthony/Downloads/TransPose-main/example.py", line 15, in
net = TransPoseNet().to(device)
File "/home/anthony/Downloads/TransPose-main/net.py", line 47, in init
m = art.ParametricModel(paths.smpl_file)
File "/home/anthony/Downloads/TransPose-main/articulate/model.py", line 30, in init
self._J_regressor = torch.from_numpy(data['J_regressor'].toarray()).float().to(device)
AttributeError: 'numpy.ndarray' object has no attribute 'toarray'
Traceback (most recent call last): File "/home/anthony/Downloads/TransPose-main/example.py", line 15, in
net = TransPoseNet().to(device)
File "/home/anthony/Downloads/TransPose-main/net.py", line 47, in init
m = art.ParametricModel(paths.smpl_file)
File "/home/anthony/Downloads/TransPose-main/articulate/model.py", line 30, in init
self._J_regressor = torch.from_numpy(data['J_regressor'].toarray()).float().to(device)
AttributeError: 'numpy.ndarray' object has no attribute 'toarray'