ArashHosseini

Results 38 comments of ArashHosseini

can you send me also the corrupt frame, it must be on the beginning. or send me all as zip. thx

46 kb...., check the zip please, is corrupt. thx

@adampelah where are the jsons coming from? thc

@adampelah , normally you do a so-called "t-pose" at the beginning of a mocap seq, it has the side effect that all opticals and thus joints are recognized. Since your...

@adampelah , remove line 393 and move the if body back like: ``` #if not poses3d is None: to_export = poses3d.tolist()[0] x,y,z = [[] for _ in range(3)] for o...

@adampelah , try it with ``` p3d = poses3d logger.info("frame score {0}".format(np.min(poses3d))) x,y,z = [[] for _ in range(3)] if not poses3d is None: to_export = poses3d.tolist()[0] else: to_export =...

Pose3d is none for this frame, p3d also. Please upload the images and jsons please, we can not do much about it, we need better skeleton in frame

@Montage-LSM i think frame 0 is missing, try to rename your json files with 0 like str(0).zfill(12).json or where are json's coming from? Naming convention looks like: 000000000000_keypoints.json, 000000000001_keypoints.json, ......

hi @adampelah ,i am running tmp2.zip with ``` p3d = poses3d logger.info("frame score {0}".format(np.min(poses3d))) x,y,z = [[] for _ in range(3)] if not poses3d is None: to_export = poses3d.tolist()[0] else:...

@Montage-LSM, @Sunlolo hi, the 3D information is already included in 3d_json file. Maya is a dcc application, the maya_skeleton.py file is Reading the information from the json and will build...