MCPcopy Create free account

hub / github.com/Gsunshine/Enjoy-Hamburger / functions

Functions1,928 in github.com/Gsunshine/Enjoy-Hamburger

Method__call__
Call function to convert data in results to :obj:`torch.Tensor`. Args: results (dict): Result dict contains the data to convert.
seg_light_ham/mmseg/datasets/pipelines/formatting.py:48
Method__call__
Call function to convert image in results to :obj:`torch.Tensor` and transpose the channel order. Args: results (dict): R
seg_light_ham/mmseg/datasets/pipelines/formatting.py:82
Method__call__
Call function to convert image in results to :obj:`torch.Tensor` and transpose the channel order. Args: results (dict): R
seg_light_ham/mmseg/datasets/pipelines/formatting.py:118
Method__call__
Call function to convert data in results to :obj:`mmcv.DataContainer`. Args: results (dict): Result dict contains the dat
seg_light_ham/mmseg/datasets/pipelines/formatting.py:156
Method__call__
Call function to transform and format common fields in results. Args: results (dict): Result dict contains the data to convert.
seg_light_ham/mmseg/datasets/pipelines/formatting.py:190
Method__call__
Call function to collect keys in results. The keys in ``meta_keys`` will be converted to :obj:mmcv.DataContainer. Args: r
seg_light_ham/mmseg/datasets/pipelines/formatting.py:265
Method__call__
Adds Conditional Batch norm to the TF Graph. Args: inputs: Tensor of inputs (e.g. images). labels: Tensor of labels - sam
gan/HamGAN/ops.py:165
Method__call__
Adds Batch Norm to the TF Graph. Args: inputs: Tensor of inputs (e.g. images). Returns: Output tensor.
gan/HamGAN/ops.py:216
Method__call__
(self)
gan/HamGAN/masks.py:419
Method__call__
Call function to load images into results. Args: results (dict): A result dict contains the file name of the imag
seg_mm/mmseg/apis/inference.py:46
Method__call__
Call function to apply test time augment transforms on results. Args: results (dict): Result dict contains the data to transform.
seg_mm/mmseg/datasets/pipelines/test_time_aug.py:94
Method__call__
Call function to resize images, semantic segmentation map to multiple of size divisor. Args: results (dict): Result dict
seg_mm/mmseg/datasets/pipelines/transforms.py:27
Method__call__
Call function to resize images, bounding boxes, masks, semantic segmentation map. Args: results (dict): Result dict from
seg_mm/mmseg/datasets/pipelines/transforms.py:273
Method__call__
Call function to flip bounding boxes, masks, semantic segmentation maps. Args: results (dict): Result dict from loading p
seg_mm/mmseg/datasets/pipelines/transforms.py:322
Method__call__
Call function to pad images, masks, semantic segmentation maps. Args: results (dict): Result dict from loading pipeline.
seg_mm/mmseg/datasets/pipelines/transforms.py:405
Method__call__
Call function to normalize images. Args: results (dict): Result dict from loading pipeline. Returns: dict: N
seg_mm/mmseg/datasets/pipelines/transforms.py:444
Method__call__
Call function to rerange images. Args: results (dict): Result dict from loading pipeline. Returns: dict: Rera
seg_mm/mmseg/datasets/pipelines/transforms.py:486
Method__call__
Call function to Use CLAHE method process images. Args: results (dict): Result dict from loading pipeline. Returns:
seg_mm/mmseg/datasets/pipelines/transforms.py:535
Method__call__
Call function to randomly crop images, semantic segmentation maps. Args: results (dict): Result dict from loading pipeline.
seg_mm/mmseg/datasets/pipelines/transforms.py:592
Method__call__
Call function to rotate image, semantic segmentation maps. Args: results (dict): Result dict from loading pipeline. Retu
seg_mm/mmseg/datasets/pipelines/transforms.py:672
Method__call__
Call function to convert RGB image to grayscale image. Args: results (dict): Result dict from loading pipeline. Returns:
seg_mm/mmseg/datasets/pipelines/transforms.py:739
Method__call__
Call function to process the image with gamma correction. Args: results (dict): Result dict from loading pipeline. Retur
seg_mm/mmseg/datasets/pipelines/transforms.py:787
Method__call__
Call function to scale the semantic segmentation map. Args: results (dict): Result dict from loading pipeline. Returns:
seg_mm/mmseg/datasets/pipelines/transforms.py:817
Method__call__
Call function to perform photometric distortion on images. Args: results (dict): Result dict from loading pipeline. Retu
seg_mm/mmseg/datasets/pipelines/transforms.py:911
Method__call__
Call function to drop some regions of image.
seg_mm/mmseg/datasets/pipelines/transforms.py:1010
Method__call__
Call function to make a mosaic of image. Args: results (dict): Result dict. Returns: dict: Result dict with
seg_mm/mmseg/datasets/pipelines/transforms.py:1104
Method__call__
Call functions to load image and get image meta information. Args: results (dict): Result dict from :obj:`mmseg.CustomDataset`.
seg_mm/mmseg/datasets/pipelines/loading.py:43
Method__call__
Call function to load multiple types annotations. Args: results (dict): Result dict from :obj:`mmseg.CustomDataset`. Ret
seg_mm/mmseg/datasets/pipelines/loading.py:114
Method__call__
Call function to apply transforms sequentially. Args: data (dict): A result dict contains the data to transform. Returns
seg_mm/mmseg/datasets/pipelines/compose.py:30
Method__call__
Call function to convert data in results to :obj:`torch.Tensor`. Args: results (dict): Result dict contains the data to convert.
seg_mm/mmseg/datasets/pipelines/formatting.py:48
Method__call__
Call function to convert image in results to :obj:`torch.Tensor` and transpose the channel order. Args: results (dict): R
seg_mm/mmseg/datasets/pipelines/formatting.py:82
Method__call__
Call function to convert image in results to :obj:`torch.Tensor` and transpose the channel order. Args: results (dict): R
seg_mm/mmseg/datasets/pipelines/formatting.py:118
Method__call__
Call function to convert data in results to :obj:`mmcv.DataContainer`. Args: results (dict): Result dict contains the dat
seg_mm/mmseg/datasets/pipelines/formatting.py:156
Method__call__
Call function to transform and format common fields in results. Args: results (dict): Result dict contains the data to convert.
seg_mm/mmseg/datasets/pipelines/formatting.py:190
Method__call__
Call function to collect keys in results. The keys in ``meta_keys`` will be converted to :obj:mmcv.DataContainer. Args: r
seg_mm/mmseg/datasets/pipelines/formatting.py:265
Method__del__
(self)
seg/HamNet/sync_bn/utils/data/dataloader.py:333
Method__getitem__
Get training/test data after pipeline. Args: idx (int): Index of data. Returns: dict: Training/test data (wi
seg_light_ham/mmseg/datasets/custom.py:189
Method__getitem__
Get item from original dataset.
seg_light_ham/mmseg/datasets/dataset_wrappers.py:186
Method__getitem__
(self, idx)
seg_light_ham/mmseg/datasets/dataset_wrappers.py:241
Method__getitem__
Get training/test data after pipeline. Args: idx (int): Index of data. Returns: dict: Training/test data (wi
seg_mm/mmseg/datasets/custom.py:189
Method__getitem__
Get item from original dataset.
seg_mm/mmseg/datasets/dataset_wrappers.py:186
Method__getitem__
(self, idx)
seg_mm/mmseg/datasets/dataset_wrappers.py:241
Method__getitem__
(self, idx)
seg/HamNet/test.py:68
Method__getitem__
(self, idx)
seg/HamNet/dataset.py:99
Method__getitem__
(self, index)
seg/HamNet/sync_bn/utils/data/dataset.py:16
Method__getitem__
(self, index)
seg/HamNet/sync_bn/utils/data/dataset.py:42
Method__getitem__
(self, idx)
seg/HamNet/sync_bn/utils/data/dataset.py:78
Method__getitem__
(self, idx)
seg/HamNet/sync_bn/utils/data/dataset.py:98
Method__getstate__
(self)
seg/HamNet/sync_bn/utils/data/dataloader.py:306
Method__init__
(self, dim)
seg_light_ham/van.py:63
Method__init__
(self, d_model)
seg_light_ham/van.py:78
Method__init__
(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, qk_scale=None, drop=0., attn_drop=0., dr
seg_light_ham/van.py:98
Method__init__
(self, img_size=224, patch_size=7, stride=4, in_chans=3, embed_dim=768)
seg_light_ham/van.py:143
Method__init__
(self, img_size=224, patch_size=16, in_chans=3, num_classes=1000, embed_dims=[64, 128, 256, 512],
seg_light_ham/van.py:184
Method__init__
(self, dim=768)
seg_light_ham/van.py:285
Method__init__
(self, **kwargs)
seg_light_ham/van.py:307
Method__init__
(self, **kwargs)
seg_light_ham/van.py:316
Method__init__
(self, **kwargs)
seg_light_ham/van.py:325
Method__init__
(self, drop_path_rate=0.1, **kwargs)
seg_light_ham/van.py:333
Method__init__
(self, drop_path_rate=0.1, **kwargs)
seg_light_ham/van.py:342
Method__init__
(self, img_scale=None, multiscale_mode='range', ratio_range
seg_light_ham/align_resize.py:14
Method__init__
(self, onnx_file: str, cfg: Any, device_id: int)
seg_light_ham/tools/deploy_test.py:24
Method__init__
(self, channels, num_codes)
seg_light_ham/mmseg/ops/encoding.py:18
Method__init__
(self, size=None, scale_factor=None, mode='nearest',
seg_light_ham/mmseg/ops/wrappers.py:32
Method__init__
(self, context, thresh=None, min_kept=100000)
seg_light_ham/mmseg/core/seg/sampler/ohem_pixel_sampler.py:25
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/core/seg/sampler/base_pixel_sampler.py:8
Method__init__
(self, *args, by_epoch=False, efficient_test=False,
seg_light_ham/mmseg/core/evaluation/eval_hooks.py:75
Method__init__
(self, split, **kwargs)
seg_light_ham/mmseg/datasets/pascal_context.py:97
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/drive.py:22
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/loveda.py:26
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/coco_stuff.py:91
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/night_driving.py:9
Method__init__
(self, pipeline, img_dir, img_suffix='.jpg',
seg_light_ham/mmseg/datasets/custom.py:77
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/dark_zurich.py:9
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/isaid.py:31
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/hrf.py:22
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/isprs.py:20
Method__init__
(self, datasets, separate_eval=True)
seg_light_ham/mmseg/datasets/dataset_wrappers.py:29
Method__init__
(self, dataset, times)
seg_light_ham/mmseg/datasets/dataset_wrappers.py:179
Method__init__
(self, dataset, pipeline, skip_type_keys=None)
seg_light_ham/mmseg/datasets/dataset_wrappers.py:214
Method__init__
(self, split, **kwargs)
seg_light_ham/mmseg/datasets/voc.py:27
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/chase_db1.py:22
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/ade.py:86
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/stare.py:22
Method__init__
(self, img_suffix='_leftImg8bit.png', seg_map_suffix='_gtFine_labelTrainIds.
seg_light_ham/mmseg/datasets/cityscapes.py:32
Method__init__
(self, **kwargs)
seg_light_ham/mmseg/datasets/potsdam.py:20
Method__init__
(self, transforms, img_scale, img_ratios=None,
seg_light_ham/mmseg/datasets/pipelines/test_time_aug.py:54
Method__init__
(self, size_divisor=32, interpolation=None)
seg_light_ham/mmseg/datasets/pipelines/transforms.py:23
Method__init__
(self, img_scale=None, multiscale_mode='range', ratio_range
seg_light_ham/mmseg/datasets/pipelines/transforms.py:104
Method__init__
(self, prob=None, direction='horizontal')
seg_light_ham/mmseg/datasets/pipelines/transforms.py:315
Method__init__
(self, size=None, size_divisor=None, pad_val=0,
seg_light_ham/mmseg/datasets/pipelines/transforms.py:371
Method__init__
(self, mean, std, to_rgb=True)
seg_light_ham/mmseg/datasets/pipelines/transforms.py:439
Method__init__
(self, min_value=0, max_value=255)
seg_light_ham/mmseg/datasets/pipelines/transforms.py:479
Method__init__
(self, clip_limit=40.0, tile_grid_size=(8, 8))
seg_light_ham/mmseg/datasets/pipelines/transforms.py:528
Method__init__
(self, crop_size, cat_max_ratio=1., ignore_index=255)
seg_light_ham/mmseg/datasets/pipelines/transforms.py:569
Method__init__
(self, prob, degree, pad_val=0, seg_pad_va
seg_light_ham/mmseg/datasets/pipelines/transforms.py:651
Method__init__
(self, out_channels=None, weights=(0.299, 0.587, 0.114))
seg_light_ham/mmseg/datasets/pipelines/transforms.py:731
Method__init__
(self, gamma=1.0)
seg_light_ham/mmseg/datasets/pipelines/transforms.py:779
Method__init__
(self, scale_factor=1)
seg_light_ham/mmseg/datasets/pipelines/transforms.py:814
Method__init__
(self, brightness_delta=32, contrast_range=(0.5, 1.5), satu
seg_light_ham/mmseg/datasets/pipelines/transforms.py:857
← previousnext →801–900 of 1,928, ranked by callers