Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoboCodeX-source/RoboCodeX_code
/ types & classes
Types & classes
418 in github.com/RoboCodeX-source/RoboCodeX_code
⨍
Functions
2,080
◇
Types & classes
418
↳
Endpoints
7
↓ 58 callers
Class
BoxList
This class represents a set of bounding boxes. The bounding boxes are represented as a Nx4 Tensor. In order to uniquely determine the bou
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/structures/bounding_box.py:9
↓ 29 callers
Class
IRFBlock
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/fbnet.py:288
↓ 28 callers
Class
Conv2d
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/misc.py:29
↓ 12 callers
Class
SeparableConvBlock
created by Zylo117
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:149
↓ 9 callers
Class
BoxCoder
This class encodes and decodes a set of bounding boxes into the representation used for training the regressors.
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/box_coder.py:7
↓ 9 callers
Class
Conv2dStaticSamePadding
created by Zylo117 The real keras/tensorflow conv2d with same padding
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:84
↓ 9 callers
Class
SegmentationMask
This class stores the segmentations for all objects in the image
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/structures/segmentation_mask.py:146
↓ 8 callers
Class
ConvertCocoPolysToMask
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/modulated_coco.py:397
↓ 8 callers
Class
MemoryEfficientSwish
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:532
↓ 8 callers
Class
Pooler
Pooler for Detection with or without FPN. It currently hard-code ROIAlign in the implementation, but that can be made more generic later
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/poolers.py:45
↓ 8 callers
Class
Registry
A helper class for managing registering modules, it extends a dictionary and provides a register functions. Eg. creeting a registry:
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/registry.py:9
↓ 7 callers
Class
DYReLU
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/dyrelu.py:39
↓ 7 callers
Class
LayerNorm
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/language_backbone/clip_model.py:16
↓ 6 callers
Class
ConvBNRelu
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/fbnet.py:181
↓ 6 callers
Class
Masker
Projects a set of masks in an image on the locations specified by the bounding boxes
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py:174
↓ 6 callers
Class
Matcher
This class assigns to each predicted "element" (e.g., a box) a ground-truth element. Each predicted element will have exactly zero or one mat
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/matcher.py:5
↓ 6 callers
Class
MaxPool2dStaticSamePadding
created by Zylo117 The real keras/tensorflow MaxPool2d with same padding
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:32
↓ 6 callers
Class
ScalableTSDFVolume
Integration of multiple depth images using a TSDF.
instruct_to_policy/scripts/src/perception/scalable_tsdf.py:5
↓ 6 callers
Class
Swish
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:538
↓ 5 callers
Class
BatchNorm2d
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/misc.py:66
↓ 5 callers
Class
DropBlock2D
r"""Randomly zeroes 2D spatial blocks of the input tensor. As described in the paper `DropBlock: A regularization method for convolutional ne
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/dropblock.py:6
↓ 5 callers
Class
FeatureResizer
This class takes as input a set of embeddings of dimension C1 and outputs a set of embedding of dimension C2, after a linear transformation,
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/fuse_helper.py:46
↓ 5 callers
Class
Polygons
This class holds a set of polygons that represents a single instance of an object mask. The object can be represented as a set of polygon
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/structures/segmentation_mask.py:51
↓ 5 callers
Class
Scale
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/misc.py:113
↓ 4 callers
Class
ConvBlock
Standard convolution block with Batch normalization and activation. Parameters: ---------- in_channels : int Number of input
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientnet.py:71
↓ 4 callers
Class
DyHead
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/dyhead.py:122
↓ 4 callers
Class
FrozenBatchNorm2d
BatchNorm2d where the batch statistics and the affine parameters are fixed
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/batch_norm.py:9
↓ 4 callers
Class
LVISResults
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/evaluation/lvis/lvis_eval.py:78
↓ 4 callers
Class
ModulatedDeformConv
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/deform_conv.py:333
↓ 4 callers
Class
NaiveSyncBatchNorm2d
In PyTorch<=1.5, ``nn.SyncBatchNorm`` has incorrect gradient when the batch size on each worker is different. (e.g., when scale augmentat
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/batch_norm.py:45
↓ 4 callers
Class
Residual
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/roi_heads/mask_head/hourglass.py:6
↓ 4 callers
Class
TSVFile
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/tsv.py:75
↓ 4 callers
Class
invert
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/blocks.py:107
↓ 3 callers
Class
BalancedPositiveNegativeSampler
This class samples batches, ensuring that they contain a fixed proportion of positives
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/balanced_positive_negative_sampler.py:5
↓ 3 callers
Class
CameraIntrinsic
Intrinsic parameters of a pinhole camera model. Attributes: width (int): The width in pixels of the camera. height(int): The heig
grasp_detection/src/detectors/utils.py:122
↓ 3 callers
Class
CameraIntrinsic
Intrinsic parameters of a pinhole camera model. Attributes: width (int): The width in pixels of the camera. height(int): The heig
instruct_to_policy/scripts/src/perception/utils.py:126
↓ 3 callers
Class
ConvTranspose2d
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/misc.py:45
↓ 3 callers
Class
DetectronCheckpointer
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/checkpoint.py:121
↓ 3 callers
Class
GraspExecutor
Class to execute grasps on the Franka Emika fr3 robot.
franka_policy/src/grasp_executor.py:45
↓ 3 callers
Class
ImageList
Structure that holds a list of images (of possibly varying sizes) as a single tensor. This works by padding the images to the same size,
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/structures/image_list.py:7
↓ 3 callers
Class
LVISEval
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/evaluation/lvis/lvis_eval.py:155
↓ 3 callers
Class
MetricLogger
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/metric_logger.py:64
↓ 3 callers
Class
QuickGELU
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/language_backbone/clip_model.py:34
↓ 3 callers
Class
SELayer
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/se.py:4
↓ 3 callers
Class
SigmoidFocalLoss
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/sigmoid_focal_loss.py:55
↓ 3 callers
Class
Transform
Rigid spatial transform between coordinate systems in 3D space. Attributes: rotation (scipy.spatial.transform.Rotation) translati
grasp_detection/src/detectors/utils.py:19
↓ 2 callers
Class
AnchorGenerator
For a set of image sizes and feature maps, computes a set of anchors
instruct_to_policy/scripts/src/grounding_model/glip/anchor_generator.py:35
↓ 2 callers
Class
AnchorGenerator
For a set of image sizes and feature maps, computes a set of anchors
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/anchor_generator.py:35
↓ 2 callers
Class
AttentionT2I
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/fuse_helper.py:559
↓ 2 callers
Class
BBoxTransform
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:1344
↓ 2 callers
Class
BertAttention
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/modeling_bert.py:193
↓ 2 callers
Class
BertIntermediate
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/modeling_bert.py:242
↓ 2 callers
Class
BertLMPredictionHead
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/fuse_helper.py:27
↓ 2 callers
Class
BertOutput
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/modeling_bert.py:259
↓ 2 callers
Class
BiAttentionBlockForCheckpoint
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/fuse_helper.py:344
↓ 2 callers
Class
BiFPN
modified by Zylo117
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:190
↓ 2 callers
Class
BiMultiHeadAttention
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/fuse_helper.py:171
↓ 2 callers
Class
COCOResults
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/evaluation/coco/coco_eval.py:467
↓ 2 callers
Class
COCOResults
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/evaluation/od_to_grounding/od_eval.py:467
↓ 2 callers
Class
ConvBNReLU
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/deform_pool.py:353
↓ 2 callers
Class
EfficientNetD
modified by Zylo117
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:1048
↓ 2 callers
Class
GazeboRGBDCameraSet
This class is used to buffer gazebo RGBD camera set data and provide easy IO interface.
instruct_to_policy/scripts/src/env/gazebo_cameras.py:184
↓ 2 callers
Class
Grasp
Grasp parameterized as pose of a 2-finger robot hand.
grasp_detection/src/detectors/utils.py:174
↓ 2 callers
Class
Grasp
franka_policy/src/grasp_executor.py:35
↓ 2 callers
Class
HFPTTokenizer
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/language_backbone/hfpt_tokenizer.py:7
↓ 2 callers
Class
Hourglass
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/roi_heads/mask_head/hourglass.py:41
↓ 2 callers
Class
LVIS
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/lvis.py:20
↓ 2 callers
Class
MBConvBlock
Mobile Inverted Residual Bottleneck Block Args: block_args (namedtuple): BlockArgs, see above global_params (namedtuple): Gl
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:651
↓ 2 callers
Class
Mask
This class is unfinished and not meant for use yet It is supposed to contain the mask for an object as a 2d tensor
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/structures/segmentation_mask.py:11
↓ 2 callers
Class
Mlp
Multilayer perceptron.
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/swint_v2_vl.py:15
↓ 2 callers
Class
Mlp
Multilayer perceptron.
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/swint_vl.py:14
↓ 2 callers
Class
ModelEma
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/ema.py:6
↓ 2 callers
Class
PersonKeypoints
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/structures/keypoint.py:90
↓ 2 callers
Class
ROIAlignV2
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/roi_align.py:71
↓ 2 callers
Class
SEBlock
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/se.py:22
↓ 2 callers
Class
SceneManager
Manage the scene object names, 3D representations, detections result, etc.
instruct_to_policy/scripts/src/perception/scene_manager.py:15
↓ 2 callers
Class
Transform
Rigid spatial transform between coordinate systems in 3D space. Attributes: rotation (scipy.spatial.transform.Rotation) translati
instruct_to_policy/scripts/src/perception/utils.py:23
↓ 2 callers
Class
VGResults
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/datasets/evaluation/vg/vg_eval.py:130
↓ 2 callers
Class
WarmupMultiStepLR
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/solver/lr_scheduler.py:11
↓ 2 callers
Class
h_sigmoid
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/dyrelu.py:29
↓ 2 callers
Class
swish
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/layers/dyrelu.py:15
↓ 1 callers
Class
ATSSHead
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/atss.py:75
↓ 1 callers
Class
ATSSLossComputation
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/loss.py:518
↓ 1 callers
Class
ATSSPostProcessor
instruct_to_policy/scripts/src/grounding_model/glip/inference.py:592
↓ 1 callers
Class
ATSSPostProcessor
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/inference.py:592
↓ 1 callers
Class
Anchors
adapted and modified from https://github.com/google/automl/blob/master/efficientdet/anchors.py by Zylo117
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/efficientdet.py:1087
↓ 1 callers
Class
BBoxAugCollator
From a list of samples from the dataset, returns the images and targets. Images should be converted to batched images in `im_detect_bbox_
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/collate_batch.py:70
↓ 1 callers
Class
BasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
instruct_to_policy/scripts/src/grounding_model/glip/swint.py:287
↓ 1 callers
Class
BasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/swint.py:287
↓ 1 callers
Class
BasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/swint_v2_vl.py:389
↓ 1 callers
Class
BasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/swint_vl.py:377
↓ 1 callers
Class
BasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/backbone/swint_v2.py:295
↓ 1 callers
Class
BatchCollator
From a list of samples from the dataset, returns the batched images and targets. This should be passed to the DataLoader
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/data/collate_batch.py:6
↓ 1 callers
Class
BertEncoder
instruct_to_policy/scripts/src/grounding_model/glip/bert_model.py:17
↓ 1 callers
Class
BertEncoderLayer
instruct_to_policy/scripts/src/grounding_model/glip/vldyhead.py:241
↓ 1 callers
Class
BertEncoderLayer
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/vldyhead.py:236
↓ 1 callers
Class
BertPredictionHeadTransform
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/utils/fuse_helper.py:10
↓ 1 callers
Class
BertSelfAttention
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/modeling_bert.py:39
↓ 1 callers
Class
BertSelfOutput
instruct_to_policy/scripts/src/grounding_model/glip/maskrcnn_benchmark/modeling/rpn/modeling_bert.py:179
↓ 1 callers
Class
BoxCoder
instruct_to_policy/scripts/src/grounding_model/glip/vldyhead.py:43
next →
1–100 of 418, ranked by callers