Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZhengdiYu/SignAvatars
/ functions
Functions
913 in github.com/ZhengdiYu/SignAvatars
⨍
Functions
913
◇
Types & classes
78
↳
Endpoints
1
Function
requires_ctx
(func)
visualizer/aitviewer/utils/decorators.py:19
Function
requires_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
Function
requires_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
Method
reset_camera
(self)
visualizer/aitviewer/renderer.py:39
Method
reset_params
(self, **params_dict)
common/utils/smplx/smplx/body_models.py:267
Function
resize_bbox
(bbox, scale=1.2)
common/utils/preprocessing.py:496
Function
restore_bbox
(bbox_center, bbox_size, aspect_ratio, extension_ratio)
common/utils/transforms.py:142
Method
rgb_to_uint
(r, g, b)
visualizer/aitviewer/renderer.py:449
Method
right
(self)
visualizer/aitviewer/scene/camera.py:94
Method
right
(self)
visualizer/aitviewer/scene/camera.py:460
Method
right
(self)
visualizer/aitviewer/scene/camera.py:599
Method
right
(self)
visualizer/aitviewer/scene/camera.py:770
Method
right
(self)
visualizer/aitviewer/scene/camera.py:962
Function
rigid_align
(A, B)
common/utils/transforms.py:52
Function
rot2aa_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
Function
rot2aa_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
Function
rot6d_to_axis_angle
(x)
common/utils/transforms.py:72
Function
rot6d_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
Method
rotation
(self)
visualizer/aitviewer/scene/node.py:200
Method
rotation
(self)
visualizer/aitviewer/scene/camera.py:779
Method
rotations
(self)
visualizer/aitviewer/scene/node.py:211
Method
run
Same as self.save_video, kept for backward compatibility.
visualizer/aitviewer/headless.py:38
Method
safe_release
(b)
visualizer/aitviewer/renderer.py:106
Function
sample_joint_features
(img_feat, joint_xy)
common/utils/transforms.py:89
Method
save_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
Method
save_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
Method
save_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
Function
save_obj
(v, f, file_name='output.obj')
common/utils/vis.py:120
Method
scale
(self)
visualizer/aitviewer/scene/node.py:220
Method
scales
(self)
visualizer/aitviewer/scene/node.py:231
Method
selected_mode
(self)
visualizer/aitviewer/scene/node.py:171
Method
selected_mode
(self)
visualizer/aitviewer/renderables/smpl.py:554
Method
send_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
Method
set_temp_camera
(self, camera: CameraInterface)
visualizer/aitviewer/renderer.py:35
Function
setup_failures
At the start of a test session remove the failures directory
visualizer/tests/conftest.py:9
Method
show_in_hierarchy
(self)
visualizer/aitviewer/scene/node.py:420
Method
skeletons
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
Function
soft_argmax_2d
(heatmap2d)
common/utils/transforms.py:99
Function
soft_argmax_3d
(heatmap3d)
common/utils/transforms.py:119
Function
sort_key
(x)
visualizer/examples/load_VIBE.py:74
Function
sort_key
(x)
visualizer/examples/load_GLAMR.py:99
Method
sort_key
(x)
visualizer/aitviewer/renderables/multi_view_system.py:138
Method
sort_key
(x)
visualizer/aitviewer/renderables/meshes.py:899
Method
sphere_colors
(self)
visualizer/aitviewer/renderables/spheres.py:156
Method
sphere_positions
(self)
visualizer/aitviewer/renderables/spheres.py:183
Method
start
(self)
visualizer/aitviewer/streamables/streamable.py:28
Method
stop
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
Method
stop
(self)
visualizer/aitviewer/streamables/streamable.py:31
Method
t_pose
Creates a SMPL sequence whose single frame is a SMPL mesh in T-Pose.
visualizer/aitviewer/renderables/star.py:174
Method
target
(self)
visualizer/aitviewer/scene/camera.py:966
Function
test_amass
(viewer: Viewer)
visualizer/tests/test_renderables.py:151
Function
test_empty
(viewer: Viewer)
visualizer/tests/test_misc.py:88
Function
test_headless
(viewer: HeadlessRenderer)
visualizer/tests/test_misc.py:28
Function
test_instancing
(viewer: Viewer)
visualizer/tests/test_misc.py:272
Function
test_normals
(viewer: Viewer)
visualizer/tests/test_misc.py:66
Function
test_obj
(viewer: Viewer)
visualizer/tests/test_renderables.py:49
Function
test_opencv_camera
(viewer: Viewer)
visualizer/tests/test_misc.py:116
Function
test_renderables
(viewer: Viewer)
visualizer/tests/test_renderables.py:19
Function
test_smpl
(viewer: Viewer)
visualizer/tests/test_renderables.py:107
Function
test_smplh
(viewer: Viewer)
visualizer/tests/test_renderables.py:90
Function
test_smplx
(viewer: Viewer)
visualizer/tests/test_renderables.py:129
Function
test_sphere_and_line_colors
(viewer: Viewer)
visualizer/tests/test_misc.py:286
Function
test_vertex_face_colors
(viewer: Viewer)
visualizer/tests/test_misc.py:140
Function
test_weak_perspective_camera
(viewer: Viewer)
visualizer/tests/test_misc.py:102
Method
tips
(self)
visualizer/aitviewer/renderables/arrows.py:121
Function
to_numpy
(x)
visualizer/aitviewer/utils/utils.py:36
Method
to_opencv_camera
Returns a OpenCVCamera object with extrinsics and intrinsics computed from this camera.
visualizer/aitviewer/scene/camera.py:794
Method
to_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
Method
toggle_pause
Toggle the paused state
visualizer/aitviewer/utils/perf_timer.py:98
Method
transform
(x)
visualizer/aitviewer/renderables/billboard.py:168
Method
transformed_vertices
(self)
visualizer/aitviewer/renderables/meshes.py:255
Method
undistort
(img, current_frame_id)
visualizer/aitviewer/renderables/billboard.py:182
Method
unicode_char_entered
(self, char)
visualizer/aitviewer/viewer.py:1569
Method
up
(self)
visualizer/aitviewer/scene/camera.py:89
Method
up
(self)
visualizer/aitviewer/scene/camera.py:456
Method
up
(self)
visualizer/aitviewer/scene/camera.py:595
Method
up
(self)
visualizer/aitviewer/scene/camera.py:765
Method
up
(self)
visualizer/aitviewer/scene/camera.py:954
Method
update_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
Method
update_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
Method
update_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
Method
update_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
Method
update_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
Method
update_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
Method
update_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
Method
update_frames
(self, lines, frames)
visualizer/aitviewer/renderables/lines.py:436
Method
update_frames
(self, origins, tips, frames)
visualizer/aitviewer/renderables/arrows.py:149
Method
update_frames
(self, poses_body, frames, poses_root=None, trans=None, betas=None)
visualizer/aitviewer/renderables/smpl.py:779
Method
update_frames
(self, positions, frames)
visualizer/aitviewer/renderables/spheres.py:269
Method
update_frames
(self, vertices, frames)
visualizer/aitviewer/renderables/meshes.py:714
Method
update_frames
(self, rb_pos, rb_ori, frames)
visualizer/aitviewer/renderables/rigid_bodies.py:170
Method
update_matrices
(self, width, height)
visualizer/aitviewer/scene/camera.py:74
Method
update_matrices
(self, width, height)
visualizer/aitviewer/scene/camera.py:463
Method
update_matrices
(self, width, height)
visualizer/aitviewer/scene/camera.py:1007
Method
vertex_colors
(self)
visualizer/aitviewer/renderables/spheres.py:138
Method
vertex_colors
(self)
visualizer/aitviewer/renderables/meshes.py:312
Method
vertex_faces
(self)
visualizer/aitviewer/renderables/meshes.py:267
Method
vertex_normals
(self)
visualizer/aitviewer/renderables/smpl.py:366
Method
vertex_normals
Get or compute all vertex normals (this might take a while for long sequences).
visualizer/aitviewer/renderables/meshes.py:274
Method
vertex_normals
(self)
visualizer/aitviewer/renderables/volume.py:97
← previous
next →
801–900 of 913, ranked by callers