MCPcopy Create free account

hub / github.com/WongKinYiu/PyTorch_YOLOv4 / functions

Functions262 in github.com/WongKinYiu/PyTorch_YOLOv4

Methodforward
(ctx, x)
utils/layers.py:147
Methodforward
(ctx, x)
utils/layers.py:160
Methodforward
(self, x)
utils/layers.py:173
Methodforward
(self, x)
utils/layers.py:178
Methodforward
(self, x)
utils/layers.py:183
Methodforward
(self, x)
utils/layers.py:188
Methodforward
(self, x)
utils/layers.py:220
Methodforward
(self, x)
utils/layers.py:337
Methodforward
(self, x)
utils/layers.py:345
Methodforward
(self, x, outputs)
utils/layers.py:354
Methodforward
(self, x, outputs)
utils/layers.py:364
Methodforward
(self, pred, true)
utils/utils.py:348
Methodforward
(x)
utils/activations.py:11
Methodforward
(x)
utils/activations.py:17
Methodforward
(ctx, x)
utils/activations.py:25
Methodforward
(self, x)
utils/activations.py:35
Methodforward
(x)
utils/activations.py:42
Methodforward
(ctx, x)
utils/activations.py:49
Methodforward
(self, x)
utils/activations.py:60
Methodforward
(self, x)
utils/activations.py:71
Methodforward
(self, p, out)
models/models.py:292
Methodforward
(self, p, out)
models/models.py:385
Methodforward
(self, x, augment=False, verbose=False)
models/models.py:461
Functionfuse_conv_and_bn
(conv, bn)
utils/torch_utils.py:119
Functionget_yolo_layers
(model)
utils/utils.py:581
Methodimg2label_paths
(img_paths)
utils/datasets.py:367
Methodimg2label_paths
(img_paths)
utils/datasets.py:650
Functioninit_seeds
(seed=0)
utils/utils.py:29
Functioninitialize_weights
(model)
utils/torch_utils.py:82
Functionintersect_dicts
(da, db, exclude=())
utils/torch_utils.py:77
Functionkmean_anchors
(path='../coco/train2017.txt', n=12, img_size=(320, 1024), thr=0.10, gen=1000)
utils/utils.py:698
Functionlabels_to_class_weights
(labels, nc=80)
utils/utils.py:49
Functionlabels_to_image_weights
(labels, nc=80, class_weights=np.ones(80))
utils/utils.py:68
Functionload_classes
(path)
utils/utils.py:42
Functionmake_divisible
(v, divisor)
utils/layers.py:22
Functionmodel_info
(model, verbose=False, img_size=640)
utils/torch_utils.py:142
Functionnon_max_suppression
Performs Non-Maximum Suppression (NMS) on inference results Returns: detections with shape: nx6 (x1, y1, x2, y2, conf, cls)
utils/utils.py:497
Functionparse_data_cfg
(path)
utils/parse_config.py:55
Functionplot_evolution_results
(hyp)
utils/utils.py:931
Functionplot_images
(imgs, targets, paths=None, fname='images.png')
utils/utils.py:872
Functionplot_lr_scheduler
(optimizer, scheduler, epochs=300, save_dir='')
utils/plots.py:186
Functionplot_one_box
(x, img, color=None, label=None, line_thickness=None)
utils/utils.py:838
Functionplot_results
(start=0, stop=0, bucket='', id=())
utils/utils.py:974
Functionplot_results_overlay
(start=0, stop=0)
utils/utils.py:951
Functionplot_results_overlay
(start=0, stop=0)
utils/plots.py:321
Functionplot_study_txt
(f='study.txt', x=None)
utils/plots.py:233
Functionplot_targets_txt
()
utils/utils.py:917
Functionplot_targets_txt
()
utils/plots.py:220
Functionplot_test_txt
()
utils/utils.py:898
Functionplot_test_txt
()
utils/plots.py:203
Functionplot_wh_methods
()
utils/utils.py:852
Functionplot_wh_methods
()
utils/plots.py:68
Functionprint_model_biases
(model)
utils/utils.py:586
Functionprint_mutation
(hyp, results, bucket='')
utils/utils.py:777
Functionprune
(model, amount=0.3)
utils/torch_utils.py:108
Functionreplicate
(img, labels)
utils/datasets.py:1090
Functionscale_img
(img, ratio=1.0, same_shape=False)
utils/torch_utils.py:183
Functionselect_best_evolve
(path='evolve*.txt')
utils/utils.py:646
Methodstep
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
utils/adabound.py:166
Functionstrip_optimizer
(f='weights/last.pt')
utils/utils.py:605
Methodupdate
(self, index, cap)
utils/datasets.py:316
Functionwh_iou
(wh1, wh2)
utils/general.py:272
← previous201–262 of 262, ranked by callers