MCPcopy Create free account

hub / github.com/TomG008/SkyNet / functions

Functions1,108 in github.com/TomG008/SkyNet

↓ 1 callersFunctiondw5_conv_3x3
FPGA/HLS/golden_c.cc:583
↓ 1 callersFunctiondw6_conv_1x1
FPGA/HLS/golden_c.cc:920
↓ 1 callersFunctiondw6_conv_1x1_reo
FPGA/HLS/golden_c.cc:966
↓ 1 callersFunctiondw6_conv_3x3
FPGA/HLS/golden_c.cc:822
↓ 1 callersFunctiondw6_conv_3x3_reo
FPGA/HLS/golden_c.cc:871
↓ 1 callersMethodfilter_zero
(self, anno, cfg)
Tracking/datasets/siam_mask_dataset.py:99
↓ 1 callersMethodfilter_zero
(self, anno, cfg)
Tracking/datasets/siam_rpn_dataset.py:95
↓ 1 callersFunctionfind_caller
()
Tracking/utils/log_helper.py:100
↓ 1 callersMethodfind_dataset
(self, index)
Tracking/datasets/siam_mask_dataset.py:503
↓ 1 callersMethodfind_dataset
(self, index)
Tracking/datasets/siam_rpn_dataset.py:506
↓ 1 callersMethodformat_str
(self, attr)
Tracking/utils/average_meter_helper.py:52
↓ 1 callersFunctiongenerate_anchor
(cfg, score_size)
Tracking/tools/test.py:113
↓ 1 callersMethodgenerate_anchors
(self)
Tracking/utils/anchors.py:28
↓ 1 callersMethodgetCatIds
filtering parameters. default skips that filter. :param catNms (str array) : get cats for given cat names :param supNms (str
Tracking/data/coco/pycocotools/coco.py:162
↓ 1 callersMethodgetInstancePixels
(self, imgNp, instLabel)
Tracking/data/ytb_vos/parse_ytb_vos.py:70
↓ 1 callersFunctionget_dataset_zoo
()
Tracking/utils/benchmark_helper.py:15
↓ 1 callersFunctionget_format
(logger, level)
Tracking/utils/log_helper.py:41
↓ 1 callersFunctionget_image_names
()
FPGA/Deploy/SkyNet.py:62
↓ 1 callersMethodget_positive_pair
(self, index)
Tracking/datasets/siam_mask_dataset.py:160
↓ 1 callersMethodget_positive_pair
(self, index)
Tracking/datasets/siam_rpn_dataset.py:154
↓ 1 callersFunctionget_region_boxes
(output, conf_thresh, num_classes, anchors, num_anchors, only_objectness=1, validation=False)
GPU/utils.py:47
↓ 1 callersFunctionget_url_from_gdrive_confirmation
(contents)
Tracking/data/ytb_vos/download_from_gdrive.py:25
↓ 1 callersFunctionim_to_torch
(img)
Tracking/tools/test.py:61
↓ 1 callersFunctioniou_measure
(pred, label)
Tracking/models/siammask.py:179
↓ 1 callersFunctioniou_measure
(pred, label)
Tracking/models/siammask_sharp.py:181
↓ 1 callersFunctionis_google_drive_url
(url)
Tracking/data/ytb_vos/download_from_gdrive.py:46
↓ 1 callersFunctionis_valid_number
(x)
Tracking/tools/train_siammask.py:187
↓ 1 callersFunctionis_valid_number
(x)
Tracking/tools/train_siammask_refine.py:190
↓ 1 callersFunctionis_valid_number
(x)
Tracking/tools/train_siamrpn.py:188
↓ 1 callersFunctionisxdigit
Tracking/data/coco/pycocotools/common/gason.cpp:64
↓ 1 callersMethodloadCats
Load cats with the specified ids. :param ids (int array) : integer ids specifying cats :return: cats (object array) : l
Tracking/data/coco/pycocotools/coco.py:216
↓ 1 callersMethodloadNumpyAnnotations
Convert result data from a numpy array [Nx7] where each row contains {imageID,x1,y1,w,h,score,class} :param data (numpy.ndarray)
Tracking/data/coco/pycocotools/coco.py:388
↓ 1 callersFunctionload_and_reorg
FPGA/HLS/net_hls.cc:746
↓ 1 callersFunctionload_weights
FPGA/HLS/conv1x1.cc:76
↓ 1 callersFunctionload_weights
FPGA/HLS/tb.cc:290
↓ 1 callersFunctionlocal_buf_copy
FPGA/HLS/net_hls.cc:760
↓ 1 callersFunctionlog_once
(strings)
Tracking/utils/log_helper.py:142
↓ 1 callersFunctionmain
()
GPU/run.py:12
↓ 1 callersFunctionmain
(args, record=False)
GPU/demo.py:84
↓ 1 callersFunctionmain
()
Tracking/tools/test.py:545
↓ 1 callersFunctionmain
()
Tracking/tools/train_siammask.py:121
↓ 1 callersFunctionmain
()
Tracking/tools/tune_vos.py:145
↓ 1 callersFunctionmain
()
Tracking/tools/train_siammask_refine.py:113
↓ 1 callersFunctionmain
()
Tracking/tools/tune_vot.py:169
↓ 1 callersFunctionmain
()
Tracking/tools/train_siamrpn.py:116
↓ 1 callersFunctionmain
(exemplar_size=127, context_amount=0.5, search_size=511, enable_mask=True, num_threads=24)
Tracking/data/coco/par_crop.py:102
↓ 1 callersFunctionmain
(instanc_size=511, num_threads=24)
Tracking/data/det/par_crop.py:109
↓ 1 callersFunctionmain
(instanc_size=511, num_threads=24)
Tracking/data/vid/par_crop.py:119
↓ 1 callersFunctionmain
(instanc_size=511, num_threads=12)
Tracking/data/ytb_vos/par_crop.py:114
↓ 1 callersFunctionmain
()
Tracking/data/ytb_vos/download_from_gdrive.py:130
↓ 1 callersFunctionnms
(boxes, nms_thresh)
GPU/utils.py:17
↓ 1 callersFunctionoverlap_ratio
Compute overlap ratio between two rects Args rect:2d array of N x [x,y,w,h] Return: iou
Tracking/utils/pysot/utils/statistics.py:65
↓ 1 callersFunctionparse_args
()
Tracking/data/ytb_vos/parse_ytb_vos.py:22
↓ 1 callersFunctionpoint_in_polygon
Tracking/utils/pysot/utils/src/region.c:591
↓ 1 callersFunctionpoint_in_polygon
Tracking/utils/pyvotkit/src/region.c:591
↓ 1 callersFunctionpolys_to_boxes
Convert a list of polygons into an array of tight bounding boxes.
Tracking/data/ytb_vos/parse_ytb_vos.py:47
↓ 1 callersFunctionpos_s_2_bbox
(pos, s)
Tracking/data/coco/par_crop.py:59
↓ 1 callersFunctionprintProgress
Call in a loop to create terminal progress bar @params: iteration - Required : current iteration (Int) total - Requi
Tracking/data/coco/par_crop.py:26
↓ 1 callersFunctionprintProgress
Call in a loop to create terminal progress bar @params: iteration - Required : current iteration (Int) total - Requi
Tracking/data/det/par_crop.py:18
↓ 1 callersFunctionprintProgress
Call in a loop to create terminal progress bar @params: iteration - Required : current iteration (Int) total - Requi
Tracking/data/vid/par_crop.py:20
↓ 1 callersFunctionprintProgress
Call in a loop to create terminal progress bar @params: iteration - Required : current iteration (Int) total - Requi
Tracking/data/ytb_vos/par_crop.py:18
↓ 1 callersFunctionproccess_loss
(cfg)
Tracking/utils/config_helper.py:10
↓ 1 callersFunctionpw7_conv_1x1
FPGA/HLS/golden_c.cc:1012
↓ 1 callersFunctionread_truths
(lab_path)
GPU/utils.py:217
↓ 1 callersFunctionregion_string
Tracking/utils/pysot/utils/src/region.c:284
↓ 1 callersFunctionregion_string
Tracking/utils/pyvotkit/src/region.c:284
↓ 1 callersFunctionrelu_max
FPGA/HLS/net_hls.cc:565
↓ 1 callersFunctionreorder_weight_fix
FPGA/HLS/reorder_weight.cc:119
↓ 1 callersMethodreset
(self)
Tracking/utils/average_meter_helper.py:29
↓ 1 callersMethodreset
(self)
Tracking/utils/average_meter_helper.py:78
↓ 1 callersFunctionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
Tracking/models/resnet.py:308
↓ 1 callersFunctionrleArea
Tracking/data/coco/pycocotools/common/maskApi.c:72
↓ 1 callersFunctionrleFrPoly
Tracking/data/coco/pycocotools/common/maskApi.c:161
↓ 1 callersFunctionrleIou
Tracking/data/coco/pycocotools/common/maskApi.c:77
↓ 1 callersFunctionround_polygon
Tracking/utils/pysot/utils/src/region.c:578
↓ 1 callersFunctionround_polygon
Tracking/utils/pyvotkit/src/region.c:578
↓ 1 callersMethodrpn
(self, template, search)
Tracking/models/siammask.py:39
↓ 1 callersMethodrpn
(self, template, search)
Tracking/models/siammask_sharp.py:39
↓ 1 callersMethodrun
run network
Tracking/models/siammask.py:57
↓ 1 callersMethodrun
run network
Tracking/models/siammask_sharp.py:57
↓ 1 callersFunctionsave_checkpoint
(state, is_best, filename='checkpoint.pth', best_file='model_best.pth')
Tracking/tools/train_siammask.py:292
↓ 1 callersFunctionsave_checkpoint
(state, is_best, filename='checkpoint.pth', best_file='model_best.pth')
Tracking/tools/train_siammask_refine.py:294
↓ 1 callersFunctionsave_checkpoint
(state, is_best, filename='checkpoint.pth', best_file='model_best.pth')
Tracking/tools/train_siamrpn.py:285
↓ 1 callersFunctionselect_cross_entropy_loss
(pred, label)
Tracking/models/siamrpn.py:121
↓ 1 callersFunctionselect_cross_entropy_loss
(pred, label)
Tracking/models/siammask.py:132
↓ 1 callersFunctionselect_cross_entropy_loss
(pred, label)
Tracking/models/siammask_sharp.py:133
↓ 1 callersMethodsetDetParams
(self)
Tracking/data/coco/pycocotools/cocoeval.py:503
↓ 1 callersMethodsetKpParams
(self)
Tracking/data/coco/pycocotools/cocoeval.py:514
↓ 1 callersMethodset_tracker
Args: path: path to tracker results, tracker_names: list of tracker name
Tracking/utils/pysot/datasets/dataset.py:29
↓ 1 callersMethodshow_result
pretty print result Args: result: returned dict from function eval
Tracking/utils/pysot/evaluation/eao_benchmark.py:56
↓ 1 callersMethodshuffle
(self)
Tracking/datasets/siam_mask_dataset.py:138
↓ 1 callersMethodshuffle
(self)
Tracking/datasets/siam_rpn_dataset.py:134
↓ 1 callersFunctionstoreResultsToXML
(resultRectangle, allImageName, myXmlDir)
GPU/utils.py:408
↓ 1 callersFunctionstring2double
Tracking/data/coco/pycocotools/common/gason.cpp:74
↓ 1 callersMethodsummarize
Compute and display summary metrics for evaluation results. Note this functin can *only* be applied on the default parameter setting
Tracking/data/coco/pycocotools/cocoeval.py:423
↓ 1 callersFunctionsz
(w, h)
Tracking/tools/test.py:217
↓ 1 callersFunctionsz_wh
(wh)
Tracking/tools/test.py:222
↓ 1 callersMethodtemplate
(self, template)
Tracking/models/rpn.py:17
↓ 1 callersFunctiontest_one_group
FPGA/HLS/tb.cc:324
↓ 1 callersMethodtoDict
(self)
Tracking/data/ytb_vos/parse_ytb_vos.py:73
← previousnext →501–600 of 1,108, ranked by callers