MCPcopy Create free account

hub / github.com/abramjos/Scene-boundary-detection / functions

Functions30 in github.com/abramjos/Scene-boundary-detection

↓ 2 callersMethod_create_pannel
(self)
datagen.py:32
↓ 2 callersMethod_image_insert
(self,frame_64,frame_128)
datagen.py:26
↓ 2 callersMethoddata_gen
(self)
datagen.py:80
↓ 2 callersFunctiongamma
(image,frame_no)
augmentation_helper.py:101
↓ 1 callersMethod__data_generation
Generates data containing batch_size samples
epoch_generator.py:78
↓ 1 callersMethod_create_pannel
(self)
test_model.py:33
↓ 1 callersMethod_image_insert
(self,frame_64,frame_128)
test_model.py:28
↓ 1 callersMethodmodel
(self)
model.py:28
↓ 1 callersFunctionpipe
(image)
augmentation_helper.py:37
↓ 1 callersFunctionsort
(array, num_peaks=2, start_ascending=True)
augmentation_helper.py:73
↓ 1 callersMethodtest
(self)
model.py:97
↓ 1 callersMethodtest_set
(self)
test_model.py:43
↓ 1 callersMethodtrain
(self, nb_epoch=1000, batch_size=32 ,video_file='../dataset_creator/aug_final.mp4',csv_file='../datase
model.py:50
↓ 1 callersFunctionvideo_generator
(sample_vid_set,samples=10,split=.5,prob_process=.5)
dataset_generator.py:16
Method__getitem__
Generate one batch of data
epoch_generator.py:43
Method__init__
(self,no_frames,model,model_weight,video_file=None,csv_file=None)
test_model.py:14
Method__init__
Initialization
epoch_generator.py:11
Method__init__
(self,no_frames,video_file=None,csv_file=None)
datagen.py:13
Method__init__
(self,no_frames=10,depth=3,out_classes=2)
model.py:17
Method__len__
Denotes the number of batches per epoch
epoch_generator.py:39
Functionartifical_flash
Returns artificial flash scenerios in the video. ##gamma value suitable gamma_max=1.5
augmentation_helper.py:96
Functionblur
Returns temporal blured videos that imitates out of focus cases in videos.
augmentation_helper.py:69
Functionbw
Returns black and white once in 10 times, can change value with randomness.
augmentation_helper.py:60
Functionflash
(image,frame)
augmentation_helper.py:121
Methodimage_gen
(self)
datagen.py:42
Methodon_epoch_end
Updates indexes after each epoch
epoch_generator.py:52
Functionscroll
This function returns a 'region' of the current frame. The position of this region depends on the time.
augmentation_helper.py:13
Functionshift_channel
This function returns a video with a randomized colour channels, to compensate background changes
augmentation_helper.py:30
Functionshift_hue
This function returns a video with random hue changes
augmentation_helper.py:41
Functionspeed
This function returns a video at a random speed
augmentation_helper.py:22