MCPcopy Create free account

hub / github.com/daerduoCarey/where2act / functions

Functions253 in github.com/daerduoCarey/where2act

↓ 1 callersMethodto_degrees
(angle_rad)
code/pyquaternion/quaternion.py:1160
↓ 1 callersMethodto_radians
(angle_deg)
code/pyquaternion/quaternion.py:1165
↓ 1 callersFunctiontrain
(conf, train_shape_list, train_data_list, val_data_list, all_train_data_list)
code/train_3d.py:27
↓ 1 callersFunctiontrain
(conf, train_shape_list, train_data_list, val_data_list, all_train_data_list)
code/train_3d_critic.py:27
Method__add__
(self, other)
code/pyquaternion/quaternion.py:363
Method__bool__
(self)
code/pyquaternion/quaternion.py:334
Method__complex__
Implements type conversion to complex. Truncates the Quaternion object by only considering the real component and the first imaginary
code/pyquaternion/quaternion.py:324
Method__copy__
(self)
code/pyquaternion/quaternion.py:1150
Method__deepcopy__
(self, memo)
code/pyquaternion/quaternion.py:1154
Method__eq__
Returns true if the following is true for each element: `absolute(a - b) <= (atol + rtol * absolute(b))`
code/pyquaternion/quaternion.py:344
Method__float__
Implements type conversion to float. Truncates the Quaternion object by only considering the real component.
code/pyquaternion/quaternion.py:316
Method__format__
Inserts a customisable, nicely printable string representation of the Quaternion object The syntax for `format_spec` mirrors that of the buil
code/pyquaternion/quaternion.py:290
Method__getitem__
(self, index)
code/data.py:156
Method__getitem__
(self, index)
code/pyquaternion/quaternion.py:1142
Method__hash__
(self)
code/pyquaternion/quaternion.py:134
Method__iadd__
(self, other)
code/pyquaternion/quaternion.py:368
Method__imul__
(self, other)
code/pyquaternion/quaternion.py:390
Method__init__
(self, env, near=0.1, far=100.0, image_size=448, dist=5.0, \ phi=np.pi/5, theta=np.pi, fov=35, ran
code/camera.py:10
Method__init__
(self, primact_types, category_types, data_features, buffer_max_num, \ abs_thres=0.01, rel_thres=0
code/data.py:21
Method__init__
(self, flog=None, show_gui=True, render_rate=20, timestep=1/500, \ object_position_offset=0.0, suc
code/env.py:20
Method__init__
(self, num_processes, flog=None)
code/datagen.py:15
Method__init__
(self, env, urdf, material, open_gripper=False)
code/robots/panda_robot.py:15
Method__init__
Initialise a new Quaternion object. See Object Initialisation docs for complete behaviour: http://kieranwynn.github.io/pyquaternion/
code/pyquaternion/quaternion.py:53
Method__init__
(self, feat_dim)
code/models/model_3d_critic_legacy.py:124
Method__init__
(self, feat_dim)
code/models/model_3d_legacy.py:100
Method__init__
(self, feat_dim)
code/models/model_3d_legacy.py:163
Method__init__
(self, feat_dim, rv_dim, rv_cnt)
code/models/model_3d_legacy.py:187
Method__init__
(self, feat_dim)
code/models/model_3d_critic.py:120
Method__init__
(self, feat_dim)
code/models/model_3d.py:97
Method__init__
(self, feat_dim)
code/models/model_3d.py:157
Method__init__
(self, feat_dim, rv_dim, rv_cnt)
code/models/model_3d.py:180
Method__int__
Implements type conversion to int. Truncates the Quaternion object by only considering the real component and rounding to the next in
code/pyquaternion/quaternion.py:307
Method__invert__
(self)
code/pyquaternion/quaternion.py:340
Method__ipow__
(self, other)
code/pyquaternion/quaternion.py:433
Method__isub__
(self, other)
code/pyquaternion/quaternion.py:378
Method__itruediv__
(self, other)
code/pyquaternion/quaternion.py:413
Method__len__
(self)
code/data.py:143
Method__len__
(self)
code/datagen.py:24
Method__mul__
(self, other)
code/pyquaternion/quaternion.py:385
Method__neg__
(self)
code/pyquaternion/quaternion.py:359
Method__nonzero__
(self)
code/pyquaternion/quaternion.py:337
Method__pow__
(self, exponent)
code/pyquaternion/quaternion.py:420
Method__radd__
(self, other)
code/pyquaternion/quaternion.py:371
Method__repr__
The 'official' string representation of the Quaternion object. This is a string representation of a valid Python expression that could be use
code/pyquaternion/quaternion.py:282
Method__rmul__
(self, other)
code/pyquaternion/quaternion.py:393
Method__rpow__
(self, other)
code/pyquaternion/quaternion.py:436
Method__rsub__
(self, other)
code/pyquaternion/quaternion.py:381
Method__rtruediv__
(self, other)
code/pyquaternion/quaternion.py:416
Method__setitem__
(self, index, value)
code/pyquaternion/quaternion.py:1146
Method__str__
(self)
code/data.py:136
Method__str__
An informal, nicely printable string representation of the Quaternion object.
code/pyquaternion/quaternion.py:277
Method__sub__
(self, other)
code/pyquaternion/quaternion.py:375
Method__truediv__
(self, other)
code/pyquaternion/quaternion.py:410
Method_build_model
(self)
code/models/model_3d_critic_legacy.py:20
Method_build_model
(self)
code/models/model_3d_legacy.py:20
Method_build_model
(self)
code/models/model_3d_critic.py:17
Method_build_model
(self)
code/models/model_3d.py:17
Methodabsolute_distance
Quaternion absolute distance. Find the distance between two quaternions accounting for the sign ambiguity. Params: q0: t
code/pyquaternion/quaternion.py:757
Methodadd_one_checkcollect_job
(self, src_data_dir, dir1, dir2, recollect_record_name, tar_data_dir, x, y)
code/datagen.py:43
Methodangle
Get the angle (in radians) describing the magnitude of the quaternion rotation about its rotation axis. This is guaranteed to be within the r
code/pyquaternion/quaternion.py:1060
Methodaxis
(self)
code/pyquaternion/quaternion.py:1056
FunctioncamPosToQuaternion
(cx, cy, cz)
code/blender_utils/render_blender.py:13
FunctioncamRotQuaternion
(cx, cy, cz, theta)
code/blender_utils/render_blender.py:76
Methodclose_render
(self)
code/env.py:226
Functioncollate_feats
(b)
code/utils.py:39
Functioncollate_feats_pass
(b)
code/utils.py:42
Functioncollate_feats_with_none
(b)
code/utils.py:45
Methodconjugate
Quaternion conjugate, encapsulated in a new instance. For a unit quaternion, this is the same as the inverse. Returns: A
code/pyquaternion/quaternion.py:447
Methoddecomposition_method
Method supposedly able to deal with non-orthogonal matrices - NON-FUNCTIONAL! Based on this method: http://arc.aiaa.org/doi/abs/10.2514/2
code/pyquaternion/quaternion.py:185
Methoddegrees
(self)
code/pyquaternion/quaternion.py:1084
Methodderivative
Get the instantaneous quaternion derivative representing a quaternion rotating at a 3D rate vector `rate` Params: rate: numpy 3-a
code/pyquaternion/quaternion.py:921
Methoddistance
Quaternion intrinsic distance. Find the intrinsic geodesic distance between q0 and q1. Params: q0: the first quaternion
code/pyquaternion/quaternion.py:785
Functiondraw_dot
(img, xy)
code/utils.py:63
Methodelements
Return all the elements of the quaternion object. Returns: A numpy 4-array of floats. NOT guaranteed to be a unit vector
code/pyquaternion/quaternion.py:1134
Functioneuler_to_quaternion
Convert Euler angles to quaternions.
code/blender_utils/quaternion.py:156
Methodexp_map
Quaternion exponential map. Find the exponential map on the Riemannian manifold described by the quaternion space. Params:
code/pyquaternion/quaternion.py:676
Functionexpmap_to_quaternion
Convert axis-angle rotations (aka exponential maps) to quaternions. Stable formula from "Practical Parameterization of Rotations Using the Ex
code/blender_utils/quaternion.py:138
Functionexport_pts_color_obj
(out, v, c)
code/utils.py:116
Functionexport_pts_color_pts
(out, v, c)
code/utils.py:121
Functionforce_mkdir
(folder)
code/utils.py:19
Methodforward
r""" Forward pass of the network Parameters ---------- pointcloud: Variable(torch.cuda.FloatTensor)
code/models/model_3d_critic_legacy.py:71
Methodforward
(self, pixel_feats, query_feats)
code/models/model_3d_critic_legacy.py:110
Methodforward
(self, pcs, dirs1, dirs2)
code/models/model_3d_critic_legacy.py:133
Methodforward
r""" Forward pass of the network Parameters ---------- pointcloud: Variable(torch.cuda.FloatTensor)
code/models/model_3d_legacy.py:71
Methodforward
(self, feats)
code/models/model_3d_legacy.py:108
Methodforward
(self, pixel_feats, rvs)
code/models/model_3d_legacy.py:125
Methodforward
(self, pixel_feats, query_feats)
code/models/model_3d_legacy.py:173
Methodforward
(self, pcs, dirs1, dirs2, gt_result)
code/models/model_3d_legacy.py:202
Methodforward
r""" Forward pass of the network Parameters ---------- pointcloud: Variable(torch.cuda.FloatTensor)
code/models/model_3d_critic.py:68
Methodforward
(self, pixel_feats, query_feats)
code/models/model_3d_critic.py:107
Methodforward
(self, pcs, dirs1, dirs2)
code/models/model_3d_critic.py:129
Methodforward
r""" Forward pass of the network Parameters ---------- pointcloud: Variable(torch.cuda.FloatTensor)
code/models/model_3d.py:68
Methodforward
(self, feats)
code/models/model_3d.py:105
Methodforward
(self, pixel_feats, rvs)
code/models/model_3d.py:120
Methodforward
(self, pixel_feats, query_feats)
code/models/model_3d.py:167
Methodforward
(self, pcs, dirs1, dirs2, gt_result)
code/models/model_3d.py:195
Methodget_ce_loss
(self, pred_logits, gt_labels)
code/models/model_3d_critic_legacy.py:118
Methodget_ce_loss
(self, pred_logits, gt_labels)
code/models/model_3d_critic.py:114
Functionget_model_module
(model_version)
code/utils.py:35
Methodget_object_mask
(self)
code/camera.py:114
← previousnext →101–200 of 253, ranked by callers