SYMBOL INDEX (484 symbols across 39 files) FILE: lib/datasets/coco.py class coco (line 27) | class coco(imdb): method __init__ (line 28) | def __init__(self, image_set, year): method _get_ann_file (line 65) | def _get_ann_file(self): method _load_image_set_index (line 71) | def _load_image_set_index(self): method _get_widths (line 78) | def _get_widths(self): method image_path_at (line 83) | def image_path_at(self, i): method image_path_from_index (line 89) | def image_path_from_index(self, index): method gt_roidb (line 103) | def gt_roidb(self): method _load_coco_annotation (line 123) | def _load_coco_annotation(self, index): method _get_widths (line 181) | def _get_widths(self): method append_flipped_images (line 184) | def append_flipped_images(self): method _get_box_file (line 205) | def _get_box_file(self, index): method _print_detection_eval_metrics (line 212) | def _print_detection_eval_metrics(self, coco_eval): method _do_detection_eval (line 245) | def _do_detection_eval(self, res_file, output_dir): method _coco_results_one_category (line 258) | def _coco_results_one_category(self, boxes, cat_id): method _write_coco_results_file (line 276) | def _write_coco_results_file(self, all_boxes, res_file): method evaluate_detections (line 294) | def evaluate_detections(self, all_boxes, output_dir): method competition_mode (line 310) | def competition_mode(self, on): FILE: lib/datasets/ds_utils.py function unique_boxes (line 13) | def unique_boxes(boxes, scale=1.0): function xywh_to_xyxy (line 21) | def xywh_to_xyxy(boxes): function xyxy_to_xywh (line 26) | def xyxy_to_xywh(boxes): function validate_boxes (line 31) | def validate_boxes(boxes, width=0, height=0): function filter_small_boxes (line 45) | def filter_small_boxes(boxes, min_size): FILE: lib/datasets/factory.py function get_imdb (line 44) | def get_imdb(name): function list_imdbs (line 51) | def list_imdbs(): FILE: lib/datasets/graspRGB.py class graspRGB (line 23) | class graspRGB(imdb): method __init__ (line 24) | def __init__(self, image_set, devkit_path): method image_path_at (line 55) | def image_path_at(self, i): method image_path_from_index (line 61) | def image_path_from_index(self, index): method _load_image_set_index (line 74) | def _load_image_set_index(self): method gt_roidb (line 89) | def gt_roidb(self): method selective_search_roidb (line 110) | def selective_search_roidb(self): method _load_selective_search_roidb (line 139) | def _load_selective_search_roidb(self, gt_roidb): method selective_search_IJCV_roidb (line 153) | def selective_search_IJCV_roidb(self): method _load_selective_search_IJCV_roidb (line 179) | def _load_selective_search_IJCV_roidb(self, gt_roidb): method _load_graspRGB_annotation (line 195) | def _load_graspRGB_annotation(self, index): method _write_graspRGB_results_file (line 255) | def _write_graspRGB_results_file(self, all_boxes): method _do_matlab_eval (line 281) | def _do_matlab_eval(self, comp_id, output_dir='output'): method evaluate_detections (line 295) | def evaluate_detections(self, all_boxes, output_dir): method competition_mode (line 299) | def competition_mode(self, on): FILE: lib/datasets/imdb.py class imdb (line 20) | class imdb(object): method __init__ (line 23) | def __init__(self, name, classes=None): method name (line 38) | def name(self): method num_classes (line 42) | def num_classes(self): method classes (line 46) | def classes(self): method image_index (line 50) | def image_index(self): method roidb_handler (line 54) | def roidb_handler(self): method roidb_handler (line 58) | def roidb_handler(self, val): method set_proposal_method (line 61) | def set_proposal_method(self, method): method roidb (line 66) | def roidb(self): method cache_path (line 78) | def cache_path(self): method num_images (line 85) | def num_images(self): method image_path_at (line 88) | def image_path_at(self, i): method default_roidb (line 91) | def default_roidb(self): method evaluate_detections (line 94) | def evaluate_detections(self, all_boxes, output_dir=None): method _get_widths (line 105) | def _get_widths(self): method append_flipped_images (line 109) | def append_flipped_images(self): method evaluate_recall (line 126) | def evaluate_recall(self, candidate_boxes=None, thresholds=None, method create_roidb_from_box_list (line 216) | def create_roidb_from_box_list(self, box_list, gt_roidb): method merge_roidbs (line 246) | def merge_roidbs(a, b): method competition_mode (line 258) | def competition_mode(self, on): FILE: lib/datasets/pascal_voc.py class pascal_voc (line 26) | class pascal_voc(imdb): method __init__ (line 27) | def __init__(self, image_set, year, devkit_path=None): method image_path_at (line 60) | def image_path_at(self, i): method image_path_from_index (line 66) | def image_path_from_index(self, index): method _load_image_set_index (line 76) | def _load_image_set_index(self): method _get_default_path (line 90) | def _get_default_path(self): method gt_roidb (line 96) | def gt_roidb(self): method rpn_roidb (line 120) | def rpn_roidb(self): method _load_rpn_roidb (line 130) | def _load_rpn_roidb(self, gt_roidb): method _load_pascal_annotation (line 139) | def _load_pascal_annotation(self, index): method _get_comp_id (line 185) | def _get_comp_id(self): method _get_voc_results_file_template (line 190) | def _get_voc_results_file_template(self): method _write_voc_results_file (line 201) | def _write_voc_results_file(self, all_boxes): method _do_python_eval (line 219) | def _do_python_eval(self, output_dir='output'): method _do_matlab_eval (line 264) | def _do_matlab_eval(self, output_dir='output'): method evaluate_detections (line 279) | def evaluate_detections(self, all_boxes, output_dir): method competition_mode (line 291) | def competition_mode(self, on): FILE: lib/datasets/tools/mcg_munge.py function munge (line 15) | def munge(src_dir): FILE: lib/datasets/voc_eval.py function parse_rec (line 15) | def parse_rec(filename): function voc_ap (line 35) | def voc_ap(rec, prec, use_07_metric=False): function voc_eval (line 69) | def voc_eval(detpath, FILE: lib/layer_utils/anchor_target_layer.py function anchor_target_layer (line 18) | def anchor_target_layer(rpn_cls_score, gt_boxes, im_info, _feat_stride, ... function _unmap (line 142) | def _unmap(data, count, inds, fill=0): function _compute_targets (line 156) | def _compute_targets(ex_rois, gt_rois): FILE: lib/layer_utils/generate_anchors.py function generate_anchors (line 41) | def generate_anchors(base_size=16, ratios=[0.5, 1, 2], function _whctrs (line 55) | def _whctrs(anchor): function _mkanchors (line 67) | def _mkanchors(ws, hs, x_ctr, y_ctr): function _ratio_enum (line 82) | def _ratio_enum(anchor, ratios): function _scale_enum (line 96) | def _scale_enum(anchor, scales): FILE: lib/layer_utils/proposal_layer.py function proposal_layer (line 16) | def proposal_layer(rpn_cls_prob, rpn_bbox_pred, im_info, cfg_key, _feat_... FILE: lib/layer_utils/proposal_target_layer.py function proposal_target_layer (line 18) | def proposal_target_layer(rpn_rois, rpn_scores, gt_boxes, _num_classes): function _get_bbox_regression_labels (line 58) | def _get_bbox_regression_labels(bbox_target_data, num_classes): function _compute_targets (line 83) | def _compute_targets(ex_rois, gt_rois, labels): function _sample_rois (line 99) | def _sample_rois(all_rois, all_scores, gt_boxes, fg_rois_per_image, rois... FILE: lib/layer_utils/proposal_top_layer.py function proposal_top_layer (line 15) | def proposal_top_layer(rpn_cls_prob, rpn_bbox_pred, im_info, _feat_strid... FILE: lib/layer_utils/snippets.py function generate_anchors_pre (line 17) | def generate_anchors_pre(height, width, feat_stride, anchor_scales=(8,16... FILE: lib/model/bbox_transform.py function bbox_transform (line 13) | def bbox_transform(ex_rois, gt_rois): function bbox_transform_inv (line 34) | def bbox_transform_inv(boxes, deltas): function clip_boxes (line 67) | def clip_boxes(boxes, im_shape): FILE: lib/model/config.py function get_output_dir (line 274) | def get_output_dir(imdb, weights_filename): function get_output_tb_dir (line 290) | def get_output_tb_dir(imdb, weights_filename): function _merge_a_into_b (line 306) | def _merge_a_into_b(a, b): function cfg_from_file (line 339) | def cfg_from_file(filename): function cfg_from_list (line 348) | def cfg_from_list(cfg_list): FILE: lib/model/nms_wrapper.py function nms (line 15) | def nms(dets, thresh, force_cpu=False): FILE: lib/model/test.py function _get_image_blob (line 27) | def _get_image_blob(im): function _get_blobs (line 61) | def _get_blobs(im): function _clip_boxes (line 68) | def _clip_boxes(boxes, im_shape): function _rescale_boxes (line 80) | def _rescale_boxes(boxes, inds, scales): function im_detect (line 87) | def im_detect(sess, net, im): function apply_nms (line 113) | def apply_nms(all_boxes, thresh): function test_net (line 142) | def test_net(sess, net, imdb, weights_filename, max_per_image=100, thres... FILE: lib/model/train_val.py class SolverWrapper (line 27) | class SolverWrapper(object): method __init__ (line 32) | def __init__(self, sess, network, imdb, roidb, valroidb, output_dir, t... method snapshot (line 45) | def snapshot(self, sess, iter): method get_variables_in_checkpoint_file (line 82) | def get_variables_in_checkpoint_file(self, file_name): method train_model (line 93) | def train_model(self, sess, max_iters): function get_training_roidb (line 286) | def get_training_roidb(imdb): function filter_roidb (line 300) | def filter_roidb(roidb): function train_net (line 325) | def train_net(network, imdb, roidb, valroidb, output_dir, tb_dir, FILE: lib/nets/network.py class Network (line 25) | class Network(object): method __init__ (line 26) | def __init__(self, batch_size=1): method _add_image_summary (line 41) | def _add_image_summary(self, image, boxes): method _add_act_summary (line 63) | def _add_act_summary(self, tensor): method _add_score_summary (line 68) | def _add_score_summary(self, key, tensor): method _add_train_summary (line 71) | def _add_train_summary(self, var): method _reshape_layer (line 74) | def _reshape_layer(self, bottom, num_dim, name): method _softmax_layer (line 86) | def _softmax_layer(self, bottom, name): method _proposal_top_layer (line 94) | def _proposal_top_layer(self, rpn_cls_prob, rpn_bbox_pred, name): method _proposal_layer (line 105) | def _proposal_layer(self, rpn_cls_prob, rpn_bbox_pred, name): method _roi_pool_layer (line 117) | def _roi_pool_layer(self, bootom, rois, name): method _crop_pool_layer (line 124) | def _crop_pool_layer(self, bottom, rois, name): method _dropout_layer (line 142) | def _dropout_layer(self, bottom, name, ratio=0.5): method _anchor_target_layer (line 145) | def _anchor_target_layer(self, rpn_cls_score, name): method _proposal_target_layer (line 167) | def _proposal_target_layer(self, rois, roi_scores, name): method _anchor_component (line 191) | def _anchor_component(self): method build_network (line 205) | def build_network(self, sess, is_training=True): method _smooth_l1_loss (line 208) | def _smooth_l1_loss(self, bbox_pred, bbox_targets, bbox_inside_weights... method _add_losses (line 223) | def _add_losses(self, sigma_rpn=3.0): method create_architecture (line 271) | def create_architecture(self, sess, mode, num_classes, tag=None, method get_variables_to_restore (line 341) | def get_variables_to_restore(self, variables, var_keep_dic): method fix_variables (line 344) | def fix_variables(self, sess, pretrained_model): method extract_head (line 349) | def extract_head(self, sess, image): method test_image (line 355) | def test_image(self, sess, image, im_info): method get_summary (line 365) | def get_summary(self, sess, blobs): method train_step (line 372) | def train_step(self, sess, blobs, train_op): method train_step_with_summary (line 384) | def train_step_with_summary(self, sess, blobs, train_op): method train_step_no_return (line 397) | def train_step_no_return(self, sess, blobs, train_op): FILE: lib/nets/resnet_v1.py function resnet_arg_scope (line 26) | def resnet_arg_scope(is_training=True, class resnetv1 (line 53) | class resnetv1(Network): method __init__ (line 54) | def __init__(self, batch_size=1, num_layers=50): method _crop_pool_layer (line 59) | def _crop_pool_layer(self, bottom, rois, name): method build_base (line 84) | def build_base(self): method build_network (line 92) | def build_network(self, sess, is_training=True): method get_variables_to_restore (line 241) | def get_variables_to_restore(self, variables, var_keep_dic): method fix_variables (line 265) | def fix_variables(self, sess, pretrained_model): FILE: lib/nets/vgg16.py class vgg16 (line 19) | class vgg16(Network): method __init__ (line 20) | def __init__(self, batch_size=1): method build_network (line 23) | def build_network(self, sess, is_training=True): method get_variables_to_restore (line 115) | def get_variables_to_restore(self, variables, var_keep_dic): method fix_variables (line 133) | def fix_variables(self, sess, pretrained_model): FILE: lib/nms/cpu_nms.c type Py_ssize_t (line 61) | typedef int Py_ssize_t; type Py_buffer (line 89) | typedef struct { type Py_hash_t (line 241) | typedef long Py_hash_t; function CYTHON_INLINE (line 310) | static CYTHON_INLINE float __PYX_NAN() { type __Pyx_StringTabEntry (line 369) | typedef struct {PyObject **p; char *s; const Py_ssize_t n; const char* e... function CYTHON_INLINE (line 409) | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) function __Pyx_init_sys_getdefaultencoding_params (line 435) | static int __Pyx_init_sys_getdefaultencoding_params(void) { function __Pyx_init_sys_getdefaultencoding_params (line 484) | static int __Pyx_init_sys_getdefaultencoding_params(void) { type __Pyx_StructField_ (line 559) | struct __Pyx_StructField_ type __Pyx_TypeInfo (line 561) | typedef struct { type __Pyx_StructField (line 571) | typedef struct __Pyx_StructField_ { type __Pyx_BufFmt_StackElem (line 576) | typedef struct { type __Pyx_BufFmt_Context (line 580) | typedef struct { type npy_int8 (line 601) | typedef npy_int8 __pyx_t_5numpy_int8_t; type npy_int16 (line 610) | typedef npy_int16 __pyx_t_5numpy_int16_t; type npy_int32 (line 619) | typedef npy_int32 __pyx_t_5numpy_int32_t; type npy_int64 (line 628) | typedef npy_int64 __pyx_t_5numpy_int64_t; type npy_uint8 (line 637) | typedef npy_uint8 __pyx_t_5numpy_uint8_t; type npy_uint16 (line 646) | typedef npy_uint16 __pyx_t_5numpy_uint16_t; type npy_uint32 (line 655) | typedef npy_uint32 __pyx_t_5numpy_uint32_t; type npy_uint64 (line 664) | typedef npy_uint64 __pyx_t_5numpy_uint64_t; type npy_float32 (line 673) | typedef npy_float32 __pyx_t_5numpy_float32_t; type npy_float64 (line 682) | typedef npy_float64 __pyx_t_5numpy_float64_t; type npy_long (line 691) | typedef npy_long __pyx_t_5numpy_int_t; type npy_longlong (line 700) | typedef npy_longlong __pyx_t_5numpy_long_t; type npy_longlong (line 709) | typedef npy_longlong __pyx_t_5numpy_longlong_t; type npy_ulong (line 718) | typedef npy_ulong __pyx_t_5numpy_uint_t; type npy_ulonglong (line 727) | typedef npy_ulonglong __pyx_t_5numpy_ulong_t; type npy_ulonglong (line 736) | typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; type npy_intp (line 745) | typedef npy_intp __pyx_t_5numpy_intp_t; type npy_uintp (line 754) | typedef npy_uintp __pyx_t_5numpy_uintp_t; type npy_double (line 763) | typedef npy_double __pyx_t_5numpy_float_t; type npy_double (line 772) | typedef npy_double __pyx_t_5numpy_double_t; type npy_longdouble (line 781) | typedef npy_longdouble __pyx_t_5numpy_longdouble_t; type std (line 784) | typedef ::std::complex< float > __pyx_t_float_complex; type __pyx_t_float_complex (line 786) | typedef float _Complex __pyx_t_float_complex; type __pyx_t_float_complex (line 789) | typedef struct { float real, imag; } __pyx_t_float_complex; type std (line 794) | typedef ::std::complex< double > __pyx_t_double_complex; type __pyx_t_double_complex (line 796) | typedef double _Complex __pyx_t_double_complex; type __pyx_t_double_complex (line 799) | typedef struct { double real, imag; } __pyx_t_double_complex; type npy_cfloat (line 812) | typedef npy_cfloat __pyx_t_5numpy_cfloat_t; type npy_cdouble (line 821) | typedef npy_cdouble __pyx_t_5numpy_cdouble_t; type npy_clongdouble (line 830) | typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; type npy_cdouble (line 839) | typedef npy_cdouble __pyx_t_5numpy_complex_t; type __Pyx_RefNannyAPIStruct (line 844) | typedef struct { function CYTHON_INLINE (line 903) | static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, ... function CYTHON_INLINE (line 949) | static CYTHON_INLINE int __Pyx_PyList_Append(PyObject* list, PyObject* x) { type __Pyx_Buf_DimInfo (line 979) | typedef struct { type __Pyx_Buffer (line 982) | typedef struct { type __Pyx_LocalBuf_ND (line 986) | typedef struct { type __Pyx_CodeObjectCacheEntry (line 1126) | typedef struct { type __Pyx_CodeObjectCache (line 1130) | struct __Pyx_CodeObjectCache { type __Pyx_CodeObjectCache (line 1135) | struct __Pyx_CodeObjectCache function CYTHON_INLINE (line 1341) | static CYTHON_INLINE __pyx_t_5numpy_float32_t __pyx_f_3nms_7cpu_nms_max(... function CYTHON_INLINE (line 1384) | static CYTHON_INLINE __pyx_t_5numpy_float32_t __pyx_f_3nms_7cpu_nms_min(... function PyObject (line 1430) | static PyObject *__pyx_pw_3nms_7cpu_nms_1cpu_nms(PyObject *__pyx_self, P... function PyObject (line 1495) | static PyObject *__pyx_pf_3nms_7cpu_nms_cpu_nms(CYTHON_UNUSED PyObject *... function CYTHON_UNUSED (line 2348) | static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObjec... function __pyx_pf_5numpy_7ndarray___getbuffer__ (line 2359) | static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v... function CYTHON_UNUSED (line 3144) | static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(Py... function __pyx_pf_5numpy_7ndarray_2__releasebuffer__ (line 3153) | static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *_... function CYTHON_INLINE (line 3222) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyOb... function CYTHON_INLINE (line 3272) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyOb... function CYTHON_INLINE (line 3322) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyOb... function CYTHON_INLINE (line 3372) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyOb... function CYTHON_INLINE (line 3422) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyOb... function CYTHON_INLINE (line 3472) | static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Desc... function CYTHON_INLINE (line 4176) | static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *_... function CYTHON_INLINE (line 4264) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObje... type PyModuleDef (line 4325) | struct PyModuleDef function __Pyx_InitCachedBuiltins (line 4397) | static int __Pyx_InitCachedBuiltins(void) { function __Pyx_InitCachedConstants (line 4406) | static int __Pyx_InitCachedConstants(void) { function __Pyx_InitGlobals (line 4575) | static int __Pyx_InitGlobals(void) { function PyMODINIT_FUNC (line 4593) | PyMODINIT_FUNC PyInit_cpu_nms(void) function __Pyx_RefNannyAPIStruct (line 4746) | static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modn... function PyObject (line 4761) | static PyObject *__Pyx_GetBuiltinName(PyObject *name) { function __Pyx_RaiseArgtupleInvalid (line 4774) | static void __Pyx_RaiseArgtupleInvalid( function __Pyx_RaiseDoubleKeywordsError (line 4799) | static void __Pyx_RaiseDoubleKeywordsError( function __Pyx_ParseOptionalKeywords (line 4812) | static int __Pyx_ParseOptionalKeywords( function __Pyx_RaiseArgumentTypeInvalid (line 4913) | static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *o... function CYTHON_INLINE (line 4918) | static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *... function CYTHON_INLINE (line 4939) | static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { function __Pyx_BufFmt_Init (line 4943) | static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, function __Pyx_BufFmt_ParseNumber (line 4970) | static int __Pyx_BufFmt_ParseNumber(const char** ts) { function __Pyx_BufFmt_ExpectNumber (line 4985) | static int __Pyx_BufFmt_ExpectNumber(const char **ts) { function __Pyx_BufFmt_RaiseUnexpectedChar (line 4992) | static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { function __Pyx_BufFmt_TypeCharToStandardSize (line 5020) | static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_comple... function __Pyx_BufFmt_TypeCharToNativeSize (line 5038) | static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { type __Pyx_st_short (line 5057) | typedef struct { char c; short x; } __Pyx_st_short; type __Pyx_st_int (line 5058) | typedef struct { char c; int x; } __Pyx_st_int; type __Pyx_st_long (line 5059) | typedef struct { char c; long x; } __Pyx_st_long; type __Pyx_st_float (line 5060) | typedef struct { char c; float x; } __Pyx_st_float; type __Pyx_st_double (line 5061) | typedef struct { char c; double x; } __Pyx_st_double; type __Pyx_st_longdouble (line 5062) | typedef struct { char c; long double x; } __Pyx_st_longdouble; type __Pyx_st_void_p (line 5063) | typedef struct { char c; void *x; } __Pyx_st_void_p; type __Pyx_st_longlong (line 5065) | typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; function __Pyx_BufFmt_TypeCharToAlignment (line 5067) | static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED in... type __Pyx_pad_short (line 5089) | typedef struct { short x; char c; } __Pyx_pad_short; type __Pyx_pad_int (line 5090) | typedef struct { int x; char c; } __Pyx_pad_int; type __Pyx_pad_long (line 5091) | typedef struct { long x; char c; } __Pyx_pad_long; type __Pyx_pad_float (line 5092) | typedef struct { float x; char c; } __Pyx_pad_float; type __Pyx_pad_double (line 5093) | typedef struct { double x; char c; } __Pyx_pad_double; type __Pyx_pad_longdouble (line 5094) | typedef struct { long double x; char c; } __Pyx_pad_longdouble; type __Pyx_pad_void_p (line 5095) | typedef struct { void *x; char c; } __Pyx_pad_void_p; type __Pyx_pad_longlong (line 5097) | typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; function __Pyx_BufFmt_TypeCharToPadding (line 5099) | static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int ... function __Pyx_BufFmt_TypeCharToGroup (line 5117) | static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { function __Pyx_BufFmt_RaiseExpected (line 5138) | static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { function __Pyx_BufFmt_ProcessTypeChunk (line 5162) | static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { function CYTHON_INLINE (line 5264) | static CYTHON_INLINE PyObject * function CYTHON_INLINE (line 5437) | static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { function CYTHON_INLINE (line 5444) | static CYTHON_INLINE int __Pyx_GetBufferAndValidate( function CYTHON_INLINE (line 5478) | static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { function CYTHON_INLINE (line 5484) | static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *typ... function CYTHON_INLINE (line 5497) | static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObj... function __Pyx_RaiseBufferIndexError (line 5536) | static void __Pyx_RaiseBufferIndexError(int axis) { function CYTHON_INLINE (line 5541) | static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *val... function CYTHON_INLINE (line 5558) | static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **val... function CYTHON_INLINE (line 5737) | static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expec... function CYTHON_INLINE (line 5742) | static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t inde... function CYTHON_INLINE (line 5748) | static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { function __Pyx_GetBuffer (line 5753) | static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { function __Pyx_ReleaseBuffer (line 5779) | static void __Pyx_ReleaseBuffer(Py_buffer *view) { function PyObject (line 5817) | static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int l... function CYTHON_INLINE (line 5899) | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { function CYTHON_INLINE (line 5946) | static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { function CYTHON_INLINE (line 6041) | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { function CYTHON_INLINE (line 6069) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 6073) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 6078) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 6088) | static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_fl... function CYTHON_INLINE (line 6091) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_co... function CYTHON_INLINE (line 6097) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_c... function CYTHON_INLINE (line 6103) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_c... function CYTHON_INLINE (line 6109) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_c... function CYTHON_INLINE (line 6116) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_co... function CYTHON_INLINE (line 6122) | static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { function CYTHON_INLINE (line 6125) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_c... function CYTHON_INLINE (line 6132) | static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { function CYTHON_INLINE (line 6139) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_co... function CYTHON_INLINE (line 6189) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 6193) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 6198) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 6208) | static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_do... function CYTHON_INLINE (line 6211) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_c... function CYTHON_INLINE (line 6217) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_... function CYTHON_INLINE (line 6223) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_... function CYTHON_INLINE (line 6229) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_... function CYTHON_INLINE (line 6236) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_c... function CYTHON_INLINE (line 6242) | static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { function CYTHON_INLINE (line 6245) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_... function CYTHON_INLINE (line 6252) | static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { function CYTHON_INLINE (line 6259) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_c... function __Pyx_PyInt_As_long (line 6312) | static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { function __Pyx_check_binary_version (line 6407) | static int __Pyx_check_binary_version(void) { function PyObject (line 6428) | static PyObject *__Pyx_ImportModule(const char *name) { function PyTypeObject (line 6445) | static PyTypeObject *__Pyx_ImportType(const char *module_name, const cha... function __pyx_bisect_code_objects (line 6511) | static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries... function PyCodeObject (line 6532) | static PyCodeObject *__pyx_find_code_object(int code_line) { function __pyx_insert_code_object (line 6546) | static void __pyx_insert_code_object(int code_line, PyCodeObject* code_o... function PyCodeObject (line 6593) | static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( function __Pyx_AddTraceback (line 6645) | static void __Pyx_AddTraceback(const char *funcname, int c_line, function __Pyx_InitStrings (line 6673) | static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { function CYTHON_INLINE (line 6703) | static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) { function CYTHON_INLINE (line 6706) | static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { function CYTHON_INLINE (line 6770) | static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function CYTHON_INLINE (line 6825) | static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { function CYTHON_INLINE (line 6854) | static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { FILE: lib/nms/gpu_nms.cpp function CYTHON_INLINE (line 310) | static CYTHON_INLINE float __PYX_NAN() { function CYTHON_INLINE (line 410) | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) function __Pyx_init_sys_getdefaultencoding_params (line 436) | static int __Pyx_init_sys_getdefaultencoding_params(void) { function __Pyx_init_sys_getdefaultencoding_params (line 485) | static int __Pyx_init_sys_getdefaultencoding_params(void) { type __Pyx_StructField_ (line 560) | struct __Pyx_StructField_ type __Pyx_StructField_ (line 564) | struct __Pyx_StructField_ type __Pyx_StructField_ (line 572) | struct __Pyx_StructField_ { function CYTHON_INLINE (line 920) | static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, ... type __Pyx_CodeObjectCache (line 1121) | struct __Pyx_CodeObjectCache { type __Pyx_CodeObjectCache (line 1126) | struct __Pyx_CodeObjectCache function PyObject (line 1287) | static PyObject *__pyx_pw_3nms_7gpu_nms_1gpu_nms(PyObject *__pyx_self, P... function PyObject (line 1367) | static PyObject *__pyx_pf_3nms_7gpu_nms_gpu_nms(CYTHON_UNUSED PyObject *... function CYTHON_UNUSED (line 1720) | static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObjec... function __pyx_pf_5numpy_7ndarray___getbuffer__ (line 1731) | static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v... function CYTHON_UNUSED (line 2516) | static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(Py... function __pyx_pf_5numpy_7ndarray_2__releasebuffer__ (line 2525) | static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *_... function CYTHON_INLINE (line 2594) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyOb... function CYTHON_INLINE (line 2644) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyOb... function CYTHON_INLINE (line 2694) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyOb... function CYTHON_INLINE (line 2744) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyOb... function CYTHON_INLINE (line 2794) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyOb... function CYTHON_INLINE (line 2844) | static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Desc... function CYTHON_INLINE (line 3548) | static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *_... function CYTHON_INLINE (line 3636) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObje... type PyModuleDef (line 3697) | struct PyModuleDef function __Pyx_InitCachedBuiltins (line 3750) | static int __Pyx_InitCachedBuiltins(void) { function __Pyx_InitCachedConstants (line 3759) | static int __Pyx_InitCachedConstants(void) { function __Pyx_InitGlobals (line 3883) | static int __Pyx_InitGlobals(void) { function PyMODINIT_FUNC (line 3897) | PyMODINIT_FUNC PyInit_gpu_nms(void) function __Pyx_RefNannyAPIStruct (line 4066) | static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modn... function __Pyx_RaiseArgtupleInvalid (line 4081) | static void __Pyx_RaiseArgtupleInvalid( function __Pyx_RaiseDoubleKeywordsError (line 4106) | static void __Pyx_RaiseDoubleKeywordsError( function __Pyx_ParseOptionalKeywords (line 4119) | static int __Pyx_ParseOptionalKeywords( function __Pyx_RaiseArgumentTypeInvalid (line 4220) | static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *o... function CYTHON_INLINE (line 4225) | static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *... function CYTHON_INLINE (line 4246) | static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { function __Pyx_BufFmt_Init (line 4250) | static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, function __Pyx_BufFmt_ParseNumber (line 4277) | static int __Pyx_BufFmt_ParseNumber(const char** ts) { function __Pyx_BufFmt_ExpectNumber (line 4292) | static int __Pyx_BufFmt_ExpectNumber(const char **ts) { function __Pyx_BufFmt_RaiseUnexpectedChar (line 4299) | static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { function __Pyx_BufFmt_TypeCharToStandardSize (line 4327) | static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_comple... function __Pyx_BufFmt_TypeCharToNativeSize (line 4345) | static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { function __Pyx_BufFmt_TypeCharToAlignment (line 4374) | static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED in... function __Pyx_BufFmt_TypeCharToPadding (line 4406) | static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int ... function __Pyx_BufFmt_TypeCharToGroup (line 4424) | static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { function __Pyx_BufFmt_RaiseExpected (line 4445) | static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { function __Pyx_BufFmt_ProcessTypeChunk (line 4469) | static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { function CYTHON_INLINE (line 4571) | static CYTHON_INLINE PyObject * function CYTHON_INLINE (line 4744) | static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { function CYTHON_INLINE (line 4751) | static CYTHON_INLINE int __Pyx_GetBufferAndValidate( function CYTHON_INLINE (line 4785) | static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { function PyObject (line 4791) | static PyObject *__Pyx_GetBuiltinName(PyObject *name) { function CYTHON_INLINE (line 4822) | static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObj... function CYTHON_INLINE (line 4844) | static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *typ... function __Pyx_RaiseBufferIndexError (line 4856) | static void __Pyx_RaiseBufferIndexError(int axis) { function CYTHON_INLINE (line 4861) | static CYTHON_INLINE PyObject* __Pyx_PyObject_GetSlice( function __Pyx_RaiseBufferFallbackError (line 4958) | static void __Pyx_RaiseBufferFallbackError(void) { function CYTHON_INLINE (line 4963) | static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *val... function CYTHON_INLINE (line 4980) | static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **val... function CYTHON_INLINE (line 5159) | static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expec... function CYTHON_INLINE (line 5164) | static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t inde... function CYTHON_INLINE (line 5170) | static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { function __Pyx_GetBuffer (line 5175) | static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { function __Pyx_ReleaseBuffer (line 5201) | static void __Pyx_ReleaseBuffer(Py_buffer *view) { function PyObject (line 5239) | static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int l... function CYTHON_INLINE (line 5342) | static CYTHON_INLINE npy_int32 __Pyx_PyInt_As_npy_int32(PyObject *x) { function CYTHON_INLINE (line 5437) | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { function CYTHON_INLINE (line 5465) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 5469) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 5474) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 5484) | static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_fl... function CYTHON_INLINE (line 5487) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_co... function CYTHON_INLINE (line 5493) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_c... function CYTHON_INLINE (line 5499) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_c... function CYTHON_INLINE (line 5505) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_c... function CYTHON_INLINE (line 5512) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_co... function CYTHON_INLINE (line 5518) | static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { function CYTHON_INLINE (line 5521) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_c... function CYTHON_INLINE (line 5528) | static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { function CYTHON_INLINE (line 5535) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_co... function CYTHON_INLINE (line 5585) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 5589) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 5594) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 5604) | static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_do... function CYTHON_INLINE (line 5607) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_c... function CYTHON_INLINE (line 5613) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_... function CYTHON_INLINE (line 5619) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_... function CYTHON_INLINE (line 5625) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_... function CYTHON_INLINE (line 5632) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_c... function CYTHON_INLINE (line 5638) | static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { function CYTHON_INLINE (line 5641) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_... function CYTHON_INLINE (line 5648) | static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { function CYTHON_INLINE (line 5655) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_c... function CYTHON_INLINE (line 5708) | static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { function CYTHON_INLINE (line 5803) | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { function __Pyx_PyInt_As_long (line 5834) | static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { function __Pyx_check_binary_version (line 5929) | static int __Pyx_check_binary_version(void) { function PyObject (line 5950) | static PyObject *__Pyx_ImportModule(const char *name) { function PyTypeObject (line 5967) | static PyTypeObject *__Pyx_ImportType(const char *module_name, const cha... function __pyx_bisect_code_objects (line 6033) | static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries... function PyCodeObject (line 6054) | static PyCodeObject *__pyx_find_code_object(int code_line) { function __pyx_insert_code_object (line 6068) | static void __pyx_insert_code_object(int code_line, PyCodeObject* code_o... function PyCodeObject (line 6115) | static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( function __Pyx_AddTraceback (line 6167) | static void __Pyx_AddTraceback(const char *funcname, int c_line, function __Pyx_InitStrings (line 6195) | static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { function CYTHON_INLINE (line 6225) | static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) { function CYTHON_INLINE (line 6228) | static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { function CYTHON_INLINE (line 6292) | static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function CYTHON_INLINE (line 6347) | static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { function CYTHON_INLINE (line 6376) | static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { FILE: lib/nms/py_cpu_nms.py function py_cpu_nms (line 10) | def py_cpu_nms(dets, thresh): FILE: lib/roi_data_layer/layer.py class RoIDataLayer (line 21) | class RoIDataLayer(object): method __init__ (line 24) | def __init__(self, roidb, num_classes, random=False): method _shuffle_roidb_inds (line 32) | def _shuffle_roidb_inds(self): method _get_next_minibatch_inds (line 64) | def _get_next_minibatch_inds(self): method _get_next_minibatch (line 77) | def _get_next_minibatch(self): method forward (line 87) | def forward(self): FILE: lib/roi_data_layer/minibatch.py function get_minibatch (line 19) | def get_minibatch(roidb, num_classes): function _get_image_blob (line 54) | def _get_image_blob(roidb, scale_inds): FILE: lib/roi_data_layer/roidb.py function prepare_roidb (line 19) | def prepare_roidb(imdb): FILE: lib/setup.py function find_in_path (line 15) | def find_in_path(name, path): function locate_cuda (line 24) | def locate_cuda(): function customize_compiler_for_nvcc (line 63) | def customize_compiler_for_nvcc(self): class custom_build_ext (line 102) | class custom_build_ext(build_ext): method build_extensions (line 103) | def build_extensions(self): FILE: lib/utils/blob.py function im_list_to_blob (line 17) | def im_list_to_blob(ims): function prep_im_for_blob (line 33) | def prep_im_for_blob(im, pixel_means, target_size, max_size): FILE: lib/utils/boxes_grid.py function get_boxes_grid (line 16) | def get_boxes_grid(image_height, image_width): FILE: lib/utils/nms.py function nms (line 10) | def nms(dets, thresh): FILE: lib/utils/timer.py class Timer (line 10) | class Timer(object): method __init__ (line 12) | def __init__(self): method tic (line 19) | def tic(self): method toc (line 24) | def toc(self, average=True): FILE: tools/_init_paths.py function add_path (line 4) | def add_path(path): FILE: tools/demo_graspRGD.py function Rotate2D (line 50) | def Rotate2D(pts,cnt,ang=scipy.pi/4): function vis_detections (line 54) | def vis_detections(ax, image_name, im, class_name, dets, thresh=0.5): function demo (line 105) | def demo(sess, net, image_name): function parse_args (line 154) | def parse_args(): FILE: tools/demo_graspRGD_socket.py function Rotate2D (line 66) | def Rotate2D(pts,cnt,ang=scipy.pi/4): function vis_detections (line 70) | def vis_detections(ax, im, class_name, dets, thresh=0.5): function compute_imgRot (line 121) | def compute_imgRot(frame): function coordinate_img2table (line 171) | def coordinate_img2table(frame, u, v, rot): function demo_process (line 237) | def demo_process(sess, net): function parse_args (line 395) | def parse_args(): FILE: tools/demo_graspRGD_vis_mask.py function Rotate2D (line 50) | def Rotate2D(pts,cnt,ang=scipy.pi/4): function vis_detections (line 54) | def vis_detections(ax, image_name, im, class_name, dets, thresh=0.5): function demo (line 106) | def demo(sess, net, image_name, mask_name): function parse_args (line 159) | def parse_args(): FILE: tools/demo_graspRGD_vis_select.py function Rotate2D (line 53) | def Rotate2D(pts,cnt,ang=scipy.pi/4): function vis_detections (line 57) | def vis_detections(ax, image_name, im, class_name, dets, thresh=0.5): function demo (line 114) | def demo(sess, net, image_name): function parse_args (line 165) | def parse_args(): FILE: tools/trainval_net.py function parse_args (line 24) | def parse_args(): function combined_roidb (line 62) | def combined_roidb(imdb_names):