MCPcopy Create free account

hub / github.com/CVI-SZU/CLIMS / functions

Functions814 in github.com/CVI-SZU/CLIMS

Method__init__
(self, mean=(0.485, 0.456, 0.406), std=(0.229, 0.224, 0.225))
voc12/dataloader.py:68
Method__init__
(self, indices_from, indices_to)
voc12/dataloader.py:85
Method__init__
(self, img_name_list_path, voc12_root, resize_long=None, rescale=None, img_normal=Torchvision
voc12/dataloader.py:114
Method__init__
(self, img_name_list_path, voc12_root, resize_long=None, rescale=None, img_normal=Torchvision
voc12/dataloader.py:164
Method__init__
(self, img_name_list_path, voc12_root, resize_long=None, rescale=None, img_normal=Torchvisio
voc12/dataloader.py:186
Method__init__
(self, img_name_list_path, voc12_root, img_normal=TorchvisionNormalize(), scales=(1.0,))
voc12/dataloader.py:263
Method__init__
(self, img_name_list_path, label_dir, crop_size, voc12_root, rescale=None, img_normal=Torchvi
voc12/dataloader.py:293
Method__init__
(self, img_name_list_path, label_dir, crop_size, voc12_root, indices_from, indices_to,
voc12/dataloader.py:380
Method__len__
(self)
mscoco/dataloader.py:145
Method__len__
(self)
mscoco/dataloader.py:236
Method__len__
(self)
previous_version/core/datasets.py:52
Method__len__
(self)
previous_version/voc12/data.py:119
Method__len__
(self)
previous_version/voc12/data.py:141
Method__len__
(self)
previous_version/voc12/data.py:165
Method__len__
(self)
previous_version/voc12/data.py:241
Method__len__
(self)
previous_version/voc12/data.py:438
Method__len__
(self)
previous_version/voc12/data.py:496
Method__len__
(self)
previous_version/tool/torchutils.py:98
Method__len__
(self)
voc12/dataloader.py:129
Method__len__
(self)
voc12/dataloader.py:257
Method__len__
(self)
voc12/dataloader.py:310
Method__len__
(self)
voc12/dataloader.py:373
Method__len__
(self)
voc12/dataloader.py:387
Method__repr__
(self)
segmentation/deeplabv2/libs/datasets/base.py:119
Method__repr__
(self)
segmentation/deeplabv2/libs/datasets/base.py:227
Method__setstate__
(self, state)
previous_version/core/sync_batchnorm/comm.py:79
Method_augmentation
(self, image, label)
segmentation/deeplabv2/libs/datasets/base.py:169
Method_check_input_dim
(self, input)
previous_version/core/sync_batchnorm/batchnorm.py:225
Method_check_input_dim
(self, input)
previous_version/core/sync_batchnorm/batchnorm.py:278
Method_data_parallel_master
Reduce the sum and square-sum, compute the statistics, and broadcast it.
previous_version/core/sync_batchnorm/batchnorm.py:90
Method_initialize_weights
(self, layer)
previous_version/models/baseline.py:88
Method_initialize_weights
(self, layer)
net/resnet50_clims.py:89
Method_load_data
(self, index)
segmentation/deeplabv2/libs/datasets/voc.py:85
Method_load_data
(self, index)
segmentation/deeplabv2/libs/datasets/voc.py:155
Method_load_data
(self, index)
segmentation/deeplabv2/libs/datasets/voc.py:189
Method_load_data
(self, index)
segmentation/deeplabv2/libs/datasets/cocostuff.py:40
Method_load_data
(self, index)
segmentation/deeplabv2/libs/datasets/cocostuff.py:76
Function_lr_lambda
(current_iteration)
torch_utils.py:116
Function_lr_lambda
(current_iteration)
previous_version/tools/ai/torch_utils.py:116
Method_set_files
(self)
segmentation/deeplabv2/libs/datasets/voc.py:69
Method_set_files
(self)
segmentation/deeplabv2/libs/datasets/voc.py:139
Method_set_files
(self)
segmentation/deeplabv2/libs/datasets/voc.py:174
Method_set_files
(self)
segmentation/deeplabv2/libs/datasets/cocostuff.py:30
Method_set_files
(self)
segmentation/deeplabv2/libs/datasets/cocostuff.py:64
Method_upsample_add
(self, x, y)
previous_version/models/baseline.py:114
Function_work
(process_id, model, dataset, args)
step_coco/make_cam.py:23
Function_work
(process_id, model, dataset, args)
step_coco/make_sem_seg_labels.py:17
Function_work
(process_id, infer_dataset, args)
step_coco/cam_to_ir_label.py:15
Function_work
(process_id, model, dataset, args)
step_coco/make_clims.py:63
Function_work
(process_id, model, dataset, args)
step/make_cam.py:17
Function_work
(process_id, model, dataset, args)
step/make_sem_seg_labels.py:21
Function_work
(process_id, infer_dataset, args)
step/cam_to_ir_label.py:19
Function_work
(process_id, model, dataset, args)
step/make_clims.py:61
Functionaccuracy
Computes the acc@k for the specified values of k
utils.py:356
Functionaccuracy
Computes the acc@k for the specified values of k
previous_version/utils.py:356
Functionactivation_map_visualization
(step, images, cams, labels, save_path, phase='train', gt_masks=None, cam_actmaps=None)
utils.py:117
Functionactivation_map_visualization
(step, images, cams, labels, save_path, phase='train', gt_masks=None, cam_actmaps=None)
previous_version/utils.py:117
Methodadd
(self, pred_mask, gt_mask)
previous_version/tools/ai/evaluate_utils.py:96
Methodadd
(self, dic)
previous_version/tools/ai/log_utils.py:31
Methodadd_using_data
(self, data)
previous_version/tools/ai/evaluate_utils.py:89
MethodassertTensorClose
(self, a, b, atol=1e-3, rtol=1e-3)
previous_version/core/sync_batchnorm/unittest.py:24
Functioncalculate_for_tags
This function calculates precision, recall, and f1-score using tags. Args: pred_tags: The type of variable is list.
previous_version/tools/ai/evaluate_utils.py:5
Functioncalculate_mIoU
This function is to calculate precision, recall, and f1-score using tags. Args: pred_mask: The type of variable is numpy arr
previous_version/tools/ai/evaluate_utils.py:48
Functioncalculate_parameters
(model)
torch_utils.py:75
Functioncenter_crop
(img, cropsize, default_value=0)
misc/imutils.py:132
Functioncolorize_displacement
(disp)
misc/imutils.py:238
Functioncolorize_label
(label_map, normalize=True, by_hue=True, exclude_zero=False, outline=False)
misc/imutils.py:253
Functioncolorize_score
(score_map, exclude_zero=False, normalize=True, by_hue=False)
misc/imutils.py:206
Functioncompare
(start,step,TP,P,T, name_list)
previous_version/evaluate.py:55
Functioncompress_range
(arr)
misc/imutils.py:195
Functioncompute_mAP
Returns the model's average precision for each class Return: ap (FloatTensor): 1xK tensor, with avg precision for each class k
utils.py:98
Functionconv1x1
1x1 convolution
previous_version/core/arch_resnet/resnet.py:26
Functionconvert_OpenCV_to_PIL
(image)
previous_version/tools/ai/augment_utils.py:7
Functionconvert_PIL_to_OpenCV
(image)
previous_version/tools/ai/augment_utils.py:10
Functionconvert_mxnet_to_torch
(filename)
utils.py:24
Functionconvert_mxnet_to_torch
(filename)
previous_version/utils.py:24
Functioncrf
CRF post-processing on pre-computed logits
segmentation/deeplabv2/main_v2.py:431
Functioncrf
CRF post-processing on pre-computed logits
segmentation/deeplabv2/main.py:415
Functioncrf_eval_val
CRF post-processing on pre-computed logits
segmentation/deeplabv2/eval.py:215
Functioncrf_inference
(img, probs, t=10, scale_factor=1, labels=21)
previous_version/tool/imutils.py:220
Functioncrf_inference_label
(img, labels, t=10, n_labels=21, gt_prob=0.7)
demo_utils.py:105
Functioncrf_inference_label
(img, labels, t=10, n_labels=21, gt_prob=0.7)
misc/imutils.py:169
Functioncrf_with_alpha
(ori_image, cams, alpha)
demo_utils.py:94
Functioncrf_with_alpha
(ori_image, cams, alpha)
previous_version/tools/ai/demo_utils.py:94
Functioncrop_with_box
(img, box)
previous_version/tool/imutils.py:94
Functionde_interleave
(x, size)
torch_utils.py:26
Functionde_interleave
(x, size)
previous_version/tools/ai/torch_utils.py:26
Functiondecode_from_colormap
(data, colors)
demo_utils.py:57
Functiondecode_from_colormap
(data, colors)
previous_version/tools/ai/demo_utils.py:57
Functiondeeplabv2_resnet101
(pretrained=None, n_classes=182, scales=None)
segmentation/deeplabv2/hubconf.py:20
Functiondump_pickle
(path, data)
previous_version/tools/general/pickle_utils.py:6
Functionevaluate
(loader)
previous_version/train_CLIMS.py:254
Methodflush
(self)
misc/pyutils.py:16
Methodforward
(self, x, weights)
clip_loss.py:12
Methodforward
(self, x, weights)
clip_loss.py:23
Methodforward
(self, clip_model, images, eps=0.0001)
clip_loss.py:40
Methodforward
(self, x, weights)
previous_version/clip_loss.py:11
Methodforward
(self, x, weights)
previous_version/clip_loss.py:20
Methodforward
(self, clip_model, images, labels)
previous_version/clip_loss.py:29
Methodforward
(self, x)
previous_version/core/deeplab_utils.py:17
← previousnext →501–600 of 814, ranked by callers