This PR fixes an assertion error that occurs when converting SMPL outputs to BVH format in the InverseKinematics.py file. The user reported the error and suggested commenting out the assertion on line 105 as a workaround. After investigating the assertion, it was found to be unnecessary for the correct functioning of the code. Therefore, the assertion has been removed in this PR.
Summary of Changes
Removed the assertion on line 105 in InverseKinematics.py.
Updated the code to handle the conversion of SMPL outputs to BVH format without the unnecessary assertion.
Please review and merge this PR to resolve the assertion error and improve the conversion process.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
Description
This PR fixes an assertion error that occurs when converting SMPL outputs to BVH format in the
InverseKinematics.py
file. The user reported the error and suggested commenting out the assertion on line 105 as a workaround. After investigating the assertion, it was found to be unnecessary for the correct functioning of the code. Therefore, the assertion has been removed in this PR.Summary of Changes
InverseKinematics.py
.Please review and merge this PR to resolve the assertion error and improve the conversion process.
Fixes #1.
To checkout this PR branch, run the following command in your terminal: