MCPcopy Create free account

hub / github.com/ZhengdiYu/SignAvatars / types & classes

Types & classes78 in github.com/ZhengdiYu/SignAvatars

↓ 29 callersClassSMPLLayer
A wrapper for the various SMPL body models.
visualizer/aitviewer/models/smpl.py:31
↓ 27 callersClassMeshes
A sequence of triangle meshes. This assumes that the mesh topology is fixed over the sequence.
visualizer/aitviewer/renderables/meshes.py:48
↓ 21 callersClassViewer
visualizer/aitviewer/viewer.py:91
↓ 12 callersClassLines
Render lines as cylinders or cones. Can render approx. 600k lines at 40 fps.
visualizer/aitviewer/renderables/lines.py:219
↓ 11 callersClassSMPLSequence
Represents a temporal sequence of SMPL poses. Can be loaded from disk or initialized from memory.
visualizer/aitviewer/renderables/smpl.py:46
↓ 8 callersClassOpenCVCamera
A camera described by extrinsics and intrinsics in the format used by OpenCV
visualizer/aitviewer/scene/camera.py:515
↓ 8 callersClassRigidBodies
A sequence of N 3D positions and orientations in space.
visualizer/aitviewer/renderables/rigid_bodies.py:28
↓ 8 callersClassSpheres
Render some simple spheres.
visualizer/aitviewer/renderables/spheres.py:69
↓ 6 callersClassRemoteMeshes
visualizer/aitviewer/remote/renderables/meshes.py:5
↓ 5 callersClassHeadlessRenderer
visualizer/aitviewer/headless.py:26
↓ 5 callersClassMaterial
Per object material properties.
visualizer/aitviewer/scene/material.py:19
↓ 5 callersClassStruct
common/utils/smplx/smplx/utils.py:107
↓ 4 callersClassViewerCamera
The camera used by the Viewer. It can be either a Pinhole or Orthographic camera. This camera also supports orbiting, panning and generating
visualizer/aitviewer/scene/camera.py:873
↓ 3 callersClassPinholeCamera
Your classic pinhole camera.
visualizer/aitviewer/scene/camera.py:724
↓ 3 callersClassSTARLayer
Wraps the publicly available STAR model to match SMPLX model interface
visualizer/aitviewer/models/star.py:34
↓ 2 callersClassArrows
Draw an arrow.
visualizer/aitviewer/renderables/arrows.py:23
↓ 2 callersClassFLAMEOutput
common/utils/smplx/smplx/utils.py:82
↓ 2 callersClassLines2D
Render 2D lines.
visualizer/aitviewer/renderables/lines.py:450
↓ 2 callersClassMANOOutput
common/utils/smplx/smplx/utils.py:76
↓ 2 callersClassNode
Interface for nodes.
visualizer/aitviewer/scene/node.py:27
↓ 2 callersClassSMPLHOutput
common/utils/smplx/smplx/utils.py:63
↓ 2 callersClassSMPLOutput
common/utils/smplx/smplx/utils.py:57
↓ 2 callersClassSMPLXOutput
common/utils/smplx/smplx/utils.py:70
↓ 2 callersClassWeakPerspectiveCamera
A sequence of weak perspective cameras. The camera is positioned at (0,0,1) axis aligned and looks towards the negative z direction following
visualizer/aitviewer/scene/camera.py:395
↓ 1 callersClassBoundingBoxes
Draw bounding boxes.
visualizer/aitviewer/renderables/bounding_boxes.py:24
↓ 1 callersClassChessboardPlane
A plane that is textured like a chessboard.
visualizer/aitviewer/renderables/plane.py:150
↓ 1 callersClassClickingViewer
This viewer just allows to place spheres onto vertices that we clicked on with the mouse. This only works if the viewer is in "inspection" mo
visualizer/examples/vertex_clicking.py:27
↓ 1 callersClassConfiguration
visualizer/aitviewer/configuration.py:24
↓ 1 callersClassCoordinateSystem
Render a coordinate system using shaded cylinders.
visualizer/aitviewer/renderables/coordinate_system.py:22
↓ 1 callersClassCustomViewer
visualizer/examples/remote_two_way_communication.py:61
↓ 1 callersClassCustomViewer
visualizer/examples/remote_custom_viewer.py:78
↓ 1 callersClassFLAME
common/utils/smplx/smplx/body_models.py:1687
↓ 1 callersClassFLAMELayer
common/utils/smplx/smplx/body_models.py:2052
↓ 1 callersClassImGuiRenderer
visualizer/aitviewer/utils/imgui_integration.py:25
↓ 1 callersClassMANO
common/utils/smplx/smplx/body_models.py:1410
↓ 1 callersClassMANOLayer
common/utils/smplx/smplx/body_models.py:1621
↓ 1 callersClassPerfTimer
Timer based on python ``time``.
visualizer/aitviewer/utils/perf_timer.py:28
↓ 1 callersClassPointClouds
Draw a point clouds man!
visualizer/aitviewer/renderables/point_clouds.py:30
↓ 1 callersClassRenderer
visualizer/aitviewer/renderer.py:52
↓ 1 callersClassSMPL
common/utils/smplx/smplx/body_models.py:43
↓ 1 callersClassSMPLH
common/utils/smplx/smplx/body_models.py:480
↓ 1 callersClassSMPLHLayer
common/utils/smplx/smplx/body_models.py:731
↓ 1 callersClassSMPLLayer
common/utils/smplx/smplx/body_models.py:375
↓ 1 callersClassSMPLX
common/utils/human_models.py:9
↓ 1 callersClassSMPLX
SMPL-X (SMPL eXpressive) is a unified body model, with shape parameters trained jointly for the face, hands and body. SMPL-X uses standar
common/utils/smplx/smplx/body_models.py:819
↓ 1 callersClassSMPLXLayer
common/utils/smplx/smplx/body_models.py:1215
↓ 1 callersClassScene
Generic scene node
visualizer/aitviewer/scene/scene.py:33
↓ 1 callersClassSkeletons
Render a skeleton as a set of spheres that are connected with cone-shaped lines.
visualizer/aitviewer/renderables/skeletons.py:25
↓ 1 callersClassVertexJointSelector
common/utils/smplx/smplx/vertex_joint_selector.py:29
↓ 1 callersClassViewerServer
visualizer/aitviewer/server.py:20
↓ 1 callersClassViewport
visualizer/aitviewer/renderer.py:16
↓ 1 callersClassVolume
A signed distance function volume that is meshed with marching cubes directly on the GPU.
visualizer/aitviewer/renderables/volume.py:17
↓ 1 callersClassWebcam
Renders webcam stream to a quad. Quad is positioned in screen coordinates.
visualizer/aitviewer/streamables/webcam.py:26
ClassBillboard
A billboard for displaying a sequence of images as an object in the world
visualizer/aitviewer/renderables/billboard.py:36
ClassCamera
A base camera object that provides rendering of a camera mesh and visualization of the camera frustum and coordinate system. Subclasses of th
visualizer/aitviewer/scene/camera.py:101
ClassCameraInterface
An abstract class which describes the interface expected by the viewer for using this object as a camera
visualizer/aitviewer/scene/camera.py:48
ClassChessboard
A plane that is textured like a chessboard.
visualizer/aitviewer/renderables/plane.py:262
ClassExceptionModule
Source: Trimesh package @ https://github.com/mikedh/trimesh/blob/master/trimesh/exceptions.py Create a dummy module which will raise an exce
visualizer/aitviewer/utils/exceptions.py:19
ClassLight
Simple point light.
visualizer/aitviewer/scene/light.py:32
ClassMessage
Enumeration for the type of message.
visualizer/aitviewer/remote/message.py:4
ClassModelOutput
common/utils/smplx/smplx/utils.py:27
ClassMultiViewSystem
A multi view camera system which can be used to visualize cameras and images
visualizer/aitviewer/renderables/multi_view_system.py:28
ClassPlane
Draw a plane.
visualizer/aitviewer/renderables/plane.py:27
ClassPyQt5Window
visualizer/aitviewer/utils/pyqt5_window.py:27
ClassRemoteArrows
visualizer/aitviewer/remote/renderables/arrows.py:5
ClassRemoteLines
visualizer/aitviewer/remote/renderables/lines.py:5
ClassRemoteNode
visualizer/aitviewer/remote/node.py:13
ClassRemoteRigidBodies
visualizer/aitviewer/remote/renderables/rigid_bodies.py:5
ClassRemoteSMPLSequence
visualizer/aitviewer/remote/renderables/smpl.py:5
ClassRemoteSpheres
visualizer/aitviewer/remote/renderables/spheres.py:5
ClassRemoteViewer
visualizer/aitviewer/remote/viewer.py:13
ClassSDF
Renderable that can be used to draw level sets of a dense SDF volume meshed using marching cubes. This renderable internally uses the marchi
visualizer/aitviewer/renderables/sdf.py:27
ClassSMPL
common/utils/human_models.py:181
ClassSTARSequence
Represents a temporal sequence of SMPL poses using the STAR model.
visualizer/aitviewer/renderables/star.py:26
ClassStreamable
Interface for renderables.
visualizer/aitviewer/streamables/streamable.py:20
ClassVariableTopologyMeshes
A sequence of meshes that do not share the same topology (i.e. different nr of vertices, faces, texture, etc.). This simply treats every time
visualizer/aitviewer/renderables/meshes.py:729
Class__Configuration
visualizer/aitviewer/configuration.py:25
Classhooked
visualizer/aitviewer/utils/decorators.py:40