MCPcopy Create free account

hub / github.com/Junhua-Liao/Light-ASD / functions

Functions80 in github.com/Junhua-Liao/Light-ASD

↓ 4 callersFunctioneq
Returns true if values are approximately equal.
utils/get_ava_active_speaker_performance.py:89
↓ 4 callersMethodforward
(self, x, labels, r = 1)
loss.py:35
↓ 4 callersMethodforward_audio_frontend
(self, x)
model/Model.py:22
↓ 4 callersMethodforward_audio_visual_backend
(self, x1, x2)
model/Model.py:27
↓ 4 callersMethodforward_visual_frontend
(self, x)
model/Model.py:15
↓ 3 callersMethod__init__
(self, in_channels, out_channels)
model/Encoder.py:6
↓ 3 callersMethodloadParameters
(self, path)
ASD.py:87
↓ 2 callersFunctionbb_intersection_over_union
(boxA, boxB, evalCol = False)
Columbia_test.py:110
↓ 2 callersMethodevaluate_network
(self, loader, evalCsvSave, evalOrig, **kwargs)
ASD.py:57
↓ 2 callersMethodforward
(self, x)
model/faceDetector/s3fd/nets.py:21
↓ 2 callersMethodforward_visual_backend
(self,x)
model/Model.py:33
↓ 2 callersFunctiongenerate_audio_set
(dataPath, batchList)
dataLoader.py:5
↓ 2 callersFunctionload_audio
(data, dataPath, numFrames, audioAug, audioSet = None)
dataLoader.py:30
↓ 2 callersFunctionload_csv
Loads CSV from the filename using given column names. Adds uid column. Args: filename: Path to the CSV file to load. column_names: A l
utils/get_ava_active_speaker_performance.py:70
↓ 2 callersFunctionload_label
(data, numFrames)
dataLoader.py:80
↓ 2 callersFunctionload_visual
(data, dataPath, numFrames, visualAug)
dataLoader.py:49
↓ 1 callersMethod__init__
(self)
loss.py:30
↓ 1 callersMethod__init__
(self, num_classes=2, top_k=750, nms_thresh=0.3, conf_thresh=0.05, var
model/faceDetector/s3fd/box_utils.py:131
↓ 1 callersMethod__init__
(self, n_channels, scale)
model/faceDetector/s3fd/nets.py:10
↓ 1 callersMethod__init_weight
(self)
model/Encoder.py:119
↓ 1 callersMethod__init_weight
(self)
model/Encoder.py:158
↓ 1 callersMethod__init_weight
(self)
model/Classifier.py:25
↓ 1 callersMethod__len__
(self)
dataLoader.py:142
↓ 1 callersFunctioncalculate_precision_recall
Calculates precision and recall arrays going through df_merged row-wise.
utils/get_ava_active_speaker_performance.py:151
↓ 1 callersFunctioncompute_average_precision
Compute Average Precision according to the definition in VOCdevkit. Precision is modified to ensure that it does not decrease as recall decrease
utils/get_ava_active_speaker_performance.py:23
↓ 1 callersFunctioncrop_video
(args, track, cropFile)
Columbia_test.py:159
↓ 1 callersFunctiondecode
Decode locations from predictions using priors to undo the encoding we did for offset regression at train time. Args: loc (tensor): lo
model/faceDetector/s3fd/box_utils.py:41
↓ 1 callersMethoddetect_faces
(self, image, conf_th=0.8, scales=[1])
model/faceDetector/s3fd/__init__.py:32
↓ 1 callersFunctiondownload_csv
(args)
utils/tools.py:68
↓ 1 callersFunctiondownload_videos
(args)
utils/tools.py:77
↓ 1 callersFunctionevaluate_col_ASD
(tracks, scores, args)
Columbia_test.py:280
↓ 1 callersFunctionevaluate_network
(files, args)
Columbia_test.py:203
↓ 1 callersFunctionextract_audio
(args)
utils/tools.py:86
↓ 1 callersFunctionextract_audio_clips
(args)
utils/tools.py:99
↓ 1 callersFunctionextract_video_clips
(args)
utils/tools.py:135
↓ 1 callersFunctionget_all_positives
Counts all positive examples in the groundtruth dataset.
utils/get_ava_active_speaker_performance.py:145
↓ 1 callersFunctioninference_video
(args)
Columbia_test.py:91
↓ 1 callersFunctioninit_args
(args)
utils/tools.py:4
↓ 1 callersFunctionmain
()
train.py:7
↓ 1 callersFunctionmain
()
Columbia_test.py:348
↓ 1 callersFunctionmain
()
utils/get_ava_active_speaker_performance.py:225
↓ 1 callersFunctionmerge_groundtruth_and_predictions
Merges groundtruth and prediction DataFrames. The returned DataFrame is merged on uid field and sorted in descending order by score field. Bound
utils/get_ava_active_speaker_performance.py:94
↓ 1 callersFunctionnms
Apply non-maximum suppression at test time to avoid detecting too many overlapping bounding boxes for a given object. Args: boxes: (te
model/faceDetector/s3fd/box_utils.py:62
↓ 1 callersFunctionnms_
Courtesy of Ross Girshick [https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/nms/py_cpu_nms.py]
model/faceDetector/s3fd/box_utils.py:7
↓ 1 callersFunctionoverlap
(dataName, audio, audioSet)
dataLoader.py:15
↓ 1 callersFunctionparse_arguments
Parses command-line flags. Returns: args: a named tuple containing three file objects args.labelmap, args.groundtruth, and args.detection
utils/get_ava_active_speaker_performance.py:201
↓ 1 callersFunctionpreprocess_AVA
(args)
utils/tools.py:29
↓ 1 callersMethodreset_parameters
(self)
model/faceDetector/s3fd/nets.py:18
↓ 1 callersFunctionrun_evaluation
Runs AVA Active Speaker evaluation, printing average precision result.
utils/get_ava_active_speaker_performance.py:180
↓ 1 callersMethodsaveParameters
(self, path)
ASD.py:84
↓ 1 callersFunctionscene_detect
(args)
Columbia_test.py:72
↓ 1 callersFunctiontrack_shot
(args, sceneFaces)
Columbia_test.py:125
↓ 1 callersMethodtrain_network
(self, loader, epoch, **kwargs)
ASD.py:21
↓ 1 callersFunctionvisualization
(tracks, scores, args)
Columbia_test.py:250
Method__getitem__
(self, index)
dataLoader.py:106
Method__getitem__
(self, index)
dataLoader.py:130
Method__init__
(self)
loss.py:6
Method__init__
(self, lr = 0.001, lrDecay = 0.95, **kwargs)
ASD.py:12
Method__init__
(self, trialFileName, audioPath, visualPath, batchSize, **kwargs)
dataLoader.py:90
Method__init__
(self, trialFileName, audioPath, visualPath, **kwargs)
dataLoader.py:125
Method__init__
(self, in_channels, out_channels, is_down = False)
model/Encoder.py:39
Method__init__
(self)
model/Encoder.py:84
Method__init__
(self)
model/Encoder.py:130
Method__init__
(self)
model/Model.py:8
Method__init__
(self, channel)
model/Classifier.py:6
Method__init__
(self, device='cuda')
model/faceDetector/s3fd/__init__.py:19
Method__init__
(self, input_size, feature_maps, variance=[0.1, 0.2], min_sizes=[16, 3
model/faceDetector/s3fd/box_utils.py:178
Method__init__
(self, device='cuda')
model/faceDetector/s3fd/nets.py:30
Method__len__
(self)
dataLoader.py:120
Functionextract_MFCC
(file, outPath)
Columbia_test.py:196
Methodforward
(self, x, labels = None, r = 1)
loss.py:11
Methodforward
(self, x)
model/Encoder.py:24
Methodforward
(self, x)
model/Encoder.py:68
Methodforward
(self, x)
model/Encoder.py:99
Methodforward
(self, x)
model/Encoder.py:143
Methodforward
(self, audioFeature, visualFeature)
model/Model.py:37
Methodforward
(self, x)
model/Classifier.py:15
Methodforward
(self, loc_data, conf_data, prior_data)
model/faceDetector/s3fd/box_utils.py:142
Methodforward
(self)
model/faceDetector/s3fd/box_utils.py:195
Methodforward
(self, x)
model/faceDetector/s3fd/nets.py:109