AnimatedDrawings
AnimatedDrawings copied to clipboard
AssertionError,when I use my own BVH file
Thanks to the author's outstanding work! I encountered the following error when using the BVH file extracted by myself to drive the picture animation. Where can I correct it?
from animated_drawings import render render.start('./examples/config/mvc/interactive_window_example.yaml') CRITICAL:root:framenum specified (1482) and found (1483) do not match CRITICAL:root:Error loading BVH: framenum specified (1482) and found (1483) do not match Traceback (most recent call last): File "D:\pythonProject\AnimatedDrawings\animated_drawings\model\retargeter.py", line 34, in init self.bvh = BVH.from_file(str(motion_cfg.bvh_p), motion_cfg.start_frame_idx, motion_cfg.end_frame_idx) File "D:\pythonProject\AnimatedDrawings\animated_drawings\model\bvh.py", line 162, in from_file assert False, msg AssertionError: framenum specified (1482) and found (1483) do not match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "