Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abramjos/Scene-boundary-detection
/ functions
Functions
30 in github.com/abramjos/Scene-boundary-detection
⨍
Functions
30
◇
Types & classes
4
↓ 2 callers
Method
_create_pannel
(self)
datagen.py:32
↓ 2 callers
Method
_image_insert
(self,frame_64,frame_128)
datagen.py:26
↓ 2 callers
Method
data_gen
(self)
datagen.py:80
↓ 2 callers
Function
gamma
(image,frame_no)
augmentation_helper.py:101
↓ 1 callers
Method
__data_generation
Generates data containing batch_size samples
epoch_generator.py:78
↓ 1 callers
Method
_create_pannel
(self)
test_model.py:33
↓ 1 callers
Method
_image_insert
(self,frame_64,frame_128)
test_model.py:28
↓ 1 callers
Method
model
(self)
model.py:28
↓ 1 callers
Function
pipe
(image)
augmentation_helper.py:37
↓ 1 callers
Function
sort
(array, num_peaks=2, start_ascending=True)
augmentation_helper.py:73
↓ 1 callers
Method
test
(self)
model.py:97
↓ 1 callers
Method
test_set
(self)
test_model.py:43
↓ 1 callers
Method
train
(self, nb_epoch=1000, batch_size=32 ,video_file='../dataset_creator/aug_final.mp4',csv_file='../datase
model.py:50
↓ 1 callers
Function
video_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
Function
artifical_flash
Returns artificial flash scenerios in the video. ##gamma value suitable gamma_max=1.5
augmentation_helper.py:96
Function
blur
Returns temporal blured videos that imitates out of focus cases in videos.
augmentation_helper.py:69
Function
bw
Returns black and white once in 10 times, can change value with randomness.
augmentation_helper.py:60
Function
flash
(image,frame)
augmentation_helper.py:121
Method
image_gen
(self)
datagen.py:42
Method
on_epoch_end
Updates indexes after each epoch
epoch_generator.py:52
Function
scroll
This function returns a 'region' of the current frame. The position of this region depends on the time.
augmentation_helper.py:13
Function
shift_channel
This function returns a video with a randomized colour channels, to compensate background changes
augmentation_helper.py:30
Function
shift_hue
This function returns a video with random hue changes
augmentation_helper.py:41
Function
speed
This function returns a video at a random speed
augmentation_helper.py:22