Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atenpas/gpd
/ functions
Functions
369 in github.com/atenpas/gpd
⨍
Functions
369
◇
Types & classes
63
↓ 1 callers
Method
getMinInliers
* \brief Return the minimum number of cluster inliers. * \return the minimum number of cluster inliers */
include/gpd/clustering.h:75
↓ 1 callers
Function
getTransform
(calibration, viewpoint_camera, referenceCamera, transformation)
contrib/multiple_transform.py:16
↓ 1 callers
Function
getTransform
(calibration, viewpoint_camera, referenceCamera, transformation)
contrib/transform.py:16
↓ 1 callers
Function
handToTransform4x4
src/detect_grasps_python.cpp:343
↓ 1 callers
Method
loadPointCloudFromFile
src/gpd/util/cloud.cpp:643
↓ 1 callers
Method
plotAntipodalHands
src/gpd/util/plot.cpp:254
↓ 1 callers
Method
plotHandGeometry
src/gpd/util/plot.cpp:9
↓ 1 callers
Method
plotLocalAxes
src/gpd/util/plot.cpp:670
↓ 1 callers
Method
plotValidHands
src/gpd/util/plot.cpp:280
↓ 1 callers
Method
plotVolumes3D
src/gpd/util/plot.cpp:97
↓ 1 callers
Method
pruneGraspCandidates
src/gpd/grasp_detector.cpp:529
↓ 1 callers
Method
reevaluateHypotheses
src/gpd/candidate/hand_search.cpp:66
↓ 1 callers
Method
refineNormals
src/gpd/util/cloud.cpp:176
↓ 1 callers
Method
setGraspWidth
* \brief Set the width of the object contained in the grasp. * \param w the width of the object contained in the grasp */
include/gpd/candidate/hand.h:195
↓ 1 callers
Method
setSample
* \brief Set the center of the point neighborhood. * \param sample the center of the point neighborhood */
include/gpd/candidate/hand_set.h:182
↓ 1 callers
Method
setSamples
src/gpd/util/cloud.cpp:662
↓ 1 callers
Method
subsampleUniformly
src/gpd/util/cloud.cpp:364
↓ 1 callers
Function
train
(model, criterion, optimizer, data, device)
pytorch/train_net3.py:19
↓ 1 callers
Function
train
(model, criterion, optimizer, data, device)
pytorch/train_net_zarr.py:55
↓ 1 callers
Function
write_multiple_channels
* creating, reading and writing multiple-channel matrices * are the same with single channel matrices */
src/tests/test_hdf5.cpp:56
↓ 1 callers
Function
write_root_group_single_channel
src/tests/test_hdf5.cpp:6
↓ 1 callers
Function
write_single_channel
src/tests/test_hdf5.cpp:26
Method
Antipodal
include/gpd/candidate/antipodal.h:57
Method
CaffeClassifier
src/gpd/net/caffe_classifier.cpp:6
Method
CandidatesGenerator
src/gpd/candidate/candidates_generator.cpp:6
Method
Cloud
src/gpd/util/cloud.cpp:11
Method
Clustering
* \brief Constructor. * \param min_inliers the minimum number of grasps a cluster is required to * contain */
include/gpd/clustering.h:59
Method
ConfigFile
src/gpd/util/config_file.cpp:106
Method
ConvLayer
src/gpd/net/conv_layer.cpp:6
Function
CopyAndFree
src/detect_grasps_python.cpp:603
Method
DataGenerator
src/gpd/data_generator.cpp:10
Method
DenseLayer
* \brief Contructor. * \param num_units number of units/neurons in this layer */
include/gpd/net/dense_layer.h:59
Method
EigenClassifier
src/gpd/net/eigen_classifier.cpp:6
Method
FingerHand
src/gpd/candidate/finger_hand.cpp:6
Method
FingerHand
* \brief Default constructor. */
include/gpd/candidate/finger_hand.h:57
Method
FrameEstimator
* \brief Constructor. * \param num_threads the number of CPU threads to be used */
include/gpd/candidate/frame_estimator.h:64
Method
GraspDetector
src/gpd/grasp_detector.cpp:5
Method
Hand
src/gpd/candidate/hand.cpp:6
Method
HandGeometry
src/gpd/candidate/hand_geometry.cpp:6
Method
HandSearch
src/gpd/candidate/hand_search.cpp:10
Method
HandSet
src/gpd/candidate/hand_set.cpp:16
Method
Image12ChannelsStrategy
* \brief Create a strategy for calculating grasp images. * \param image_params the grasp image parameters * \param num_threads the number of CPU
include/gpd/descriptor/image_12_channels_strategy.h:64
Method
Image15ChannelsStrategy
* \brief Create a strategy for calculating grasp images. * \param image_params the grasp image parameters * \param num_threads the number of CPU
include/gpd/descriptor/image_15_channels_strategy.h:66
Method
Image1ChannelsStrategy
* \brief Create a strategy for calculating grasp images. * \param image_params the grasp image parameters * \param num_threads the number of CPU
include/gpd/descriptor/image_1_channels_strategy.h:62
Method
Image3ChannelsStrategy
* \brief Create a strategy for calculating grasp images. * \param image_params the grasp image parameters * \param num_threads the number of CPU
include/gpd/descriptor/image_3_channels_strategy.h:62
Method
ImageGenerator
src/gpd/descriptor/image_generator.cpp:6
Method
ImageGeometry
src/gpd/descriptor/image_geometry.cpp:6
Method
ImageStrategy
* \brief Constructor. * \param image_params the grasp image parameters * \param num_threads the number of CPU threads to be used * \param num
include/gpd/descriptor/image_strategy.h:79
Method
Instance
include/gpd/data_generator.h:64
Method
Label
include/gpd/candidate/hand.h:57
Method
LocalFrame
* \brief Constructor. * \param T_cams the camera poses * \param sample the sample for which the point neighborhood was found */
include/gpd/candidate/local_frame.h:57
Method
OpenVinoClassifier
src/gpd/net/openvino_classifier.cpp:15
Method
Plot
* \brief Constructor. * \param num_axes the number of orientation axes * \param num_orientations the number of hand orientations */
include/gpd/util/plot.h:66
Method
PointList
src/gpd/util/point_list.cpp:6
Method
PointList
* \brief Default constructor. */
include/gpd/util/point_list.h:62
Method
SequentialImportanceSampling
src/gpd/sequential_importance_sampling.cpp:11
Method
T_to_string
include/gpd/util/config_file.h:122
Method
__getitem__
(self, index)
pytorch/hdf5_loader.py:17
Method
__getitem__
(self, index)
pytorch/overfit.py:20
Method
__getitem__
(self, index)
pytorch/train_net2.py:23
Method
__getitem__
(self, index)
pytorch/train_net_multiple_workers.py:23
Method
__getitem__
(self, index)
pytorch/train_net4.py:23
Method
__getitem__
(self, index)
pytorch/hdf5_dataset.py:16
Method
__getitem__
(self, index)
pytorch/train_net.py:17
Method
__getitem__
(self, index)
pytorch/reshape_hdf5.py:17
Method
__getitem__
(self, index)
pytorch/train_net_zarr.py:24
Method
__getitem__
(self, index)
pytorch/zarr_loader.py:18
Method
__init__
(self, input_channels)
pytorch/network.py:14
Method
__init__
(self, file_path)
pytorch/hdf5_loader.py:11
Method
__init__
(self, file_path, start_idx, end_idx)
pytorch/overfit.py:13
Method
__init__
(self, file_path, start_idx, end_idx)
pytorch/train_net2.py:16
Method
__init__
(self, file_path, start_idx, end_idx)
pytorch/train_net_multiple_workers.py:16
Method
__init__
(self, file_path)
pytorch/train_net4.py:16
Method
__init__
(self, file_path, start=0, end=None)
pytorch/hdf5_dataset.py:9
Method
__init__
(self, file_path)
pytorch/train_net.py:11
Method
__init__
(self, file_path)
pytorch/reshape_hdf5.py:10
Method
__init__
(self, file_path, start_idx, end_idx)
pytorch/train_net_zarr.py:16
Method
__init__
(self, file_path)
pytorch/zarr_loader.py:12
Method
__len__
(self)
pytorch/hdf5_loader.py:21
Method
__len__
(self)
pytorch/overfit.py:27
Method
__len__
(self)
pytorch/train_net2.py:30
Method
__len__
(self)
pytorch/train_net_multiple_workers.py:30
Method
__len__
(self)
pytorch/train_net4.py:34
Method
__len__
(self)
pytorch/hdf5_dataset.py:23
Method
__len__
(self)
pytorch/train_net.py:24
Method
__len__
(self)
pytorch/reshape_hdf5.py:21
Method
__len__
(self)
pytorch/train_net_zarr.py:31
Method
__len__
(self)
pytorch/zarr_loader.py:22
Method
addCloudNormalsToViewer
src/gpd/util/plot.cpp:724
Method
addDimensions
src/gpd/util/plot.cpp:63
Method
addDoubleArrow
src/gpd/util/plot.cpp:78
Method
addInstances
src/gpd/data_generator.cpp:432
Function
augmentedCloudToCloud
src/detect_grasps_python.cpp:137
Method
balanceInstances
src/gpd/data_generator.cpp:406
Function
calcGraspDescriptors
src/detect_grasps_python.cpp:579
Function
calcGraspDescriptorsAtIndices
src/detect_grasps_python.cpp:551
Method
calculateChannels
src/gpd/descriptor/image_12_channels_strategy.cpp:71
Method
calculateChannels
src/gpd/descriptor/image_15_channels_strategy.cpp:86
Method
calculateFrame
src/gpd/candidate/frame_estimator.cpp:66
Method
calculateGraspPositions
src/gpd/candidate/hand.cpp:41
← previous
next →
101–200 of 369, ranked by callers