MCPcopy Create free account

hub / github.com/EryiXie/PlaneRecNet / functions

Functions218 in github.com/EryiXie/PlaneRecNet

↓ 1 callersMethodset_val
(self, new_val)
utils/utils.py:65
↓ 1 callersFunctionsetup_eval
()
train.py:436
↓ 1 callersMethodsplit_feats
(feats)
planerecnet.py:114
↓ 1 callersFunctiontensorborad_visual_log
(net: PlaneRecNet, dataset, writer: SummaryWriter, iteration, eval_nums)
eval.py:132
↓ 1 callersFunctiontotal_time
Returns the total amount accumulated across all functions in seconds.
utils/timer.py:134
↓ 1 callersFunctiontrain
()
train.py:216
Method__call__
(self, img, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:28
Method__call__
(self, image, depth, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:46
Method__call__
(self, image, depth, masks, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:118
Method__call__
(self, image, depth, masks, boxes, labels, plane_paras)
data/augmentations.py:148
Method__call__
(self, image, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:191
Method__call__
(self, image, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:203
Method__call__
(self, image, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:216
Method__call__
(self, image, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:234
Method__call__
(self, image, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:247
Method__call__
(self, tensor, depth, masks=None, boxes=None, labels=None)
data/augmentations.py:255
Method__call__
(self, cvimage, depth, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:260
Method__call__
(self, image, depth, masks, boxes, labels, plane_paras)
data/augmentations.py:265
Method__call__
(self, image, depth, masks, boxes, labels, plane_paras)
data/augmentations.py:279
Method__call__
(self, image, depth, masks, boxes, labels, plane_paras)
data/augmentations.py:293
Method__call__
Args: image (Tensor): image tensor to be transformed Return: a tensor with channels swapped according to swap
data/augmentations.py:321
Method__call__
(self, image, depth, masks, boxes, labels, plane_paras)
data/augmentations.py:348
Method__call__
(self, img, depth, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:377
Method__call__
(self, image, depth, masks, boxes, labels, plane_paras)
data/augmentations.py:406
Method__call__
(self, image, depth, masks, boxes, labels, plane_paras)
data/augmentations.py:433
Method__call__
(self, img, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:480
Method__call__
(self, img, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:492
Method__enter__
(self)
utils/timer.py:157
Method__exit__
(self, e, ev, t)
utils/timer.py:160
Method__getitem__
Args: index (int): Index Returns: tuple: Tuple (image, instances, depth).
data/datasets.py:42
Method__init__
(self)
eval.py:260
Method__init__
SOLOv2 Instance Head.
planerecnet.py:293
Method__init__
SOLOv2 Mask Head.
planerecnet.py:395
Method__init__
(self)
planerecnet.py:501
Method__init__
(self, net:PlaneRecNet, criterion:PlaneRecNetLoss)
train.py:134
Method__init__
(self, max_window_size=1000)
utils/utils.py:15
Method__init__
(self, length, max_val)
utils/utils.py:57
Method__init__
(self, model_name:str, epoch:int, iteration:int)
utils/utils.py:109
Method__init__
(self, fn_name, use_stack=True)
utils/timer.py:153
Method__init__
(self, config_dict)
data/config.py:51
Method__init__
(self, transforms)
data/augmentations.py:25
Method__init__
(self, resize_gt=True, mean=MEANS, pad_gt=True)
data/augmentations.py:40
Method__init__
(self, resize_gt=True)
data/augmentations.py:144
Method__init__
(self, lower=0.5, upper=1.5)
data/augmentations.py:185
Method__init__
(self, delta=18.0)
data/augmentations.py:199
Method__init__
(self, current='BGR', transform='HSV')
data/augmentations.py:212
Method__init__
(self, lower=0.5, upper=1.5)
data/augmentations.py:227
Method__init__
(self, delta=32)
data/augmentations.py:242
Method__init__
(self, swaps)
data/augmentations.py:318
Method__init__
(self)
data/augmentations.py:337
Method__init__
(self, transform, mean, std, in_channel_order)
data/augmentations.py:368
Method__init__
(self, lower_degree=3, upper_degree=12, angle=180)
data/augmentations.py:398
Method__init__
(self, mean=0, var=0.0002)
data/augmentations.py:429
Method__init__
(self, mean=MEANS, std=STD)
data/augmentations.py:467
Method__init__
(self, mean=MEANS, std=STD)
data/augmentations.py:486
Method__init__
(self)
data/augmentations.py:503
Method__init__
(self, image_path, anno_file, transform=None, dataset_name=None, has_gt=True, has_pos=True)
data/datasets.py:26
Method__init__
(self, image_path, anno_file, transform=None, dataset_name=None, has_gt=True, has_pos=True)
data/datasets.py:183
Method__init__
(self, image_path, anno_file, transform=None, dataset_name=None, has_gt=True, has_pos=True)
data/datasets.py:225
Method__init__
(self, in_channels, out_channels, kernel_size=3,
models/dcn.py:12
Method__init__
( self, in_channels, start_level=0 )
models/fpn.py:7
Method__init__
( self, layers, dcn_layers=[0, 0, 0, 0], dcn_interval=1, atrous_layers
models/backbone.py:79
Method__init__
(self, input_size, delta_cos=0.867, delta_diff_x=0.01, delta_diff_y=0.01, de
models/functions/vnl.py:173
Method__init__
(self)
models/functions/losses.py:20
Method__init__
(self, alpha: float = -1, gamma: float = 2, reduction: str = "none")
models/functions/losses.py:332
Method__init__
(self)
models/functions/losses.py:356
Method__init__
(self, clamp_val=1e-9, reduction: str = "none")
models/functions/losses.py:372
Method__len__
(self)
utils/utils.py:50
Method__repr__
(self)
utils/utils.py:47
Method__repr__
(self)
utils/utils.py:85
Method__repr__
(self)
data/datasets.py:160
Method__str__
(self)
utils/utils.py:44
Method__str__
(self)
utils/utils.py:88
Functiondetection_collate
Custom collate fn for dealing with batches of images that have a different number of associated object annotations (bounding boxes). Argument
data/datasets.py:250
Functiondisable
Disables the given function name fom being considered for the average or outputted in print_stats.
utils/timer.py:35
Functiondisable_all
()
utils/timer.py:25
Functiondo_nothing
(img=None, depth=None, masks=None, boxes=None, labels=None, plane_paras=None)
data/augmentations.py:456
Functionenable
Enables function names disabled by disable.
utils/timer.py:40
Functionenable_all
()
utils/timer.py:30
Methodforward
(self, x)
planerecnet.py:73
Methodforward
Arguments: features (list[Tensor]): FPN feature map tensors in high to low resolution. Each tensor in the list co
planerecnet.py:355
Methodforward
Arguments: features (list[Tensor]): FPN feature map tensors in high to low resolution. Each tensor in the list co
planerecnet.py:467
Methodforward
(self, feature_maps, seg_preds, kernel_preds)
planerecnet.py:586
Methodforward
Args: - batched_images: Tensor, each images in (C, H, W) format. - batched_gt_instances: Dict of Tensor, ground truth
train.py:139
Methodforward
(self, img)
data/augmentations.py:510
Methodforward
(self, x)
models/dcn.py:52
Methodforward
(self, inputs)
models/fpn.py:45
Methodforward
(self, x)
models/backbone.py:53
Methodforward
Returns a list of convouts for each layer.
models/backbone.py:197
Methodforward
(self, pred_depth, gt_masks, gt_planes, gt_depth, k_maritix, select=True)
models/functions/vnl.py:119
Methodforward
Virtual normal loss. :param pred_depth: predicted depth map, [B,W,H,C] :param data: target label, ground truth depth, [B, W,
models/functions/vnl.py:312
Methodforward
models/functions/losses.py:53
Methodforward
(self, seg_masks, gradient_map)
models/functions/losses.py:297
Methodforward
(self, input, target)
models/functions/losses.py:338
Methodforward
(self, input, target)
models/functions/losses.py:360
Methodforward
(self, input, target, valid_mask)
models/functions/losses.py:377
Methodgather
(self, outputs, output_device)
train.py:168
Methodget_camera_matrix
(self, rgb_file_name)
data/datasets.py:192
Methodget_camera_matrix
(self, rgb_file_name)
data/datasets.py:236
Methodget_depth_path
(self, rgb_file_name)
data/datasets.py:187
← previousnext →101–200 of 218, ranked by callers