Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GowthamGottimukkala/I3D_Feature_Extraction_resnet
/ functions
Functions
25 in github.com/GowthamGottimukkala/I3D_Feature_Extraction_resnet
⨍
Functions
25
◇
Types & classes
4
↓ 4 callers
Method
_make_layer
(self, block, planes, blocks, stride, temp_conv, temp_stride, nonlocal_mod=1000)
resnet.py:156
↓ 3 callers
Method
__init__
(self, block=Bottleneck, layers=[3, 4, 6, 3], num_classes=400, use_nl=False)
resnet.py:131
↓ 2 callers
Function
forward_batch
(b_data)
extract_features.py:53
↓ 1 callers
Function
forward_batch
(b_data)
extract_features_org.py:32
↓ 1 callers
Method
forward_single
(self, x)
resnet.py:172
↓ 1 callers
Function
generate
(datasetpath, outputpath, pretrainedpath, frequency, batch_size, sample_mode)
main.py:19
↓ 1 callers
Function
i3_res50
(num_classes, pretrainedpath)
resnet.py:194
↓ 1 callers
Function
load_frame
(frame_file)
extract_features_org.py:13
↓ 1 callers
Function
load_frame
(frame_file)
extract_features.py:11
↓ 1 callers
Function
load_rgb_batch
(frames_dir, rgb_files, frame_indices)
extract_features_org.py:23
↓ 1 callers
Function
load_rgb_batch
(frames_dir, rgb_files, frame_indices)
extract_features.py:22
↓ 1 callers
Function
oversample_data
(data)
extract_features.py:30
↓ 1 callers
Function
run
(i3d, frequency, frames_dir, batch_size, sample_mode)
extract_features.py:49
↓ 1 callers
Method
set_params
(self, scale, bias, running_mean, running_var)
resnet.py:15
Method
__init__
(self, num_channels, momentum=0.1, eps=1e-5)
resnet.py:8
Method
__init__
(self, inplanes, planes, stride, downsample, temp_conv, temp_stride, use_nl=False)
resnet.py:44
Method
__init__
(self, dim_in, dim_out, dim_inner)
resnet.py:86
Method
__repr__
(self)
resnet.py:26
Method
forward
(self, x)
resnet.py:22
Method
forward
(self, x)
resnet.py:60
Method
forward
(self, x)
resnet.py:101
Method
forward
(self, batch)
resnet.py:187
Function
freeze_bn
(m, name)
resnet.py:29
Function
i3_res50_nl
(num_classes, pretrainedpath)
resnet.py:202
Function
run
(i3d, frequency, frames_dir, batch_size=1)
extract_features_org.py:30