MCPcopy Create free account

hub / github.com/THU-VCLab/HGGD / types & classes

Types & classes61 in github.com/THU-VCLab/HGGD

↓ 11 callersClassGraspGroup
customgraspnetAPI/grasp.py:229
↓ 11 callersClassRectGraspGroup
dataset/grasp.py:521
↓ 10 callersClassMesh3D
A triangular mesh for a three-dimensional shape representation. Attributes ---------- vertices : :obj:`numpy.ndarray` of float A
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:28
↓ 8 callersClassGrasp
customgraspnetAPI/grasp.py:20
↓ 8 callersClassResNet
models/resnet_model.py:102
↓ 8 callersClassxmlReader
customgraspnetAPI/utils/xmlhandler.py:81
↓ 5 callersClassRectGraspGroup
customgraspnetAPI/grasp.py:824
↓ 4 callersClassGraspGroup
dataset/grasp.py:198
↓ 4 callersClassRectGrasp
customgraspnetAPI/grasp.py:606
↓ 3 callersClassAnchorGraspNet
models/anchornet.py:139
↓ 3 callersClassGraspableObject3D
3D Graspable object for computing contact in grasping. Attributes ---------- sdf : :obj:`Sdf3D` signed distance field, for quickl
customgraspnetAPI/utils/dexnet/grasping/graspable_object.py:100
↓ 3 callersClassGraspnetPointDataset
dataset/graspnet_dataset.py:113
↓ 3 callersClassParallelJawPtGrasp3D
Parallel Jaw point grasps in 3D space.
customgraspnetAPI/utils/dexnet/grasping/grasp.py:118
↓ 3 callersClassPointMultiGraspNet
models/localgraspnet.py:13
↓ 3 callersClassSdf3D
customgraspnetAPI/utils/dexnet/grasping/meshpy/sdf.py:207
↓ 2 callersClassGraspNet
customgraspnetAPI/graspnet.py:74
↓ 2 callersClassGraspQualityResult
Stores the results of grasp quality computation. Attributes ---------- quality : float value of quality uncertainty : float
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_function.py:49
↓ 2 callersClassQuasiStaticGraspQualityConfig
Parameters for quasi-static grasp quality computation. Attributes ---------- config : :obj:`dict` dictionary mapping parameter na
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_config.py:92
↓ 2 callersClassRobustQuasiStaticGraspQualityConfig
Parameters for quasi-static grasp quality computation. Attributes ---------- config : :obj:`dict` dictionary mapping parameter na
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_config.py:139
↓ 2 callersClasstrconvolution
models/anchornet.py:92
↓ 2 callersClassupsampleconvolution
models/anchornet.py:116
↓ 1 callersClassBNMomentumScheduler
models/anchornet.py:20
↓ 1 callersClassBackbone
models/anchornet.py:46
↓ 1 callersClassContact3D
3D contact points. Attributes ---------- graspable : :obj:`GraspableObject3D` object to use to get contact information contac
customgraspnetAPI/utils/dexnet/grasping/contacts.py:47
↓ 1 callersClassGrasp
dataset/grasp.py:21
↓ 1 callersClassGraspNetEval
Class for evaluation on GraspNet dataset. **Input:** - root: string of root path for the dataset. - camera: string of type of the camer
customgraspnetAPI/graspnet_eval.py:18
↓ 1 callersClassModelFreeCollisionDetector
dataset/collision_detector.py:10
↓ 1 callersClassObjFile
A Wavefront .obj file reader and writer. Attributes ---------- filepath : :obj:`str` The full path to the .obj file associated wi
customgraspnetAPI/utils/dexnet/grasping/meshpy/obj_file.py:13
↓ 1 callersClassPointCloudHelper
demo.py:58
↓ 1 callersClassPointCloudHelper
dataset/utils.py:187
↓ 1 callersClassPointNetfeat
models/pointnet.py:48
↓ 1 callersClassPose
customgraspnetAPI/utils/pose.py:13
↓ 1 callersClassQuasiStaticQualityFunction
Grasp quality metric using a quasi-static model.
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_function.py:119
↓ 1 callersClassRectGrasp
dataset/grasp.py:434
↓ 1 callersClassRobustQuasiStaticQualityFunction
Grasp quality metric using a robust quasi-static model (average over random perturbations)
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_function.py:158
↓ 1 callersClassSTNkd
models/pointnet.py:7
↓ 1 callersClassSdfFile
A Signed Distance Field .sdf file reader and writer. Attributes ---------- filepath : :obj:`str` The full path to the .sdf or .cs
customgraspnetAPI/utils/dexnet/grasping/meshpy/sdf_file.py:12
↓ 1 callersClassSurfaceWindow
Struct for encapsulating local surface window features. Attributes ---------- proj_win : NxN :obj:`numpy.ndarray` the window of d
customgraspnetAPI/utils/dexnet/grasping/contacts.py:751
↓ 1 callersClassconvolution
models/anchornet.py:72
ClassBasicBlock
Basic Block for resnet 18 and resnet 34.
models/resnet_model.py:14
ClassBottleNeck
Residual block for resnet over 50 layers.
models/resnet_model.py:61
ClassCameraInfo
Author: chenxi-wang Camera intrinsics for point cloud generation.
customgraspnetAPI/utils/utils.py:12
ClassContact
Abstract class for contact models.
customgraspnetAPI/utils/dexnet/grasping/contacts.py:42
ClassGrasp
Abstract grasp class. Attributes ---------- configuration : :obj:`numpy.ndarray` vector specifying the parameters of the grasp (e
customgraspnetAPI/utils/dexnet/grasping/grasp.py:43
ClassGraspDataset
dataset/base_grasp_dataset.py:56
ClassGraspQualityConfig
Base wrapper class for parameters used in grasp quality computation. Used to elegantly enforce existence and type of required parameters. Att
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_config.py:48
ClassGraspQualityConfigFactory
Helper class to automatically create grasp quality configurations of different types.
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_config.py:187
ClassGraspQualityFunction
Abstraction for grasp quality functions to make scripts for labeling with quality functions simple and readable. Attributes ----------
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_function.py:68
ClassGraspQualityFunctionFactory
customgraspnetAPI/utils/dexnet/grasping/grasp_quality_function.py:214
ClassGraspableObject
Encapsulates geometric structures for computing contact in grasping. Attributes ---------- sdf : :obj:`Sdf3D` signed distance fie
customgraspnetAPI/utils/dexnet/grasping/graspable_object.py:40
ClassGraspnetAnchorDataset
dataset/graspnet_dataset.py:25
ClassPointGrasp
Abstract grasp class for grasps with a point contact model. Attributes ---------- configuration : :obj:`numpy.ndarray` vector spe
customgraspnetAPI/utils/dexnet/grasping/grasp.py:89
ClassPointGraspMetrics3D
Class to wrap functions for quasistatic point grasp quality metrics.
customgraspnetAPI/utils/dexnet/grasping/quality.py:60
ClassSdf
Abstract class for signed distance fields.
customgraspnetAPI/utils/dexnet/grasping/meshpy/sdf.py:22
ClassStablePose
A representation of a mesh's stable pose. Attributes ---------- p : float Probability associated with this stable pose. r : :
customgraspnetAPI/utils/dexnet/grasping/meshpy/stable_pose.py:12
ClassVacuumPoint
Defines a vacuum target point and axis in 3D space (5 DOF)
customgraspnetAPI/utils/dexnet/grasping/grasp.py:1314
Class_FaceDAG
A directed acyclic graph specifying the topppling dependency structure for faces of a given mesh geometry with a specific center of ma
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:1752
Class_GraphVertex
A directed graph vertex that links a probability to a face.
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:1773
Class_Segment
Object representation of a finite line segment in 3D space. Attributes ---------- p1 : :obj:`numpy.ndarray` of float
customgraspnetAPI/utils/dexnet/grasping/meshpy/mesh.py:1662
Classabstractstatic
customgraspnetAPI/utils/dexnet/abstractstatic.py:26
ClassxmlWriter
customgraspnetAPI/utils/xmlhandler.py:17