Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daerduoCarey/where2act
/ functions
Functions
253 in github.com/daerduoCarey/where2act
⨍
Functions
253
◇
Types & classes
23
Method
imaginary
(self)
code/pyquaternion/quaternion.py:1114
Function
img_resize
(data)
code/utils.py:84
Function
importParamBIN
(origin_list, lookat_list, upvec_list)
code/blender_utils/render_blender.py:120
Method
inference
(self, pcs, dirs1, dirs2)
code/models/model_3d_critic_legacy.py:163
Method
inference
(self, pcs, dirs1, dirs2)
code/models/model_3d_critic.py:159
Method
inference_action_score
(self, pcs)
code/models/model_3d_legacy.py:264
Method
inference_actor
(self, pcs)
code/models/model_3d_legacy.py:277
Method
inference_critic
(self, pcs, dirs1, dirs2, abs_val=False)
code/models/model_3d_legacy.py:291
Method
inference_whole_pc
(self, feats, dirs1, dirs2)
code/models/model_3d_critic_legacy.py:145
Method
inference_whole_pc
(self, feats, dirs1, dirs2)
code/models/model_3d_legacy.py:246
Method
inference_whole_pc
(self, feats, dirs1, dirs2)
code/models/model_3d_critic.py:141
Method
integrate
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
Method
intermediates
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
Method
inverse
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
Method
job_func
(pid, todos, Q)
code/datagen.py:52
Function
load_checkpoint
(models, model_names, dirname, epoch=None, optimizers=None, optimizer_names=None, strict=True)
code/utils.py:126
Method
magnitude
(self)
code/pyquaternion/quaternion.py:486
Function
makeMaterial
(name)
code/blender_utils/render_blender.py:111
Method
normalised
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
Function
optimizer_to_device
(optimizer, device)
code/utils.py:29
Method
polar_angle
(self)
code/pyquaternion/quaternion.py:536
Method
polar_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
Method
polar_unit_vector
(self)
code/pyquaternion/quaternion.py:529
Function
print_true_false
(d)
code/utils.py:78
Function
qeuler_np
(q, order, epsilon=0, use_gpu=False)
code/blender_utils/quaternion.py:111
Function
qfix
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
Function
qrot_np
(q, v)
code/blender_utils/quaternion.py:106
Function
quaternionProduct
(qx, qy)
code/blender_utils/render_blender.py:88
Method
radians
(self)
code/pyquaternion/quaternion.py:1088
Method
real
(self)
code/pyquaternion/quaternion.py:1110
Function
render_box
(out_fn, box)
code/blender_utils/render_using_blender.py:95
Function
render_box_with_rot_mat
(out_fn, box)
code/blender_utils/render_using_blender.py:132
Function
render_boxes
(out_fn, boxes)
code/blender_utils/render_using_blender.py:113
Function
render_part_pts
(out_fn, pts, blender_fn='camera.blend')
code/blender_utils/render_using_blender.py:68
Function
render_pts
(out_fn, pts, blender_fn='camera.blend', highlight_id=None)
code/blender_utils/render_using_blender.py:31
Function
render_pts_label_png
(out, v, l)
code/utils.py:109
Method
rotate
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
Method
rotation_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
Method
scalar
Return the real or scalar component of the quaternion object. Returns: A real number i.e. float
code/pyquaternion/quaternion.py:1092
Function
setMaterial
(ob, mat)
code/blender_utils/render_blender.py:116
Method
sym_distance
Quaternion symmetrized distance. Find the intrinsic symmetrized geodesic distance between q0 and q1. Params: q0: the fir
code/pyquaternion/quaternion.py:807
Method
sym_exp_map
Quaternion symmetrized exponential map. Find the symmetrized exponential map on the quaternion Riemannian manifold. Params:
code/pyquaternion/quaternion.py:698
Method
trace_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
Method
transformation_matrix
Get the 4x4 homogeneous transformation matrix equivalent of the quaternion rotation. Returns: A 4x4 homogeneous transformation ma
code/pyquaternion/quaternion.py:981
Method
unit
(self)
code/pyquaternion/quaternion.py:551
Method
vector
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
Function
viz_mask
(ids)
code/utils.py:60
Method
w
(self)
code/pyquaternion/quaternion.py:1118
Function
worker_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
Method
x
(self)
code/pyquaternion/quaternion.py:1122
Method
y
(self)
code/pyquaternion/quaternion.py:1126
Method
yaw_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
Method
z
(self)
code/pyquaternion/quaternion.py:1130
← previous
201–253 of 253, ranked by callers