Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/ObjectDetection-OneStageDet
/ functions
Functions
568 in github.com/Tencent/ObjectDetection-OneStageDet
⨍
Functions
568
◇
Types & classes
153
↳
Endpoints
2
↓ 29 callers
Method
info
Print information about the annotation file. :return:
utils/test/pycocotools/coco.py:122
↓ 19 callers
Method
__init__
(self, alpha=0.1, c=1)
vedanet/network/layer/_darknet.py:441
↓ 17 callers
Function
im_detect
(net, im, targe_size)
utils/test/fast_rcnn/test.py:10
↓ 16 callers
Function
flip_im_detect
(net, im, targe_size)
utils/test/fast_rcnn/test.py:64
↓ 11 callers
Method
compose
generate loss and postprocess
vedanet/models/yolo_abc.py:43
↓ 11 callers
Method
init_weights
(self, mode='fan_in', slope=0)
vedanet/models/_lightnet.py:129
↓ 11 callers
Method
load_weights
This function will load the weights from a file. If the file extension is ``.pt``, it will be considered as a `pytorch pickle file <http://py
vedanet/models/_darknet.py:28
↓ 5 callers
Method
create
Create an annotation from a string or other box object. Args: obj (Box or string, optional): Bounding box object to copy attribu
brambox/boxes/annotations/annotation.py:69
↓ 5 callers
Method
getAnnIds
Get ann ids that satisfy given filter conditions. default skips that filter :param imgIds (int array) : get anns for given imgs
utils/test/pycocotools/coco.py:130
↓ 5 callers
Method
loadAnns
Load anns with the specified ids. :param ids (int array) : integer ids specifying anns :return: anns (object array) : l
utils/test/pycocotools/coco.py:202
↓ 4 callers
Method
__init__
(self, hue, saturation, value)
vedanet/data/transform/_preprocess.py:414
↓ 4 callers
Method
_write_voc_results_file
(self, all_boxes)
utils/test/datasets/pascal_voc.py:250
↓ 4 callers
Function
bbox_ious
Compute IOU between all boxes from ``boxes1`` with all boxes from ``boxes2``. Args: boxes1 (torch.Tensor): List of bounding boxes
vedanet/loss/util.py:3
↓ 4 callers
Function
buildInvertedResBlock
(residual_setting, input_channel, width_mult)
vedanet/network/backbone/brick/mobilenetv2.py:47
↓ 4 callers
Method
create_roidb_from_box_list
(self, box_list, gt_roidb)
utils/test/datasets/imdb.py:209
↓ 4 callers
Function
im_detect_ratio
(net, im, targe_size1, targe_size2)
utils/test/fast_rcnn/test.py:35
↓ 4 callers
Method
image_path_at
(self, i)
utils/test/datasets/imdb.py:81
↓ 4 callers
Method
loadImgs
Load anns with the specified ids. :param ids (int array) : integer ids specifying img :return: imgs (object array) : lo
utils/test/pycocotools/coco.py:224
↓ 4 callers
Method
merge_roidbs
(a, b)
utils/test/datasets/imdb.py:239
↓ 4 callers
Method
save_weights
This function will save the weights to a file. If the file extension is ``.pt``, it will be considered as a `pytorch pickle file <http://pyto
vedanet/models/_darknet.py:43
↓ 3 callers
Method
__init__
(self, nchannels, nblocks, stride=2)
vedanet/network/backbone/brick/darknet53.py:24
↓ 3 callers
Method
__init__
(self, ratio)
vedanet/network/backbone/brick/shufflenetv2.py:13
↓ 3 callers
Method
__init__
(self, network_size, class_label_map=None)
vedanet/data/transform/_postprocess.py:220
↓ 3 callers
Method
_get_voc_results_file_template
(self)
utils/test/datasets/person_head.py:87
↓ 3 callers
Method
_get_voc_results_file_template
(self)
utils/test/datasets/pascal_voc.py:230
↓ 3 callers
Method
_roidb_from_proposals
Creates a roidb from pre-computed proposals of a particular methods.
utils/test/datasets/coco.py:153
↓ 3 callers
Method
add_rate
Add a rate to the engine. Rates are object attributes that automatically change according to the current batch number. Args:
vedanet/engine/engine.py:165
↓ 3 callers
Method
evaluate_detections
all_boxes is a list of length number-of-classes. Each list element is a list of length number-of-images. Each of those list e
utils/test/datasets/imdb.py:87
↓ 3 callers
Method
getCatIds
filtering parameters. default skips that filter. :param catNms (str array) : get cats for given cat names :param supNms (str
utils/test/pycocotools/coco.py:159
↓ 3 callers
Method
getImgIds
Get img ids that satisfy given filter conditions. :param imgIds (int array) : get imgs for given ids :param catIds (int array
utils/test/pycocotools/coco.py:181
↓ 3 callers
Function
get_output_dir
Return the directory where experimental artifacts are placed. If the directory does not exist, it is created. A canonical path is built using
utils/test/fast_rcnn/config.py:232
↓ 3 callers
Function
initEnv
(train_flag, model_name)
utils/envs.py:47
↓ 3 callers
Function
match_detection_to_annotations
Compute the best match (largest overlap area) between a given detection and a list of annotations. Args: detection (brambox.boxes.detect
brambox/boxes/statistics/util.py:155
↓ 3 callers
Function
vis_detections
Visual debugging of detections.
utils/test/fast_rcnn/test.py:94
↓ 2 callers
Method
__init__
(self, in_channels, out_channels, block_layer, repeat)
vedanet/network/backbone/brick/xception.py:85
↓ 2 callers
Method
__init__
(self, in_channels, out_channels, block_layer, repeat)
vedanet/network/backbone/brick/light_xception.py:82
↓ 2 callers
Method
__init__
(self, input_dimension)
vedanet/data/_dataloading.py:26
↓ 2 callers
Method
__set_input_dim
This function randomly changes the the input dimension of the dataset.
vedanet/data/_dataloading.py:201
↓ 2 callers
Method
_forward
(self, x)
vedanet/models/_lightnet.py:44
↓ 2 callers
Method
_get_comp_id
(self)
utils/test/datasets/pascal_voc.py:225
↓ 2 callers
Method
_get_crop
(self, im_w, im_h)
vedanet/data/transform/_preprocess.py:210
↓ 2 callers
Method
_get_flip
(self)
vedanet/data/transform/_preprocess.py:390
↓ 2 callers
Method
_load_proposals
Load pre-computed proposals in the format provided by Jan Hosang: http://www.mpi-inf.mpg.de/departments/computer-vision-and-multimoda
utils/test/datasets/coco.py:182
↓ 2 callers
Method
_load_rpn_roidb
(self, gt_roidb)
utils/test/datasets/coco.py:144
↓ 2 callers
Method
_load_rpn_roidb
(self, gt_roidb)
utils/test/datasets/pascal_voc.py:151
↓ 2 callers
Method
_load_selective_search_roidb
(self, gt_roidb)
utils/test/datasets/pascal_voc.py:160
↓ 2 callers
Method
_tf_anno
Change coordinates of an annotation, according to the previous letterboxing
vedanet/data/transform/_preprocess.py:131
↓ 2 callers
Method
_update_rates
Update rates according to batch size. |br| This function gets automatically called every batch, and should generally not be called by the use
vedanet/engine/engine.py:221
↓ 2 callers
Function
bbox_vote
(det)
utils/test/fast_rcnn/test.py:117
↓ 2 callers
Method
change_input_dim
This function will compute a new size and update it on the next mini_batch. Args: multiple (int or tuple, optional): value (or v
vedanet/data/_dataloading.py:157
↓ 2 callers
Method
create
Create a bounding box from a string or other detection object. Args: obj (Box or string, optional): Bounding box object to copy
brambox/boxes/box.py:31
↓ 2 callers
Method
create
Create a detection from a string or other box object. Args: obj (Box or string, optional): Bounding box object to copy attribute
brambox/boxes/detections/detection.py:26
↓ 2 callers
Method
createIndex
(self)
utils/test/pycocotools/coco.py:84
↓ 2 callers
Method
deserialize
Deserialize a detection file into a dictionary of detections
brambox/boxes/detections/yaml.py:82
↓ 2 callers
Function
flip_im_detect_ratio
(net, im, targe_size1, targe_size2)
utils/test/fast_rcnn/test.py:79
↓ 2 callers
Method
forward
Compute Yolo loss.
vedanet/loss/_yololoss.py:60
↓ 2 callers
Method
gt_roidb
Return the database of ground-truth regions of interest. This function loads/saves from/to a cache file to speed up future calls.
utils/test/datasets/coco.py:229
↓ 2 callers
Method
gt_roidb
Return the database of ground-truth regions of interest. This function loads/saves from/to a cache file to speed up future calls.
utils/test/datasets/pascal_voc.py:92
↓ 2 callers
Function
identify
(f)
brambox/boxes/util/convert.py:102
↓ 2 callers
Function
intersection
Calculate the intersection area between two boxes. Args: a (brambox.boxes.box.Box): First bounding box b (brambox.boxes.box.Box)
brambox/boxes/statistics/util.py:131
↓ 2 callers
Function
match_detections
Match detection results with gound truth and return true and false positive rates. This function will return a list of values as the true and fal
brambox/boxes/statistics/util.py:63
↓ 2 callers
Method
modules_recurse
This function will recursively loop over all module children. Args: mod (torch.nn.Module, optional): Module to loop over; Defaul
vedanet/models/_yolov2.py:48
↓ 2 callers
Function
parse
(fp)
utils/cfg_parser.py:6
↓ 2 callers
Method
quit
This function gets called after every training epoch and decides if the training cycle continues. Return: Boolean: Whether are n
vedanet/engine/engine.py:259
↓ 2 callers
Function
safeMakeDirs
(tdir)
utils/fileproc.py:7
↓ 2 callers
Method
serialize
Serialize input dictionary of detections into one string
brambox/boxes/detections/yaml.py:66
↓ 2 callers
Function
setLogging
(log_dir, stdout_flag)
utils/envs.py:16
↓ 2 callers
Function
soft_bbox_vote
(det)
utils/test/fast_rcnn/test.py:161
↓ 2 callers
Function
strider
Yield input elements with given stride and offset.
brambox/boxes/util/path.py:19
↓ 2 callers
Method
summarize
Compute and display summary metrics for evaluation results. Note this functin can *only* be applied on the default parameter setting
utils/test/pycocotools/cocoeval.py:376
↓ 1 callers
Method
__build_targets_brambox
Compare prediction boxes and ground truths, convert ground truths to network output tensors
vedanet/loss/_regionloss.py:192
↓ 1 callers
Method
__build_targets_brambox
Compare prediction boxes and ground truths, convert ground truths to network output tensors
vedanet/loss/_yololoss.py:156
↓ 1 callers
Method
__init__
(self, in_planes, out_planes, stride, groups)
vedanet/network/backbone/brick/shufflenet.py:13
↓ 1 callers
Method
__init__
(self, in_channels, out_channels)
vedanet/network/backbone/brick/squeezenext.py:15
↓ 1 callers
Method
__init__
(self, hyper_params)
vedanet/engine/_voc_train.py:14
↓ 1 callers
Method
_coco_results_one_category
(self, boxes, cat_id)
utils/test/datasets/coco.py:358
↓ 1 callers
Method
_convert
(boxes, width, height, class_label_map)
vedanet/data/transform/_postprocess.py:236
↓ 1 callers
Method
_do_detection_eval
(self, res_file, output_dir)
utils/test/datasets/coco.py:345
↓ 1 callers
Method
_do_matlab_eval
(self, output_dir='output')
utils/test/datasets/pascal_voc.py:309
↓ 1 callers
Method
_do_python_eval
(self, output_dir = 'output')
utils/test/datasets/person_head.py:118
↓ 1 callers
Method
_do_python_eval
(self, output_dir = 'output')
utils/test/datasets/pascal_voc.py:270
↓ 1 callers
Function
_filter_crowd_proposals
Finds proposals that are inside crowd regions and marks them with overlap = -1 (for all gt rois), which means they will be excluded from
utils/test/datasets/coco.py:24
↓ 1 callers
Method
_get_ann_file
(self)
utils/test/datasets/coco.py:87
↓ 1 callers
Method
_get_box_file
(self, index)
utils/test/datasets/coco.py:305
↓ 1 callers
Method
_get_comp_id
(self)
utils/test/datasets/person_head.py:82
↓ 1 callers
Method
_get_widths
(self)
utils/test/datasets/imdb.py:98
↓ 1 callers
Method
_load_coco_annotation
Loads COCO bounding-box instance annotations. Crowd instances are handled by marking their overlaps (with all categories) to -1. This
utils/test/datasets/coco.py:249
↓ 1 callers
Method
_load_conv
(self, model)
vedanet/models/_darknet.py:127
↓ 1 callers
Method
_load_convbatch
(self, model)
vedanet/models/_darknet.py:138
↓ 1 callers
Method
_load_darknet_weights
(self, weights_file, clear=False)
vedanet/models/_darknet.py:59
↓ 1 callers
Method
_load_fc
(self, model)
vedanet/models/_darknet.py:158
↓ 1 callers
Method
_load_image_set_index
Load the indexes listed in this dataset's image set file.
utils/test/datasets/person_head.py:68
↓ 1 callers
Method
_load_image_set_index
Load image ids.
utils/test/datasets/coco.py:93
↓ 1 callers
Method
_load_image_set_index
Load the indexes listed in this dataset's image set file.
utils/test/datasets/pascal_voc.py:72
↓ 1 callers
Method
_load_pascal_annotation
Load image and bounding boxes info from XML file in the PASCAL VOC format.
utils/test/datasets/pascal_voc.py:179
↓ 1 callers
Function
_merge_a_into_b
Merge config dictionary a into config dictionary b, clobbering the options in b whenever they are also specified in a.
utils/test/fast_rcnn/config.py:246
↓ 1 callers
Method
_nms
Non maximum suppression. Args: boxes (tensor): Bounding boxes of one image Return: (tensor): Pruned boxes
vedanet/data/transform/_postprocess.py:146
↓ 1 callers
Method
_prepare
Prepare ._gts and ._dts for evaluation based on params :return: None
utils/test/pycocotools/cocoeval.py:82
↓ 1 callers
Method
_print_detection_eval_metrics
(self, coco_eval)
utils/test/datasets/coco.py:312
↓ 1 callers
Method
_save_conv
(self, model)
vedanet/models/_darknet.py:205
next →
1–100 of 568, ranked by callers