MCPcopy Create free account

hub / github.com/IgaoGuru/Sequoia / functions

Functions216 in github.com/IgaoGuru/Sequoia

↓ 8 callersMethod__init__
(self, c1, c2, k=(5, 9, 13))
models/common.py:74
↓ 8 callersMethodinfo
(self, verbose=False)
models/yolo.py:194
↓ 7 callersFunctionplot_one_box
(x, img, color=None, label=None, line_thickness=None)
utils/general.py:989
↓ 6 callersMethod__init__
(self, c1, c2, n=1, shortcut=True, g=1, e=0.5)
models/experimental.py:27
↓ 6 callersMethodconv_block
(self, c_in, c_out, dropout=0.1, kernel_size=3, stride=1, **kwargs)
light_classifier.py:79
↓ 6 callersFunctionletterbox
(img, new_shape=(640, 640), color=(114, 114, 114), auto=True, scaleFill=False, scaleup=True)
utils/datasets.py:721
↓ 6 callersMethodsplit
return random split of the dataset into training_set, validation_set, and test_set. Args: train (int): percentage of dataset to b
datasetcsgo.py:149
↓ 5 callersFunctionnon_max_suppression
Performs Non-Maximum Suppression (NMS) on inference results Returns: detections with shape: nx6 (x1, y1, x2, y2, conf, cls)
utils/general.py:600
↓ 5 callersFunctionscale_coords
(img1_shape, coords, img0_shape, ratio_pad=None)
utils/general.py:226
↓ 4 callersFunctionattempt_load
(weights, map_location=None)
models/experimental.py:131
↓ 4 callersFunctionfitness
(k)
utils/general.py:785
↓ 4 callersFunctionlight_run
(img, bbox)
light_inference.py:50
↓ 4 callersFunctionmetric
(k)
utils/general.py:93
↓ 4 callersFunctionxywh2xyxy
(x)
utils/general.py:216
↓ 3 callersMethod__init__
(self, root_path, img_size=100, transform=None, scale_factor=None, dlength=None)
light_classifier.py:146
↓ 3 callersMethodconv_block
(self, c_in, c_out, dropout=0.1, kernel_size=3, stride=1, **kwargs)
light_classifier.py:36
↓ 3 callersMethodconv_block
(self, c_in, c_out, dropout=0.1, kernel_size=3, stride=1, **kwargs)
light_classifier.py:121
↓ 3 callersFunctioncreate_folder
(path='./new')
utils/datasets.py:941
↓ 3 callersFunctionhist2d
(x, y, n=100)
utils/general.py:968
↓ 3 callersFunctionis_parallel
(model)
utils/torch_utils.py:60
↓ 3 callersFunctionload_image
(self, index)
utils/datasets.py:610
↓ 3 callersFunctionmake_divisible
(x, divisor)
utils/general.py:161
↓ 3 callersFunctionprint_results
(k)
utils/general.py:789
↓ 3 callersFunctionxyxy2xywh
(x)
utils/general.py:206
↓ 2 callersFunctionDWConv
(c1, c2, k=1, s=1, act=True)
models/common.py:20
↓ 2 callersFunctionautopad
(k, p=None)
models/common.py:13
↓ 2 callersFunctionbinary_acc
(y_pred, y_test)
light_classifier.py:170
↓ 2 callersFunctionbox_area
(box)
utils/general.py:408
↓ 2 callersMethodcache_labels
(self, path='labels.cache')
utils/datasets.py:484
↓ 2 callersFunctioncheck_anchor_order
(m)
utils/general.py:119
↓ 2 callersFunctioncopy_attr
(a, b, include=(), exclude=())
utils/torch_utils.py:186
↓ 2 callersMethodforward_once
(self, x, profile=False)
models/yolo.py:118
↓ 2 callersFunctionget_hash
(files)
utils/datasets.py:29
↓ 2 callersFunctionload_light_weights
(load_path)
light_inference.py:44
↓ 2 callersFunctionload_mosaic
(self, index)
utils/datasets.py:646
↓ 2 callersMethodnew_video
(self, path)
utils/datasets.py:181
↓ 2 callersFunctionrandom_perspective
(img, targets=(), degrees=10, translate=.1, scale=.1, shear=10, perspective=0.0, border=(0, 0))
utils/datasets.py:754
↓ 2 callersFunctionset_logging
(rank=-1)
utils/general.py:51
↓ 2 callersFunctionset_pos
(x, y)
strektref.py:11
↓ 2 callersFunctiontime_synchronized
()
utils/torch_utils.py:55
↓ 1 callersMethod__getitem__
(self, idx)
light_classifier.py:152
↓ 1 callersMethod__init__
(self, loss_fcn, gamma=1.5, alpha=0.25)
utils/general.py:430
↓ 1 callersMethod__init__
(self, path, img_size=640)
utils/datasets.py:110
↓ 1 callersMethod__init__
(self, cfg='yolov5s.yaml', ch=3, nc=None)
models/yolo.py:65
↓ 1 callersMethod__iter__
(self)
utils/datasets.py:138
↓ 1 callersMethod_initialize_biases
(self, cf=None)
models/yolo.py:143
↓ 1 callersMethod_make_grid
(nx=20, ny=20)
models/yolo.py:59
↓ 1 callersFunctionattempt_download
(weights)
utils/google_utils.py:20
↓ 1 callersFunctionaugment_hsv
(img, hgain=0.5, sgain=0.5, vgain=0.5)
utils/datasets.py:627
↓ 1 callersMethodbackward
(ctx, grad_output)
utils/activations.py:52
↓ 1 callersFunctionbbox_ioa
(box1, box2)
utils/datasets.py:853
↓ 1 callersFunctionbbox_iou
(box1, box2, x1y1x2y2=True, GIoU=False, DIoU=False, CIoU=False, eps=1e-9)
utils/general.py:350
↓ 1 callersFunctionbox_candidates
(box1, box2, wh_thr=2, ar_thr=20, area_thr=0.1)
utils/datasets.py:841
↓ 1 callersFunctionbox_iou
Return intersection-over-union (Jaccard index) of boxes. Both sets of boxes are expected to be in (x1, y1, x2, y2) format. Arguments:
utils/general.py:395
↓ 1 callersFunctionbuild_targets
(p, targets, model)
utils/general.py:543
↓ 1 callersFunctionbutter_lowpass
(cutoff, fs, order)
utils/general.py:979
↓ 1 callersFunctioncheck_file
(file)
utils/general.py:130
↓ 1 callersFunctioncheck_img_size
(img_size, s=32)
utils/general.py:77
↓ 1 callersFunctionclip_coords
(boxes, img_shape)
utils/general.py:242
↓ 1 callersFunctioncompute_ap
Compute the average precision, given the recall and precision curves. Source: https://github.com/rbgirshick/py-faster-rcnn. # Arguments
utils/general.py:321
↓ 1 callersFunctiondetect
Manage all aspects of inference for both networks (yolo and light). Args: img (numpy.ndarray): image to be processed. save_path (
detect.py:99
↓ 1 callersFunctiondetect
Manage all aspects of inference for both networks (yolo and light). Args: img (numpy.ndarray): image to be processed. save_path (
compare_light_yolo.py:65
↓ 1 callersFunctionexif_size
(img)
utils/datasets.py:34
↓ 1 callersMethodforward
(self, x, augment=False, profile=False)
models/yolo.py:98
↓ 1 callersMethodfuse
(self)
models/yolo.py:164
↓ 1 callersFunctionfuse_conv_and_bn
(conv, bn)
utils/torch_utils.py:106
↓ 1 callersMethodget_image
returns an image's matrix without alpha channel based on its index in the dict_dataset keys. Args: idx (int): index for image in
datasetcsgo.py:137
↓ 1 callersMethodget_image_path
returns an image's absolute path based on its index in the dict_dataset keys. Args: idx (int): index for image in the dict_datase
datasetcsgo.py:127
↓ 1 callersMethodget_original
(self, idx)
light_classifier.py:165
↓ 1 callersFunctionget_token
(cookie="./cookie")
utils/google_utils.py:90
↓ 1 callersFunctiongsutil_getsize
(url='')
utils/google_utils.py:14
↓ 1 callersFunctioninit_torch_seeds
(seed=0)
utils/torch_utils.py:16
↓ 1 callersFunctioninitialize_weights
(model)
utils/torch_utils.py:69
↓ 1 callersFunctionkmean_anchors
Creates kmeans-evolved anchors from training dataset Arguments: path: path to dataset *.yaml, or a loaded dataset n:
utils/general.py:761
↓ 1 callersFunctionmodel_info
(model, verbose=False)
utils/torch_utils.py:131
↓ 1 callersMethodnms
(self, mode=True)
models/yolo.py:174
↓ 1 callersFunctionparse_model
(d, ch)
models/yolo.py:198
↓ 1 callersFunctionscale_img
(img, ratio=1.0, same_shape=False)
utils/torch_utils.py:172
↓ 1 callersFunctionselect_device
(device='', batch_size=None)
utils/torch_utils.py:28
↓ 1 callersFunctionshoot
Manages bbox to mouse emulator input conversion and clicking. Args: bbox (list): list of four integers representing the pixel coordinates
detect.py:64
↓ 1 callersFunctionsmooth_BCE
(eps=0.1)
utils/general.py:458
↓ 1 callersFunctionsparsity
(model)
utils/torch_utils.py:86
↓ 1 callersFunctiontorch_distributed_zero_first
Decorator to make all processes in distributed training wait for each local_master to do something.
utils/general.py:40
↓ 1 callersFunctiontrain_cycle
()
light_classifier_train.py:128
↓ 1 callersFunctionupdate_dataset
Receives a session folder and updates de dataset's dictionary with one keypair for each image; Note that the function does not return anything. I
datasetcsgo.py:13
Method__getitem__
(self, idx)
datasetcsgo.py:115
Method__getitem__
(self, index)
utils/datasets.py:517
Method__init__
generates dictionary Args: root_path (str): root directory that contains the session folders. classes (list): list of
datasetcsgo.py:77
Method__init__
(self)
light_classifier.py:21
Method__init__
(self)
light_classifier.py:62
Method__init__
(self)
light_classifier.py:109
Method__init__
(self, alpha=0.05)
utils/general.py:465
Method__init__
(self, model, decay=0.9999, updates=0)
utils/torch_utils.py:205
Method__init__
(self, *args, **kwargs)
utils/datasets.py:81
Method__init__
(self, sampler)
utils/datasets.py:101
Method__init__
(self, pipe=0, img_size=640)
utils/datasets.py:191
Method__init__
(self, sources='streams.txt', img_size=640)
utils/datasets.py:256
Method__init__
(self, path, img_size=640, batch_size=16, augment=False, hyp=None, rect=False, image_weights=False,
utils/datasets.py:329
Method__init__
(self, c1, k=3)
utils/activations.py:64
Method__init__
(self, nc=80, anchors=(), ch=())
models/yolo.py:26
next →1–100 of 216, ranked by callers