.obj files from video to .fbx

.obj files from video to .fbx

Anonymous
Not applicable
786 Views
0 Replies
Message 1 of 1

.obj files from video to .fbx

Anonymous
Not applicable

Hello. I have a sequence of .obj files generated for each frame of video. I know we can read the single .obj file in autodesk but I was wondering how to generate the animation. This is the format of my data : 

 

pred_cam (n_frames, 3) # weak perspective camera parameters in cropped image space (s,tx,ty)
orig_cam (n_frames, 4) # weak perspective camera parameters in original image space (sx,sy,tx,ty)
verts (n_frames, 6890, 3) # SMPL mesh vertices
pose (n_frames, 72) # SMPL pose parameters
betas (n_frames, 10) # SMPL body shape parameters
joints3d (n_frames, 49, 3) # SMPL 3D joints
joints2d (n_frames, 21, 3) # 2D keypoint detections by STAF if pose tracking enabled otherwise None
bboxes (n_frames, 4) # bbox detections (cx,cy,w,h)s
frame_ids (n_frames,) # frame ids in which subject with tracking id #1 appears

 

Can you please help me in this regard ?

 

0 Likes
787 Views
0 Replies
Replies (0)