Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/darolt/mask_rcnn
/ functions
Functions
216 in github.com/darolt/mask_rcnn
⨍
Functions
216
◇
Types & classes
30
Method
predict
(self, img)
samples/microscope_model.py:10
Function
printer
Closure function. See _get_printer docstring.
tools/grad_debugging.py:13
Function
profilable
To be used as a decorator in functions that should be time-profiled.
tools/time_profiling.py:13
Function
register_hook
Utility function to call retain_grad and Pytorch's register_hook in a single line
tools/grad_debugging.py:24
Function
resize_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
Function
rle_decode
Decodes an RLE encoded list of space separated numbers and returns a binary mask.
mrcnn/utils/rle.py:22
Method
set_bn_fix
(model)
mrcnn/models/model.py:104
Function
set_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
Method
source_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
Method
to_list
(self)
mrcnn/functions/losses.py:23
Function
to_mini_mask
Transform ROI coordinates from normalized image space to normalized mini-mask space.
mrcnn/utils/utils.py:544
Method
to_string
Recursively convert to string.
tools/config.py:72
Function
trace_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
Method
unfreeze
Unblocks the configuration to be changed.
tools/config.py:88
Function
unmold_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
Function
wrapper
(*args, **kwargs)
tools/time_profiling.py:20
← previous
201–216 of 216, ranked by callers