CalciferZh / AMCParser

Parse and visualize asf/amc files from CMU MoCap dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

report.

opened this issue · comments

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():

thank you very much for the feedback :)