ColinZhou1993
ColinZhou1993
Hi, I build a skeleton(marked as "skel" below) with "Torso of FreeJoint" and 17 other Joints of "BallJoint", but I am confused by the difference in the definition of "root...
Hi, @xbpeng @Neo-X , I met with a serious issue when I compiled the project on Windows: ** The code execution cannot proceed because openblas.dll was not found. Reinstalling the...
Environment: Ubuntu14.04, ros: indigo version Issue: When I git download the catkin branch, using command "catkin_make", it gives the errors below: "/opt/ros/indigo/lib/librealsense.so: undefined reference to `libusb_strerror' /opt/ros/indigo/lib/librealsense.so: undefined reference to...
Hello, I am confused about the calculation of joint local velocity(lvrt) when reading code: lvrt = np.zeros_like(lpos) lvrt[1:] = quat.to_helical(quat.abs(quat.mul(lrot[1:], quat.inv(lrot[:-1])))) / dt lvrt[0] = lvrt[1] - (lvrt[3] - lvrt[2])...
你好,感谢大佬分享工作,字幕插件可以正常显示,但是在渲染sequencer到movie时候,字幕消失,问一下该怎么处理?感谢大佬的回复。
Hello, I met some trouble when run the command "python main_avatar.py -c configs/avatarrex_zzr/avatar.yaml --mode=test". For I did not find the "prev_ckpt" in the link(the pretrained model, some thing like "net.py"?):...