MCPcopy Create free account

hub / github.com/RolandGao/RegSeg / functions

Functions296 in github.com/RolandGao/RegSeg

↓ 1 callersFunctionget_epochs_to_save
(config)
train.py:127
↓ 1 callersMethodget_link
(self, layer, base_ch, growth_rate, grmul)
competitors_models/hardnet.py:34
↓ 1 callersMethodget_link
(self, layer, base_ch, growth_rate, grmul)
competitors_models/hardnet.py:172
↓ 1 callersFunctionget_lr_function
(config,total_iterations)
train_utils.py:9
↓ 1 callersFunctionget_mapillary
(root, batch_size, train_min_size, train_max_size, train_crop_size, val_input_size,val_label_size, aug_mode, n
data.py:165
↓ 1 callersFunctionget_optimizer
(model,config)
train_utils.py:48
↓ 1 callersFunctionget_val_dataset
(config)
train_utils.py:65
↓ 1 callersFunctionload_coco_json
(json_file, image_dir)
datasets/coco.py:8
↓ 1 callersFunctionmax_memory_used
(device)
benchmark.py:106
↓ 1 callersFunctionmemory_used
(device)
benchmark.py:103
↓ 1 callersFunctionpoly_lr_scheduler
(current_iter, total_iters,warmup_iters,warmup_factor,p=0.9)
lr_schedulers.py:5
↓ 1 callersFunctionpooled_class_centroids_all
Calculate class centroids for all classes for all images for all tiles. items: list of (image_fn, label_fn) tile size: size of tile r
datasets/class_uniform_sampling.py:112
↓ 1 callersFunctionrand_augment_both
Applies random augmentation to an image.
augment.py:160
↓ 1 callersFunctionrandom_resizes_random_crops
()
precise_iou.py:175
↓ 1 callersFunctionreduce_mask
(mask)
datasets/mapillary.py:6
↓ 1 callersFunctionreproducibility
()
precise_iou.py:171
↓ 1 callersFunctionsave_cityscapes_results
(config,pred_dir)
train.py:298
↓ 1 callersFunctionsave_results
(pred_dir,file_name, output)
evaluator.py:6
↓ 1 callersFunctionshow_camvid_mask
(images,colors)
show.py:85
↓ 1 callersFunctionshow_cityscapes_model
()
show.py:326
↓ 1 callersFunctionshow_files
(model,files,device,show_mask,num_images=5,images_per_line=2,mixed_precision=False)
show.py:167
↓ 1 callersFunctionshow_mapillary_mask
(images,reduced=False)
show.py:89
↓ 1 callersFunctionstep_lr_scheduler
(current_iter, total_iters,warmup_iters,warmup_factor)
lr_schedulers.py:26
↓ 1 callersFunctiontrain_main
()
train.py:377
↓ 1 callersFunctiontrain_multiple
(configs)
train.py:152
↓ 1 callersFunctiontrain_one_epoch
(model, loss_fun, optimizer, loader, lr_scheduler, print_every, mixed_precision, scaler)
train.py:69
↓ 1 callersFunctiontraining_techniques
()
precise_iou.py:179
↓ 1 callersFunctionvalidate_main
()
train.py:368
↓ 1 callersFunctionvisualize_aug
Visualize augmentation by applying random augmentations.
augment.py:209
↓ 1 callersFunctionvisualize_ops
Visualize ops by applying each op by varying amounts.
augment.py:186
↓ 1 callersFunctionvisualize_opsXops
(im, ops, magnitude)
augment.py:197
Method__call__
(self, image, label)
transforms.py:19
Method__call__
(self, image, target)
transforms.py:34
Method__call__
(self, image, target)
transforms.py:48
Method__call__
(self, image, label)
transforms.py:60
Method__call__
(self, image, target)
transforms.py:68
Method__call__
(self, image, target)
transforms.py:83
Method__call__
(self, image, target)
transforms.py:108
Method__call__
(self, image, target)
transforms.py:119
Method__call__
(self, image, target)
transforms.py:135
Method__call__
(self, image, target)
transforms.py:149
Method__call__
(self, image, target)
transforms.py:167
Method__call__
(self, image, label)
transforms.py:210
Method__call__
(self, image, label)
transforms.py:234
Method__call__
(self, image, label)
transforms.py:267
Method__call__
(self, image, target)
transforms.py:289
Method__getitem__
(self, index)
datasets/voc12.py:36
Method__getitem__
(self, index)
datasets/camvid.py:41
Method__getitem__
(self, index)
datasets/coco.py:88
Method__getitem__
Args: index (int): Index Returns: tuple: (image, target) where target is a tuple of all target types if targe
datasets/cityscapes.py:129
Method__getitem__
(self, index)
datasets/mapillary.py:45
Method__init__
(self, num_classes, exclude_classes)
train.py:15
Method__init__
(self, in_channels, out_channels, kernel_size=1, stride=1, padding=0, dilation=1, groups=1, b
blocks.py:12
Method__init__
(self, w_in, w_se)
blocks.py:30
Method__init__
(self, in_channels, out_channels, stride=1, avg_downsample=False)
blocks.py:45
Method__init__
(self,w,dilations,group_width,stride,bias)
blocks.py:63
Method__init__
(self,w,stride,dilation,groups,bias)
blocks.py:83
Method__init__
(self, in_channels, out_channels, dilations,group_width, stride,attention="se")
blocks.py:127
Method__init__
(self, num_classes,channels,inter_channels=128)
blocks.py:172
Method__init__
(self, num_classes,channels)
blocks.py:194
Method__init__
(self, num_classes,channels)
blocks.py:214
Method__init__
(self, num_classes, channels)
blocks.py:234
Method__init__
(self, num_classes, channels)
blocks.py:254
Method__init__
(self, num_classes, channels)
blocks.py:274
Method__init__
(self, num_classes, channels)
blocks.py:299
Method__init__
(self)
blocks.py:329
Method__init__
(self,ds)
blocks.py:361
Method__init__
(self,ds)
blocks.py:385
Method__init__
(self, transforms)
transforms.py:16
Method__init__
(self,N,M,ops,prob,fill,ignore_value)
transforms.py:40
Method__init__
(self, mean, std)
transforms.py:56
Method__init__
(self,val_input_size,val_label_size)
transforms.py:65
Method__init__
(self, min_size, max_size, sampling_mode)
transforms.py:76
Method__init__
(self,brightness=0.2, contrast=0.2, saturation=(0.5,4), hue=0.2, prob=0.5)
transforms.py:105
Method__init__
(self,factor, prob=0.5)
transforms.py:116
Method__init__
(self,factor, prob=0.5)
transforms.py:132
Method__init__
(self,factor, prob=0.5)
transforms.py:146
Method__init__
(self,degrees,mean,ignore_value, prob,expand=False)
transforms.py:161
Method__init__
(self,crop_h, crop_w, pad_value, ignore_label, random_pad)
transforms.py:204
Method__init__
(self, crop_h, crop_w, pad_value, ignore_label, random_pad, edge_aware)
transforms.py:226
Method__init__
(self, crop_h, crop_w, edge_aware)
transforms.py:262
Method__init__
(self, flip_prob)
transforms.py:286
Method__init__
(self, inplane, outplane)
competitor_blocks.py:38
Method__init__
(self, in_chan, out_chan)
competitor_blocks.py:74
Method__init__
(self, in_chan, out_chan)
competitor_blocks.py:85
Method__init__
(self, in_chan, out_chan)
competitor_blocks.py:102
Method__init__
(self,in_channels, out_channels, kernel_size, stride, padding, dilation=1, deformable_groups=1)
competitor_blocks.py:117
Method__init__
(self, in_nc=128, out_nc=128)
competitor_blocks.py:139
Method__init__
(self, num_classes, channels)
competitor_blocks.py:153
Method__init__
(self, num_classes, channels, fpn_dim=64, fpn_dsn=False)
competitor_blocks.py:181
Method__init__
(self, num_classes, channels)
competitor_blocks.py:208
Method__init__
(self, min_K, loss_th, ignore_index)
losses.py:5
Method__init__
(self, name, num_classes, pretrained="", ablate_decoder=False,change_num_classes=False)
model.py:9
Method__init__
(self, in_channels, out_channels, kernel=3, stride=1, dropout=0.1)
competitors_models/hardnet.py:10
Method__init__
(self, in_channels, growth_rate, grmul, n_layers, dwconv=False)
competitors_models/hardnet.py:56
Method__init__
(self, in_channels, growth_rate, grmul, n_layers, keepBase=False, residual_out=False)
competitors_models/hardnet.py:194
Method__init__
(self, in_channels, out_channels)
competitors_models/hardnet.py:240
Method__init__
(self, n_classes=19)
competitors_models/hardnet.py:257
Method__init__
(self, in_channels, out_channels, kernel_size=1, stride=1, padding=0, dilation=1, groups=1, b
competitors_models/DDRNet_Reimplementation.py:15
Method__init__
(self, in_channels, out_channels, kernel_size=1, stride=1, padding=0, dilation=1, groups=1, b
competitors_models/DDRNet_Reimplementation.py:32
← previousnext →101–200 of 296, ranked by callers