ygauravyy's picture
Upload 722 files
d49f7bc verified
raw
history blame
3.58 kB
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost:8080
DEBUG:urllib3.connectionpool:http://localhost:8080 "POST /predictions/drawn_humanoid_detector HTTP/11" 200 195
INFO:root:Detected 1 humanoids in image. Using detection with highest score 0.9965305924415588.
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost:8080
DEBUG:urllib3.connectionpool:http://localhost:8080 "POST /predictions/drawn_humanoid_pose_estimator HTTP/11" 200 1676
INFO:root:Using user-specified mvc config file located at /Users/gauravyadav/AnimatedDrawings/examples/garlic_out/mvc_cfg.yaml
INFO:OpenGL.acceleratesupport:No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
DEBUG:shapely.geos:Formed path for globbing: dylib_path='/Users/gauravyadav/miniconda3/envs/animated_drawings/lib/python3.8/site-packages/shapely/.dylibs/*.dylib'
DEBUG:shapely.geos:Globbed: geos_whl_dylib=['/Users/gauravyadav/miniconda3/envs/animated_drawings/lib/python3.8/site-packages/shapely/.dylibs/libgeos.3.10.3.dylib', '/Users/gauravyadav/miniconda3/envs/animated_drawings/lib/python3.8/site-packages/shapely/.dylibs/libgeos_c.1.16.1.dylib']
DEBUG:shapely.geos:Found GEOS DLL: <CDLL '/Users/gauravyadav/miniconda3/envs/animated_drawings/lib/python3.8/site-packages/shapely/.dylibs/libgeos_c.1.16.1.dylib', handle 6f24bfc0 at 0x30e8adee0>, using it.
INFO:root:OpenGL Version: 4.1 Metal - 89.3
INFO:root:GLSL: 4.10
INFO:root:Renderer: Apple M3 Pro
INFO:root:2 separate polygons found in mask. Using largest.
INFO:root:Encountered values close to zero in vector norm. Replacing with 1e-05
INFO:root:char_runtime_check failed, removing neck from retargeter :('neck', 'above', 'right_shoulder', 'left_shoulder')
INFO:root:Starting joint -> mask pixel BFS
INFO:root:Finished joint -> mask pixel BFS in 1.1685168743133545 seconds
INFO:root:Using BVH file located at /Users/gauravyadav/AnimatedDrawings/examples/bvh/fair1/dab.bvh
INFO:root:Upper Limbs projection_method is pca. Running PCA on ['RightShoulder', 'RightArm', 'RightForeArm', 'RightHand', 'RightHandEnd', 'LeftShoulder', 'LeftArm', 'LeftForeArm', 'LeftHand', 'LeftHandEnd']
INFO:root:PCA complete. Upper Limbs using [1. 0. 0.]
INFO:root:Lower Limbs projection_method is pca. Running PCA on ['RightUpLeg', 'RightLeg', 'RightFoot', 'RightToeBase', 'LeftUpLeg', 'LeftLeg', 'LeftFoot', 'LeftToeBase']
INFO:root:PCA complete. Lower Limbs using [1. 0. 0.]
INFO:root:Trunk projection_method is frontal. Using [1. 0. 0.]
INFO:root: error finding projection plane for joint_name: End Site
INFO:root: error finding projection plane for joint_name: End Site
INFO:root: error finding projection plane for joint_name: RightHandThumb1
INFO:root: error finding projection plane for joint_name: End Site
INFO:root: error finding projection plane for joint_name: End Site
INFO:root: error finding projection plane for joint_name: LeftHandThumb1
INFO:root: error finding projection plane for joint_name: End Site
INFO:root: error finding projection plane for joint_name: End Site
INFO:root: error finding projection plane for joint_name: End Site
INFO:root:tA1xA1 is singular. perturbing...
INFO:root:tA2xA2 is singular. perturbing...
INFO:root: Writing video to: /Users/gauravyadav/AnimatedDrawings/examples/garlic_out/video.gif
INFO:root:invalid frame_idx (339), replacing with last frame 338
INFO:root:Rendered 339 frames in 7.294735908508301 seconds.
INFO:root:VideoWriter will write to /Users/gauravyadav/AnimatedDrawings/examples/garlic_out/video.gif
INFO:root:Wrote video to file in in 5.4290220737457275 seconds.