MCPcopy Create free account

hub / github.com/Tianxiaomo/pytorch-YOLOv4 / functions

Functions222 in github.com/Tianxiaomo/pytorch-YOLOv4

Methodforward
(self, x)
tool/darknet2pytorch.py:121
Methodforward
(self, x)
tool/darknet2pytorch.py:148
Functionget_coco_kp
(root, image_set, transforms)
tool/tv_reference/coco_utils.py:262
Methodglobal_avg
(self)
tool/tv_reference/utils.py:55
Functioninit_distributed_mode
(args)
tool/tv_reference/utils.py:302
Methodmedian
(self)
tool/tv_reference/utils.py:45
Functionmkdir
(path)
tool/tv_reference/utils.py:250
Functionmyconverter
(obj)
evaluate_on_coco.py:82
Functionoriginal_iou_test
test function for the original iou function in `train.py`
tool/utils_iou_test.py:252
Functionrand_precalc_random
(min, max, random_part)
dataset.py:39
Functionread_truths
(lab_path)
tool/utils.py:150
Functionreduce_dict
Args: input_dict (dict): all the values will be reduced average (bool): whether to do average or sum Reduce the values in the
tool/tv_reference/utils.py:118
Functionsave_conv
(fp, conv_model)
tool/config.py:207
Functionsave_conv_bn
(fp, conv_model, bn_model)
tool/config.py:232
Functionsave_fc
(fp, fc_model)
tool/config.py:257
Functionsave_on_master
(*args, **kwargs)
tool/tv_reference/utils.py:297
Functionsigmoid
(x)
tool/utils.py:12
Functionsoftmax
(x)
tool/utils.py:16
Methodsynchronize_between_processes
Warning: does not synchronize the deque!
tool/tv_reference/utils.py:31
Methodvalue
(self)
tool/tv_reference/utils.py:63
Functionwarmup_lr_scheduler
(optimizer, warmup_iters, warmup_factor)
tool/tv_reference/utils.py:239
Functionyolo_forward
(output, conf_thresh, num_classes, anchors, num_anchors, scale_x_y, only_objectness=1,
tool/yolo_layer.py:5
← previous201–222 of 222, ranked by callers