MCPcopy Create free account

hub / github.com/SahilChachra/Video-Analytics-Dashboard / functions

Functions533 in github.com/SahilChachra/Video-Analytics-Dashboard

↓ 2 callersMethodincrement_age
(self)
deep_sort_pytorch/deep_sort/sort/track.py:112
↓ 2 callersMethodincrement_ages
(self)
deep_sort_pytorch/deep_sort/deep_sort.py:91
↓ 2 callersFunctionintersect_dicts
(da, db, exclude=())
yolov5/utils/general.py:177
↓ 2 callersFunctionis_ascii
(s='')
yolov5/utils/general.py:207
↓ 2 callersFunctionis_chinese
(s='人工智能')
yolov5/utils/general.py:213
↓ 2 callersFunctionis_colab
()
yolov5/utils/general.py:193
↓ 2 callersMethodjson_output
Args: output_name: Returns: None Notes: It creates the json output with `output_name` n
deep_sort_pytorch/utils/json_logger.py:306
↓ 2 callersMethodload_mosaic
(self, index)
yolov5/utils/datasets.py:648
↓ 2 callersFunctionmain
(opt, callbacks=Callbacks())
yolov5/train.py:499
↓ 2 callersMethodmap_val_table_path
Map the validation dataset Table like name of file -> it's id in the W&B Table. Useful for - referencing artifacts for evaluation.
yolov5/utils/loggers/wandb/wandb_utils.py:381
↓ 2 callersMethodmark_missed
Mark this track as missed (no association at the current time step).
deep_sort_pytorch/deep_sort/sort/track.py:150
↓ 2 callersMethodnew_video
(self, path)
yolov5/utils/datasets.py:232
↓ 2 callersFunctionparse_opt
()
yolov5/utils/benchmarks.py:75
↓ 2 callersFunctionplot_one_box
(x, im, color=(128, 128, 128), label=None, line_thickness=3)
yolov5/utils/plots.py:50
↓ 2 callersFunctionprofile
(input, ops, n=10, device=None)
yolov5/utils/torch_utils.py:108
↓ 2 callersMethodproject
Project state distribution to measurement space. Parameters ---------- mean : ndarray The state's mean vector (8
deep_sort_pytorch/deep_sort/sort/kalman_filter.py:125
↓ 2 callersMethodreset_accumulator
(self)
deep_sort_pytorch/utils/evaluation.py:26
↓ 2 callersFunctionsafe_download
(file, url, url2=None, min_bytes=1E0, error_msg='')
yolov5/utils/downloads.py:24
↓ 2 callersMethodtext
(self, xy, text, txt_color=(255, 255, 255))
yolov5/utils/plots.py:123
↓ 2 callersMethodupdate
(self, bbox_xywh, confidences, ori_img)
deep_sort_pytorch/deep_sort/deep_sort.py:26
↓ 2 callersMethodwarmup
(self, imgsz=(1, 3, 640, 640), half=False)
yolov5/models/common.py:458
↓ 2 callersFunctionxyn2xy
(x, w=640, h=640, padw=0, padh=0)
yolov5/utils/general.py:614
↓ 1 callersMethod__call__
(self, i, bgr=False)
yolov5/utils/plots.py:39
↓ 1 callersMethod__init__
(self, num_classes=625, reid=False)
deep_sort_pytorch/deep_sort/deep/original_model.py:55
↓ 1 callersMethod__init__
(self, num_classes=751, reid=False)
deep_sort_pytorch/deep_sort/deep/model.py:55
↓ 1 callersMethod__init__
(self, path, img_size=640, stride=32, auto=True)
yolov5/utils/datasets.py:161
↓ 1 callersMethod__init__
(self, cfg='yolov5s.yaml', ch=3, nc=None, anchors=None)
yolov5/models/yolo.py:85
↓ 1 callersMethod__iter__
(self)
yolov5/utils/datasets.py:190
↓ 1 callersMethod_clip_augmented
(self, y)
yolov5/models/yolo.py:172
↓ 1 callersFunction_cosine_distance
Compute pair-wise cosine distance between points in `a` and `b`. Parameters ---------- a : array_like An NxM matrix of N samples
deep_sort_pytorch/deep_sort/sort/nn_matching.py:31
↓ 1 callersMethod_descale_pred
(self, p, flips, scale, img_size)
yolov5/models/yolo.py:155
↓ 1 callersMethod_forward_augment
(self, x)
yolov5/models/yolo.py:128
↓ 1 callersMethod_get_features
(self, bbox_xywh, ori_img)
deep_sort_pytorch/deep_sort/deep_sort.py:103
↓ 1 callersMethod_initialize_biases
(self, cf=None)
yolov5/models/yolo.py:196
↓ 1 callersMethod_initiate_track
(self, detection)
deep_sort_pytorch/deep_sort/sort/tracker.py:138
↓ 1 callersMethod_make_grid
(self, nx=20, ny=20, i=0)
yolov5/models/yolo.py:72
↓ 1 callersMethod_make_grid
(nx=20, ny=20)
yolov5/models/tf.py:240
↓ 1 callersMethod_match
(self, detections)
deep_sort_pytorch/deep_sort/sort/tracker.py:98
↓ 1 callersMethod_nms
(x, topk_all=100, iou_thres=0.45, conf_thres=0.25)
yolov5/models/tf.py:389
↓ 1 callersFunction_pdist
Compute pair-wise squared distance between points in `a` and `b`. Parameters ---------- a : array_like An NxM matrix of N samples
deep_sort_pytorch/deep_sort/sort/nn_matching.py:5
↓ 1 callersMethod_preprocess
TODO: 1. to float with scale from 0 to 1 2. resize to (64, 128) as Market1501 dataset did 3. concatenate
deep_sort_pytorch/deep_sort/deep/feature_extractor.py:26
↓ 1 callersMethod_profile_one_layer
(self, m, x, dt)
yolov5/models/yolo.py:183
↓ 1 callersMethod_tlwh_to_xyxy
TODO: Convert bbox from xtl_ytl_w_h to xc_yc_w_h Thanks JieChen91@github.com for reporting this bug!
deep_sort_pytorch/deep_sort/deep_sort.py:78
↓ 1 callersMethod_xywh2xyxy
(xywh)
yolov5/models/tf.py:374
↓ 1 callersMethod_xywh_to_tlwh
(bbox_xywh)
deep_sort_pytorch/deep_sort/deep_sort.py:61
↓ 1 callersMethod_xywh_to_xyxy
(self, bbox_xywh)
deep_sort_pytorch/deep_sort/deep_sort.py:70
↓ 1 callersMethodadd_bbox
(self, bbox_id: int, top: int, left: int, width: int, height: int)
deep_sort_pytorch/utils/json_logger.py:115
↓ 1 callersFunctionap_per_class
Compute the average precision, given the recall and precision curves. Source: https://github.com/rafaelpadilla/Object-Detection-Metrics. # Ar
yolov5/utils/metrics.py:21
↓ 1 callersFunctionassert_in
(file, files_to_check)
deep_sort_pytorch/utils/asserts.py:4
↓ 1 callersFunctionaugment_hsv
(im, hgain=0.5, sgain=0.5, vgain=0.5)
yolov5/utils/augmentations.py:47
↓ 1 callersFunctionautobatch
(model, imgsz=640, fraction=0.9, batch_size=16)
yolov5/utils/autobatch.py:22
↓ 1 callersFunctionbbox_iou
(box1, box2, x1y1x2y2=True, GIoU=False, DIoU=False, CIoU=False, eps=1e-7)
yolov5/utils/metrics.py:202
↓ 1 callersFunctionbox_candidates
(box1, box2, wh_thr=2, ar_thr=100, area_thr=0.1, eps=1e-16)
yolov5/utils/augmentations.py:272
↓ 1 callersMethodbuild_targets
(self, p, targets)
yolov5/utils/loss.py:169
↓ 1 callersFunctionbutter_lowpass
(cutoff, fs, order)
yolov5/utils/plots.py:174
↓ 1 callersMethodcache_labels
(self, path=Path('./labels.cache'), prefix='')
yolov5/utils/datasets.py:509
↓ 1 callersFunctioncheck_anchors
(dataset, model, thr=4.0, imgsz=640)
yolov5/utils/autoanchor.py:28
↓ 1 callersFunctioncheck_font
(font=FONT)
yolov5/utils/general.py:386
↓ 1 callersFunctioncheck_git_status
()
yolov5/utils/general.py:246
↓ 1 callersFunctioncheck_python
(minimum='3.6.2')
yolov5/utils/general.py:265
↓ 1 callersFunctioncheck_train_batch_size
(model, imgsz=640)
yolov5/utils/autobatch.py:16
↓ 1 callersFunctioncheck_wandb_resume
(opt)
yolov5/utils/loggers/wandb/wandb_utils.py:68
↓ 1 callersFunctionclean_str
(s)
yolov5/utils/general.py:498
↓ 1 callersFunctioncoco80_to_coco91_class
()
yolov5/utils/general.py:560
↓ 1 callersFunctioncompute_ap
Compute the average precision, given the recall and precision curves # Arguments recall: The recall curve (list) precision: Th
yolov5/utils/metrics.py:89
↓ 1 callersFunctioncompute_color_for_labels
Simple function that adds fixed color depending on the class
graphs.py:19
↓ 1 callersFunctioncopy_paste
(im, labels, segments, p=0.5)
yolov5/utils/augmentations.py:213
↓ 1 callersFunctioncreate_dataset_artifact
(opt)
yolov5/utils/loggers/wandb/log_dataset.py:10
↓ 1 callersFunctioncreate_folder
(path='./new')
yolov5/utils/datasets.py:813
↓ 1 callersFunctiondate_modified
(path=__file__)
yolov5/utils/torch_utils.py:45
↓ 1 callersMethoddistance
Compute distance between features and targets. Parameters ---------- features : ndarray An NxM matrix of N featur
deep_sort_pytorch/deep_sort/sort/nn_matching.py:155
↓ 1 callersFunctiondownload
(url, dir='.', unzip=True, delete=True, curl=False, threads=1)
yolov5/utils/general.py:457
↓ 1 callersMethoddownload_model_artifact
download the model checkpoint artifact if the resume path starts with WANDB_ARTIFACT_PREFIX arguments: opt (namespace) -- Co
yolov5/utils/loggers/wandb/wandb_utils.py:282
↓ 1 callersFunctiondraw_curve
(epoch, train_loss, train_err, test_loss, test_err)
deep_sort_pytorch/deep_sort/deep/train.py:168
↓ 1 callersMethodend_epoch
commit the log_dict, model artifacts and Tables to W&B and flush the log_dict. arguments: best_result (boolean): Boolean rep
yolov5/utils/loggers/wandb/wandb_utils.py:507
↓ 1 callersMethodeval_frame
(self, frame_id, trk_tlwhs, trk_ids, rtn_events=False)
deep_sort_pytorch/utils/evaluation.py:29
↓ 1 callersFunctionexif_size
(img)
yolov5/utils/datasets.py:53
↓ 1 callersFunctionexport_coreml
(model, im, file, prefix=colorstr('CoreML:'))
yolov5/export.py:174
↓ 1 callersFunctionexport_edgetpu
(keras_model, im, file, prefix=colorstr('Edge TPU:'))
yolov5/export.py:345
↓ 1 callersFunctionexport_engine
(model, im, file, train, half, simplify, workspace=4, verbose=False, prefix=colorstr('TensorRT:'))
yolov5/export.py:194
↓ 1 callersFunctionexport_openvino
(model, im, file, prefix=colorstr('OpenVINO:'))
yolov5/export.py:156
↓ 1 callersFunctionexport_pb
(keras_model, im, file, prefix=colorstr('TensorFlow GraphDef:'))
yolov5/export.py:292
↓ 1 callersFunctionexport_saved_model
(model, im, file, dynamic, tf_nms=False, agnostic_nms=False, topk_per_class=100, topk_a
yolov5/export.py:248
↓ 1 callersFunctionexport_tfjs
(keras_model, im, file, prefix=colorstr('TensorFlow.js:'))
yolov5/export.py:374
↓ 1 callersFunctionexport_tflite
(keras_model, im, file, int8, data, ncalib, prefix=colorstr('TensorFlow Lite:'))
yolov5/export.py:313
↓ 1 callersFunctionexport_torchscript
(model, im, file, optimize, prefix=colorstr('TorchScript:'))
yolov5/export.py:92
↓ 1 callersFunctionfeature_visualization
x: Features to be visualized module_type: Module type stage: Module stage within model n: Maxim
yolov5/utils/plots.py:133
↓ 1 callersMethodfind_bbox
Args: frame_id: bbox_id: Returns: bbox_id (int): Raises: ValueError: if bb
deep_sort_pytorch/utils/json_logger.py:227
↓ 1 callersMethodfinish_run
Log metrics if any and finish the current W&B run
yolov5/utils/loggers/wandb/wandb_utils.py:539
↓ 1 callersMethodforward
(self, x, augment=False, profile=False, visualize=False)
yolov5/models/yolo.py:123
↓ 1 callersMethodforward
(self, x)
yolov5/models/common.py:138
↓ 1 callersMethodforward
(self, im, augment=False, visualize=False, val=False)
yolov5/models/common.py:398
↓ 1 callersMethodfuse
(self)
yolov5/models/yolo.py:218
↓ 1 callersFunctionfuse_conv_and_bn
(conv, bn)
yolov5/utils/torch_utils.py:207
↓ 1 callersMethodgating_distance
Compute gating distance between state distribution and measurements. A suitable distance threshold can be obtained from `chi2inv95`. If
deep_sort_pytorch/deep_sort/sort/kalman_filter.py:188
↓ 1 callersFunctionget_gpu_memory
()
deep_list.py:39
↓ 1 callersFunctionget_latest_run
(search_dir='.')
yolov5/utils/general.py:182
↓ 1 callersFunctionget_token
(cookie="./cookie")
yolov5/utils/downloads.py:118
↓ 1 callersFunctiongit_describe
(path=Path(__file__).parent)
yolov5/utils/torch_utils.py:51
↓ 1 callersFunctiongsutil_getsize
(url='')
yolov5/utils/downloads.py:18
← previousnext →101–200 of 533, ranked by callers