MCPcopy Create free account

hub / github.com/dbolya/yolact / functions

Functions449 in github.com/dbolya/yolact

Methodforward
Returns a list of convouts for each layer.
backbone.py:299
Methodforward
Returns a list of convouts for each layer.
backbone.py:400
Methodforward
(self, img)
utils/augmentations.py:630
Methodforward
(self, x)
layers/interpolate.py:16
Methodforward
Multibox Loss Args: predictions (tuple): A tuple containing loc preds, conf preds, mask preds, and prior boxes from SS
layers/modules/multibox_loss.py:50
Methodforward
(ctx, input, offset, mask, weight, bias, stride, padding, dilation, deformable_groups)
external/DCNv2/dcn_v2.py:18
Methodforward
(self, input, offset, mask)
external/DCNv2/dcn_v2.py:83
Methodforward
(self, input)
external/DCNv2/dcn_v2.py:118
Methodforward
(ctx, input, rois, offset, spatial_scale, pooled_size, output_
external/DCNv2/dcn_v2.py:134
Methodforward
(self, input, rois, offset)
external/DCNv2/dcn_v2.py:208
Methodforward
(self, input, rois)
external/DCNv2/dcn_v2.py:259
Methodgather
(self, outputs, output_device)
train.py:164
Functionindex2d
Indexes a tensor by a 2d index. In effect, this does out[i, j] = src[i, idx[i, j]] Both src and idx should have the same si
layers/box_utils.py:376
Methodinit_backbone
Initializes the backbone weights for training.
backbone.py:141
Methodinit_backbone
The path here comes from detectron. So we load it differently.
backbone.py:168
Methodinit_backbone
Initializes the backbone weights for training.
backbone.py:315
Methodis_finished
(self)
utils/functions.py:72
Functionke
()
web/scripts/jquery.js:2
Functionlogit
(x)
scripts/compute_masks.py:41
FunctionmainDraw
()
web/scripts/iou.js:229
Methodmake_extra
(num_layers)
yolact.py:111
FunctionmyDblClick
(e)
web/scripts/iou.js:432
FunctionmyDown
(e)
web/scripts/iou.js:383
FunctionmyMove
(e)
web/scripts/iou.js:269
FunctionmyUp
()
web/scripts/iou.js:425
Functionno_inf_mean
Computes the mean of a vector, throwing out all inf values. If there are no non-inf values, this will return inf (i.e., just the normal mean)
train.py:439
Functionplay_video
()
eval.py:718
Methodpop_session
()
utils/logger.py:220
Functionprep_frame
(inp, fps_str)
eval.py:709
Methodprint
(self)
data/config.py:98
Functionprint_stats
Prints the current timing information into a table.
utils/timer.py:85
Methodpull_anno
Returns the original annotation of image at index Note: not using self.__getitem__(), as any transformations passed in could mess up
data/coco.py:193
Methodpull_image
Returns the original image object at index in PIL form Note: not using self.__getitem__(), as any transformations passed in could mes
data/coco.py:178
Functionre
()
web/scripts/jquery.js:2
Functionreset
Resets the current timer. Call this at the start of an iteration.
utils/timer.py:27
Methodscatter
(self, inputs, kwargs, device_ids)
train.py:155
Methodsessions
Prints statistics about the sessions in the file.
utils/logger.py:208
Functionset_x
(x, scales, aspect_ratios)
scripts/optimize_bboxes.py:141
Functionsigmoid
(x)
scripts/compute_masks.py:44
Functionstep
(x, x_func, bboxes, base_hits, optim_idx)
scripts/optimize_bboxes.py:115
Functionstr2bool
(v)
eval.py:32
Functionstr2bool
(v)
train.py:27
Functiontt
(e,t,n,r,i)
web/scripts/jquery.js:2
Functionupdate_angle
(val)
scripts/make_grid.py:69
Functionupdate_centerx
(val)
scripts/make_grid.py:75
Functionupdate_centery
(val)
scripts/make_grid.py:81
Functionupdate_scale
(val)
scripts/make_grid.py:63
Functionupdate_spacing
(val)
scripts/make_grid.py:87
Methodvalid
(idx)
utils/logger.py:254
← previous401–449 of 449, ranked by callers