MCPcopy Create free account

hub / github.com/daerduoCarey/where2act / functions

Functions253 in github.com/daerduoCarey/where2act

Methodimaginary
(self)
code/pyquaternion/quaternion.py:1114
Functionimg_resize
(data)
code/utils.py:84
FunctionimportParamBIN
(origin_list, lookat_list, upvec_list)
code/blender_utils/render_blender.py:120
Methodinference
(self, pcs, dirs1, dirs2)
code/models/model_3d_critic_legacy.py:163
Methodinference
(self, pcs, dirs1, dirs2)
code/models/model_3d_critic.py:159
Methodinference_action_score
(self, pcs)
code/models/model_3d_legacy.py:264
Methodinference_actor
(self, pcs)
code/models/model_3d_legacy.py:277
Methodinference_critic
(self, pcs, dirs1, dirs2, abs_val=False)
code/models/model_3d_legacy.py:291
Methodinference_whole_pc
(self, feats, dirs1, dirs2)
code/models/model_3d_critic_legacy.py:145
Methodinference_whole_pc
(self, feats, dirs1, dirs2)
code/models/model_3d_legacy.py:246
Methodinference_whole_pc
(self, feats, dirs1, dirs2)
code/models/model_3d_critic.py:141
Methodintegrate
Advance a time varying quaternion to its value at a time `timestep` in the future. The Quaternion object will be modified to its future value
code/pyquaternion/quaternion.py:933
Methodintermediates
Generator method to get an iterable sequence of `n` evenly spaced quaternion rotations between any two existing quaternion endpoints lying on
code/pyquaternion/quaternion.py:889
Methodinverse
Inverse of the quaternion object, encapsulated in a new instance. For a unit quaternion, this is the inverse rotation, i.e. when combined wit
code/pyquaternion/quaternion.py:458
Methodjob_func
(pid, todos, Q)
code/datagen.py:52
Functionload_checkpoint
(models, model_names, dirname, epoch=None, optimizers=None, optimizer_names=None, strict=True)
code/utils.py:126
Methodmagnitude
(self)
code/pyquaternion/quaternion.py:486
FunctionmakeMaterial
(name)
code/blender_utils/render_blender.py:111
Methodnormalised
Get a unit quaternion (versor) copy of this Quaternion object. A unit quaternion has a `norm` of 1.0 Returns: A new Quat
code/pyquaternion/quaternion.py:516
Functionoptimizer_to_device
(optimizer, device)
code/utils.py:29
Methodpolar_angle
(self)
code/pyquaternion/quaternion.py:536
Methodpolar_decomposition
Returns the unit vector and angle of a non-scalar quaternion according to the following decomposition q = q.norm() * (e ** (q.polar
code/pyquaternion/quaternion.py:540
Methodpolar_unit_vector
(self)
code/pyquaternion/quaternion.py:529
Functionprint_true_false
(d)
code/utils.py:78
Functionqeuler_np
(q, order, epsilon=0, use_gpu=False)
code/blender_utils/quaternion.py:111
Functionqfix
Enforce quaternion continuity across the time dimension by selecting the representation (q or -q) with minimal distance (or, equivalently, ma
code/blender_utils/quaternion.py:119
Functionqrot_np
(q, v)
code/blender_utils/quaternion.py:106
FunctionquaternionProduct
(qx, qy)
code/blender_utils/render_blender.py:88
Methodradians
(self)
code/pyquaternion/quaternion.py:1088
Methodreal
(self)
code/pyquaternion/quaternion.py:1110
Functionrender_box
(out_fn, box)
code/blender_utils/render_using_blender.py:95
Functionrender_box_with_rot_mat
(out_fn, box)
code/blender_utils/render_using_blender.py:132
Functionrender_boxes
(out_fn, boxes)
code/blender_utils/render_using_blender.py:113
Functionrender_part_pts
(out_fn, pts, blender_fn='camera.blend')
code/blender_utils/render_using_blender.py:68
Functionrender_pts
(out_fn, pts, blender_fn='camera.blend', highlight_id=None)
code/blender_utils/render_using_blender.py:31
Functionrender_pts_label_png
(out, v, l)
code/utils.py:109
Methodrotate
Rotate a 3D vector by the rotation stored in the Quaternion object. Params: vector: A 3-vector specified as any ordered sequence
code/pyquaternion/quaternion.py:595
Methodrotation_matrix
Get the 3x3 rotation matrix equivalent of the quaternion rotation. Returns: A 3x3 orthogonal rotation matrix as a 3x3 Numpy array
code/pyquaternion/quaternion.py:966
Methodscalar
Return the real or scalar component of the quaternion object. Returns: A real number i.e. float
code/pyquaternion/quaternion.py:1092
FunctionsetMaterial
(ob, mat)
code/blender_utils/render_blender.py:116
Methodsym_distance
Quaternion symmetrized distance. Find the intrinsic symmetrized geodesic distance between q0 and q1. Params: q0: the fir
code/pyquaternion/quaternion.py:807
Methodsym_exp_map
Quaternion symmetrized exponential map. Find the symmetrized exponential map on the quaternion Riemannian manifold. Params:
code/pyquaternion/quaternion.py:698
Methodtrace_method
This code uses a modification of the algorithm described in: https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01
code/pyquaternion/quaternion.py:205
Methodtransformation_matrix
Get the 4x4 homogeneous transformation matrix equivalent of the quaternion rotation. Returns: A 4x4 homogeneous transformation ma
code/pyquaternion/quaternion.py:981
Methodunit
(self)
code/pyquaternion/quaternion.py:551
Methodvector
Return the imaginary or vector component of the quaternion object. Returns: A numpy 3-array of floats. NOT guaranteed to be a un
code/pyquaternion/quaternion.py:1101
Functionviz_mask
(ids)
code/utils.py:60
Methodw
(self)
code/pyquaternion/quaternion.py:1118
Functionworker_init_fn
The function is designed for pytorch multi-process dataloader. Note that we use the pytorch random generator to generate a base_seed.
code/utils.py:49
Methodx
(self)
code/pyquaternion/quaternion.py:1122
Methody
(self)
code/pyquaternion/quaternion.py:1126
Methodyaw_pitch_roll
Get the equivalent yaw-pitch-roll angles aka. intrinsic Tait-Bryan angles following the z-y'-x'' convention Returns: yaw: rota
code/pyquaternion/quaternion.py:995
Methodz
(self)
code/pyquaternion/quaternion.py:1130
← previous201–253 of 253, ranked by callers