CalciferZh / AMCParser

Parse and visualize asf/amc files from CMU MoCap dataset.
MIT License
137 stars 27 forks source link

report. #5

Closed ghost closed 4 years ago

ghost commented 4 years ago

Thank you for opening those code. But Small bug is In 3DViewer.py on line 195 and 204.

for j in joints.values(): should be changed to for j in self.joints.values():

CalciferZh commented 4 years ago

thank you very much for the feedback :)