MCPcopy Create free account

hub / github.com/daijifeng001/MNC / functions

Functions275 in github.com/daijifeng001/MNC

↓ 1 callersMethodvis_segmentation_result
(self)
lib/caffeWrapper/TesterWrapper.py:146
↓ 1 callersMethodvisualization_segmentation
(self, output_dir)
lib/datasets/pascal_voc_seg.py:152
↓ 1 callersFunctionvoc_eval
rec, prec, ap = voc_eval(detpath, annopath, imagesetfile,
lib/utils/voc_eval.py:58
FunctionPyInit_cython_bbox
proto*/
lib/utils/bbox.c:4215
Function__PYX_NAN
lib/utils/bbox.c:213
Function__Pyx_PyIndex_AsSsize_t
lib/utils/bbox.c:6815
Function__Pyx_PyInt_As_long
lib/utils/bbox.c:6390
Function__Pyx_PyInt_As_unsigned_int
lib/utils/bbox.c:5704
Function__Pyx_PyInt_FromSize_t
lib/utils/bbox.c:6877
Function__Pyx_PyInt_From_long
lib/utils/bbox.c:6364
Function__Pyx_PyObject_AsString
lib/utils/bbox.c:6703
Function__Pyx_PyUnicode_FromString
lib/utils/bbox.c:6700
Function__Pyx_Py_UNICODE_strlen
lib/utils/bbox.c:330
Function__Pyx_c_eq
lib/utils/bbox.c:6029
Function__Pyx_c_eqf
lib/utils/bbox.c:5909
Function__Pyx_c_is_zero
lib/utils/bbox.c:6063
Function__Pyx_c_is_zerof
lib/utils/bbox.c:5943
Method__init__
(self)
lib/utils/timer.py:13
Method__init__
(self, image_set, year, devkit_path=None)
lib/datasets/pascal_voc_det.py:25
Method__init__
(self, image_set, year, devkit_path=None)
lib/datasets/pascal_voc_seg.py:25
Method__init__
(self, name)
lib/datasets/pascal_voc.py:16
Method__init__
(self, test_prototxt, imdb, test_model, task_name)
lib/caffeWrapper/TesterWrapper.py:28
Method__init__
(self, solver_prototxt, roidb, maskdb, output_dir, imdb, pretrained_model=None)
lib/caffeWrapper/SolverWrapper.py:25
Function__pyx_f_5numpy_PyArray_MultiIterNew1
lib/utils/bbox.c:2881
Function__pyx_f_5numpy_PyArray_MultiIterNew2
lib/utils/bbox.c:2931
Function__pyx_f_5numpy_PyArray_MultiIterNew3
lib/utils/bbox.c:2981
Function__pyx_f_5numpy_PyArray_MultiIterNew4
lib/utils/bbox.c:3031
Function__pyx_f_5numpy_PyArray_MultiIterNew5
lib/utils/bbox.c:3081
Function__pyx_f_5numpy_get_array_base
lib/utils/bbox.c:3985
Function__pyx_f_5numpy_set_array_base
lib/utils/bbox.c:3889
Function__pyx_pw_5utils_11cython_bbox_1bbox_overlaps
lib/utils/bbox.c:1227
Function_compile
(obj, src, ext, cc_args, extra_postargs, pp_opts)
lib/setup.py:88
Method_load_image_set_index
(self)
lib/datasets/pascal_voc_seg.py:68
Functionapply_nms_mask
(all_boxes, all_masks, thresh)
lib/nms/nms_wrapper.py:44
Methodbackward
This layer does not propagate gradients.
lib/pylayer/cfm_data_layer.py:75
Methodbackward
(self, top, propagate_down, bottom)
lib/pylayer/proposal_layer.py:177
Methodbackward
Description: We need to implement bp for 2 bottoms: The top diff is x_new, y_new, w_new, h_new
lib/pylayer/stage_bridge_layer.py:82
Methodbackward
This layer does not propagate gradients.
lib/pylayer/mnc_data_layer.py:56
Methodbackward
(self, top, propagate_down, bottom)
lib/pylayer/proposal_target_layer.py:109
Methodbackward
This layer does not propagate gradients.
lib/pylayer/anchor_target_layer.py:211
Methodbackward
(self, top, propagate_down, bottom)
lib/pylayer/mask_layer.py:50
Methodbuild_extensions
(self)
lib/setup.py:108
Methodcache_path
(self)
lib/datasets/pascal_voc.py:82
Methodclasses
(self)
lib/datasets/pascal_voc.py:38
Functionclip_masked_boxes
Clipped masked boxes inside image boundary
lib/transform/mask_transform.py:83
Methodcompetition_mode
Turn competition mode on or off.
lib/datasets/pascal_voc.py:109
Methoddefault_maskdb
(self)
lib/datasets/pascal_voc.py:106
Methoddefault_roidb
(self)
lib/datasets/pascal_voc.py:103
Methodforward
Get blobs and copy them into this layer's top blob vector.
lib/pylayer/cfm_data_layer.py:65
Methodforward
(self, bottom, top)
lib/pylayer/proposal_layer.py:52
Methodforward
(self, bottom, top)
lib/pylayer/stage_bridge_layer.py:69
Methodforward
Get blobs and copy them into this layer's top blob vector.
lib/pylayer/mnc_data_layer.py:46
Methodforward
(self, bottom, top)
lib/pylayer/proposal_target_layer.py:62
Methodforward
(self, bottom, top)
lib/pylayer/anchor_target_layer.py:51
Functiongenerate_shifted_anchors
(anchors, height, width, feat_stride)
lib/transform/anchors.py:105
Methodimage_index
(self)
lib/datasets/pascal_voc.py:42
Methodimage_path_at
(self, i)
lib/datasets/pascal_voc_seg.py:39
Functionlist_imdbs
()
lib/db/imdb.py:27
Methodmaskdb
(self)
lib/datasets/pascal_voc.py:74
Methodmerge_roidbs
(a, b)
lib/datasets/pascal_voc.py:114
Methodname
(self)
lib/datasets/pascal_voc.py:30
Methodnum_classes
(self)
lib/datasets/pascal_voc.py:34
Methodnum_images
(self)
lib/datasets/pascal_voc.py:89
Functionprocess_flip_masks
(image_names, im_start, im_end)
tools/prepare_mcg_maskdb.py:165
Functionprocess_roidb
(file_start, file_end, db)
tools/prepare_mcg_maskdb.py:55
Functionpy_cpu_nms
Pure Python NMS baseline.
lib/nms/py_cpu_nms.py:10
Methodroidb
(self)
lib/datasets/pascal_voc.py:62
Functionscale_boxes
Scale boxes from w/h to alpha * w/h while keep center unchanged Args: boxes: a set of boxes specified using x1, y1, x2, y2 al
lib/transform/bbox_transform.py:133
Methodsetup
(self, bottom, top)
lib/pylayer/cfm_data_layer.py:24
Methodsetup
(self, bottom, top)
lib/pylayer/proposal_layer.py:27
Methodsetup
(self, bottom, top)
lib/pylayer/stage_bridge_layer.py:26
Methodsetup
(self, bottom, top)
lib/pylayer/mnc_data_layer.py:22
Methodsetup
(self, bottom, top)
lib/pylayer/proposal_target_layer.py:27
Methodsetup
(self, bottom, top)
lib/pylayer/anchor_target_layer.py:25
Methodsetup
(self, bottom, top)
lib/pylayer/mask_layer.py:22
← previous201–275 of 275, ranked by callers