MCPcopy Create free account

hub / github.com/darolt/mask_rcnn / functions

Functions216 in github.com/darolt/mask_rcnn

Methodpredict
(self, img)
samples/microscope_model.py:10
Functionprinter
Closure function. See _get_printer docstring.
tools/grad_debugging.py:13
Functionprofilable
To be used as a decorator in functions that should be time-profiled.
tools/time_profiling.py:13
Functionregister_hook
Utility function to call retain_grad and Pytorch's register_hook in a single line
tools/grad_debugging.py:24
Functionresize_mask
Resizes a mask using the given scale and padding. Typically, you get the scale and padding from resize_image() to ensure both, the image and t
mrcnn/utils/utils.py:401
Functionrle_decode
Decodes an RLE encoded list of space separated numbers and returns a binary mask.
mrcnn/utils/rle.py:22
Methodset_bn_fix
(model)
mrcnn/models/model.py:104
Functionset_intersection
Intersection of elements present in tensor1 and tensor2. Note: it only works if elements are unique in each tensor.
mrcnn/utils/utils.py:560
Methodsource_image_link
Returns the path or URL to the image. Override this to return a URL to the image if it's availble online for easy debugging.
mrcnn/data/dataset_handler.py:140
Methodto_list
(self)
mrcnn/functions/losses.py:23
Functionto_mini_mask
Transform ROI coordinates from normalized image space to normalized mini-mask space.
mrcnn/utils/utils.py:544
Methodto_string
Recursively convert to string.
tools/config.py:72
Functiontrace_calls
Tracer used by sys. Requires TRACE_INTO environment variable to be defined. Will only debug line-by-line inside functions defined inside TRACE
tools/gpu_mem_profiling.py:32
Methodunfreeze
Unblocks the configuration to be changed.
tools/config.py:88
Functionunmold_detections
Reformats the detections of one image from the format of the neural network output to a format suitable for use in the rest of the application
mrcnn/utils/utils.py:219
Functionwrapper
(*args, **kwargs)
tools/time_profiling.py:20
← previous201–216 of 216, ranked by callers