MotionCtrl icon indicating copy to clipboard operation
MotionCtrl copied to clipboard

About SVD Model Inference Code

Open jhj7905 opened this issue 9 months ago • 1 comments

@yxgeee @xinntao @wzhouxiff @eltociear @yeliudev Hello, Thank you for releasing great work. I have questions about SVD Model Inference Code. Why do you multiply np.array([3, 1, 4]) to pose?? Can you tell me it in details? https://github.com/TencentARC/MotionCtrl/blob/30953f7f618ca7e7226c9b0c0713cb6539d25b82/main/inference/motionctrl_cmcm.py#L85

And if I want to train the model with lower resolution(1024x576 -> 512x320), how do i modify the code? Thank you in advance

jhj7905 avatar May 02 '24 07:05 jhj7905

Same question, "Why do you multiply np.array([3, 1, 4]) to pose??"

yshen47 avatar May 25 '24 17:05 yshen47