MCPcopy Create free account

hub / github.com/ZhengdiYu/SignAvatars / functions

Functions913 in github.com/ZhengdiYu/SignAvatars

Functionrequires_ctx
(func)
visualizer/aitviewer/utils/decorators.py:19
Functionrequires_ffmpeg
Decorator for tests that require ffmpeg to be installed. If ffmpeg is not found the test will be skipped.
visualizer/tests/utils.py:96
Functionrequires_smpl
Decorator for tests that require the SMPL dataset, if the dataset is not found the test will be skipped.
visualizer/tests/utils.py:85
Methodreset_camera
(self)
visualizer/aitviewer/renderer.py:39
Methodreset_params
(self, **params_dict)
common/utils/smplx/smplx/body_models.py:267
Functionresize_bbox
(bbox, scale=1.2)
common/utils/preprocessing.py:496
Functionrestore_bbox
(bbox_center, bbox_size, aspect_ratio, extension_ratio)
common/utils/transforms.py:142
Methodrgb_to_uint
(r, g, b)
visualizer/aitviewer/renderer.py:449
Methodright
(self)
visualizer/aitviewer/scene/camera.py:94
Methodright
(self)
visualizer/aitviewer/scene/camera.py:460
Methodright
(self)
visualizer/aitviewer/scene/camera.py:599
Methodright
(self)
visualizer/aitviewer/scene/camera.py:770
Methodright
(self)
visualizer/aitviewer/scene/camera.py:962
Functionrigid_align
(A, B)
common/utils/transforms.py:52
Functionrot2aa_numpy
Convert rotation matrices to rotation vectors (angle-axis representation). :param rotation_matrices: A numpy array of shape (..., 3, 3).
visualizer/aitviewer/utils/so3.py:44
Functionrot2aa_torch
Convert rotation matrices to rotation vectors (angle-axis representation). :param rotation_matrices: A torch tensor of shape (..., 3, 3).
visualizer/aitviewer/utils/so3.py:24
Functionrot6d_to_axis_angle
(x)
common/utils/transforms.py:72
Functionrot6d_to_rotmat
Convert 6D rotation representation to 3x3 rotation matrix. Based on Zhou et al., "On the Continuity of Rotation Representations in Neural Net
common/utils/geometry.py:53
Methodrotation
(self)
visualizer/aitviewer/scene/node.py:200
Methodrotation
(self)
visualizer/aitviewer/scene/camera.py:779
Methodrotations
(self)
visualizer/aitviewer/scene/node.py:211
Methodrun
Same as self.save_video, kept for backward compatibility.
visualizer/aitviewer/headless.py:38
Methodsafe_release
(b)
visualizer/aitviewer/renderer.py:106
Functionsample_joint_features
(img_feat, joint_xy)
common/utils/transforms.py:89
Methodsave_depth
Render and save the depth buffer, see 'get_depth()' for more information about the depth format. :param file_path: the path w
visualizer/aitviewer/headless.py:67
Methodsave_frame
Run the headless viewer and render a single frame. :param file_path: the path where the image is saved. :param scale_factor:
visualizer/aitviewer/headless.py:57
Methodsave_mask
Render and save a color mask as a 'RGB' PIL image. Each object in the mask has a uniform color computed from the Node UID (can be acc
visualizer/aitviewer/headless.py:79
Functionsave_obj
(v, f, file_name='output.obj')
common/utils/vis.py:120
Methodscale
(self)
visualizer/aitviewer/scene/node.py:220
Methodscales
(self)
visualizer/aitviewer/scene/node.py:231
Methodselected_mode
(self)
visualizer/aitviewer/scene/node.py:171
Methodselected_mode
(self)
visualizer/aitviewer/renderables/smpl.py:554
Methodsend_message
Send a message to a single client or to all connected clients. :param msg: a python object that is serialized with pickle and sent t
visualizer/aitviewer/server.py:171
Methodset_temp_camera
(self, camera: CameraInterface)
visualizer/aitviewer/renderer.py:35
Functionsetup_failures
At the start of a test session remove the failures directory
visualizer/tests/conftest.py:9
Methodshow_in_hierarchy
(self)
visualizer/aitviewer/scene/node.py:420
Methodskeletons
Return how the joints are connected in the kinematic chain where skeleton[0, i] is the parent of joint skeleton[1, i].
visualizer/aitviewer/models/star.py:77
Functionsoft_argmax_2d
(heatmap2d)
common/utils/transforms.py:99
Functionsoft_argmax_3d
(heatmap3d)
common/utils/transforms.py:119
Functionsort_key
(x)
visualizer/examples/load_VIBE.py:74
Functionsort_key
(x)
visualizer/examples/load_GLAMR.py:99
Methodsort_key
(x)
visualizer/aitviewer/renderables/multi_view_system.py:138
Methodsort_key
(x)
visualizer/aitviewer/renderables/meshes.py:899
Methodsphere_colors
(self)
visualizer/aitviewer/renderables/spheres.py:156
Methodsphere_positions
(self)
visualizer/aitviewer/renderables/spheres.py:183
Methodstart
(self)
visualizer/aitviewer/streamables/streamable.py:28
Methodstop
Stop the timer. Should only be called once when stopping the timer. Returns: Tuple[float, float]: Current position in th
visualizer/aitviewer/utils/perf_timer.py:105
Methodstop
(self)
visualizer/aitviewer/streamables/streamable.py:31
Methodt_pose
Creates a SMPL sequence whose single frame is a SMPL mesh in T-Pose.
visualizer/aitviewer/renderables/star.py:174
Methodtarget
(self)
visualizer/aitviewer/scene/camera.py:966
Functiontest_amass
(viewer: Viewer)
visualizer/tests/test_renderables.py:151
Functiontest_empty
(viewer: Viewer)
visualizer/tests/test_misc.py:88
Functiontest_headless
(viewer: HeadlessRenderer)
visualizer/tests/test_misc.py:28
Functiontest_instancing
(viewer: Viewer)
visualizer/tests/test_misc.py:272
Functiontest_normals
(viewer: Viewer)
visualizer/tests/test_misc.py:66
Functiontest_obj
(viewer: Viewer)
visualizer/tests/test_renderables.py:49
Functiontest_opencv_camera
(viewer: Viewer)
visualizer/tests/test_misc.py:116
Functiontest_renderables
(viewer: Viewer)
visualizer/tests/test_renderables.py:19
Functiontest_smpl
(viewer: Viewer)
visualizer/tests/test_renderables.py:107
Functiontest_smplh
(viewer: Viewer)
visualizer/tests/test_renderables.py:90
Functiontest_smplx
(viewer: Viewer)
visualizer/tests/test_renderables.py:129
Functiontest_sphere_and_line_colors
(viewer: Viewer)
visualizer/tests/test_misc.py:286
Functiontest_vertex_face_colors
(viewer: Viewer)
visualizer/tests/test_misc.py:140
Functiontest_weak_perspective_camera
(viewer: Viewer)
visualizer/tests/test_misc.py:102
Methodtips
(self)
visualizer/aitviewer/renderables/arrows.py:121
Functionto_numpy
(x)
visualizer/aitviewer/utils/utils.py:36
Methodto_opencv_camera
Returns a OpenCVCamera object with extrinsics and intrinsics computed from this camera.
visualizer/aitviewer/scene/camera.py:794
Methodto_pinhole_camera
Returns a PinholeCamera object with positions and targets computed from this camera. :param target_distance: distance from the camera
visualizer/aitviewer/scene/camera.py:657
Methodtoggle_pause
Toggle the paused state
visualizer/aitviewer/utils/perf_timer.py:98
Methodtransform
(x)
visualizer/aitviewer/renderables/billboard.py:168
Methodtransformed_vertices
(self)
visualizer/aitviewer/renderables/meshes.py:255
Methodundistort
(img, current_frame_id)
visualizer/aitviewer/renderables/billboard.py:182
Methodunicode_char_entered
(self, char)
visualizer/aitviewer/viewer.py:1569
Methodup
(self)
visualizer/aitviewer/scene/camera.py:89
Methodup
(self)
visualizer/aitviewer/scene/camera.py:456
Methodup
(self)
visualizer/aitviewer/scene/camera.py:595
Methodup
(self)
visualizer/aitviewer/scene/camera.py:765
Methodup
(self)
visualizer/aitviewer/scene/camera.py:954
Methodupdate_frames
Update frames of the remote Node. This function should be implemented by subclasses to match the relative add_frames() method
visualizer/aitviewer/remote/node.py:40
Methodupdate_frames
Update frames of the remote Lines node by updating the origins and tips. :param lines: Set of 3D coordinates as a np array of shape
visualizer/aitviewer/remote/renderables/lines.py:31
Methodupdate_frames
Update frames of the remote Arrows node by updating the origins and tips. :param origins: Set of 3D coordinates of the base of the a
visualizer/aitviewer/remote/renderables/arrows.py:34
Methodupdate_frames
Update frames of the remote SMPLSequence node by updating body poses. :param poses_body: An np array of shape (N, N_JOINTS*3) or (N_
visualizer/aitviewer/remote/renderables/smpl.py:44
Methodupdate_frames
Update frames of the remote Spheres node by updating the sphere positions. :param positions: A numpy array of shape (N, P, 3) or (P,
visualizer/aitviewer/remote/renderables/spheres.py:31
Methodupdate_frames
Update frames of the remote Meshes node by adding new vertices. :param vertices: Set of 3D coordinates as a np array of shape (N, V,
visualizer/aitviewer/remote/renderables/meshes.py:32
Methodupdate_frames
Update frames of the remote RigidBodies node by updating the positions and orientations. :param rb_pos: A np array of shape (N, R, 3
visualizer/aitviewer/remote/renderables/rigid_bodies.py:33
Methodupdate_frames
(self, lines, frames)
visualizer/aitviewer/renderables/lines.py:436
Methodupdate_frames
(self, origins, tips, frames)
visualizer/aitviewer/renderables/arrows.py:149
Methodupdate_frames
(self, poses_body, frames, poses_root=None, trans=None, betas=None)
visualizer/aitviewer/renderables/smpl.py:779
Methodupdate_frames
(self, positions, frames)
visualizer/aitviewer/renderables/spheres.py:269
Methodupdate_frames
(self, vertices, frames)
visualizer/aitviewer/renderables/meshes.py:714
Methodupdate_frames
(self, rb_pos, rb_ori, frames)
visualizer/aitviewer/renderables/rigid_bodies.py:170
Methodupdate_matrices
(self, width, height)
visualizer/aitviewer/scene/camera.py:74
Methodupdate_matrices
(self, width, height)
visualizer/aitviewer/scene/camera.py:463
Methodupdate_matrices
(self, width, height)
visualizer/aitviewer/scene/camera.py:1007
Methodvertex_colors
(self)
visualizer/aitviewer/renderables/spheres.py:138
Methodvertex_colors
(self)
visualizer/aitviewer/renderables/meshes.py:312
Methodvertex_faces
(self)
visualizer/aitviewer/renderables/meshes.py:267
Methodvertex_normals
(self)
visualizer/aitviewer/renderables/smpl.py:366
Methodvertex_normals
Get or compute all vertex normals (this might take a while for long sequences).
visualizer/aitviewer/renderables/meshes.py:274
Methodvertex_normals
(self)
visualizer/aitviewer/renderables/volume.py:97
← previousnext →801–900 of 913, ranked by callers