File size: 6,273 Bytes
3133fdb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
pytorchvideo/__init__.py
pytorchvideo.egg-info/PKG-INFO
pytorchvideo.egg-info/SOURCES.txt
pytorchvideo.egg-info/dependency_links.txt
pytorchvideo.egg-info/requires.txt
pytorchvideo.egg-info/top_level.txt
pytorchvideo/accelerator/__init__.py
pytorchvideo/accelerator/deployment/__init__.py
pytorchvideo/accelerator/deployment/common/__init__.py
pytorchvideo/accelerator/deployment/common/model_transmuter.py
pytorchvideo/accelerator/deployment/mobile_cpu/__init__.py
pytorchvideo/accelerator/deployment/mobile_cpu/transmuter/__init__.py
pytorchvideo/accelerator/deployment/mobile_cpu/transmuter/transmuter_mobile_cpu.py
pytorchvideo/accelerator/deployment/mobile_cpu/utils/__init__.py
pytorchvideo/accelerator/deployment/mobile_cpu/utils/model_conversion.py
pytorchvideo/accelerator/efficient_blocks/__init__.py
pytorchvideo/accelerator/efficient_blocks/efficient_block_base.py
pytorchvideo/accelerator/efficient_blocks/no_op_convert_block.py
pytorchvideo/data/__init__.py
pytorchvideo/data/ava.py
pytorchvideo/data/charades.py
pytorchvideo/data/clip_sampling.py
pytorchvideo/data/dataset_manifest_utils.py
pytorchvideo/data/decoder.py
pytorchvideo/data/domsev.py
pytorchvideo/data/encoded_video.py
pytorchvideo/data/encoded_video_decord.py
pytorchvideo/data/encoded_video_pyav.py
pytorchvideo/data/encoded_video_torchvision.py
pytorchvideo/data/epic_kitchen_forecasting.py
pytorchvideo/data/epic_kitchen_recognition.py
pytorchvideo/data/frame_video.py
pytorchvideo/data/hmdb51.py
pytorchvideo/data/json_dataset.py
pytorchvideo/data/kinetics.py
pytorchvideo/data/labeled_video_dataset.py
pytorchvideo/data/labeled_video_paths.py
pytorchvideo/data/ssv2.py
pytorchvideo/data/ucf101.py
pytorchvideo/data/utils.py
pytorchvideo/data/video.py
pytorchvideo/data/ego4d/__init__.py
pytorchvideo/data/ego4d/ego4d_dataset.py
pytorchvideo/data/ego4d/utils.py
pytorchvideo/data/epic_kitchen/__init__.py
pytorchvideo/data/epic_kitchen/epic_kitchen_dataset.py
pytorchvideo/data/epic_kitchen/utils.py
pytorchvideo/layers/__init__.py
pytorchvideo/layers/attention.py
pytorchvideo/layers/attention_torchscript.py
pytorchvideo/layers/batch_norm.py
pytorchvideo/layers/convolutions.py
pytorchvideo/layers/distributed.py
pytorchvideo/layers/drop_path.py
pytorchvideo/layers/fusion.py
pytorchvideo/layers/mlp.py
pytorchvideo/layers/nonlocal_net.py
pytorchvideo/layers/positional_encoding.py
pytorchvideo/layers/positional_encoding_torchscript.py
pytorchvideo/layers/squeeze_excitation.py
pytorchvideo/layers/swish.py
pytorchvideo/layers/utils.py
pytorchvideo/layers/accelerator/__init__.py
pytorchvideo/layers/accelerator/mobile_cpu/__init__.py
pytorchvideo/layers/accelerator/mobile_cpu/activation_functions.py
pytorchvideo/layers/accelerator/mobile_cpu/attention.py
pytorchvideo/layers/accelerator/mobile_cpu/conv_helper.py
pytorchvideo/layers/accelerator/mobile_cpu/convolutions.py
pytorchvideo/layers/accelerator/mobile_cpu/fully_connected.py
pytorchvideo/layers/accelerator/mobile_cpu/pool.py
pytorchvideo/losses/__init__.py
pytorchvideo/losses/soft_target_cross_entropy.py
pytorchvideo/models/__init__.py
pytorchvideo/models/audio_visual_slowfast.py
pytorchvideo/models/byol.py
pytorchvideo/models/csn.py
pytorchvideo/models/head.py
pytorchvideo/models/masked_multistream.py
pytorchvideo/models/memory_bank.py
pytorchvideo/models/net.py
pytorchvideo/models/r2plus1d.py
pytorchvideo/models/resnet.py
pytorchvideo/models/simclr.py
pytorchvideo/models/slowfast.py
pytorchvideo/models/stem.py
pytorchvideo/models/vision_transformers.py
pytorchvideo/models/weight_init.py
pytorchvideo/models/x3d.py
pytorchvideo/models/accelerator/__init__.py
pytorchvideo/models/accelerator/mobile_cpu/__init__.py
pytorchvideo/models/accelerator/mobile_cpu/efficient_x3d.py
pytorchvideo/models/accelerator/mobile_cpu/residual_blocks.py
pytorchvideo/models/hub/__init__.py
pytorchvideo/models/hub/csn.py
pytorchvideo/models/hub/efficient_x3d_mobile_cpu.py
pytorchvideo/models/hub/r2plus1d.py
pytorchvideo/models/hub/resnet.py
pytorchvideo/models/hub/slowfast.py
pytorchvideo/models/hub/utils.py
pytorchvideo/models/hub/vision_transformers.py
pytorchvideo/models/hub/x3d.py
pytorchvideo/transforms/__init__.py
pytorchvideo/transforms/augmentations.py
pytorchvideo/transforms/augmix.py
pytorchvideo/transforms/functional.py
pytorchvideo/transforms/mix.py
pytorchvideo/transforms/rand_augment.py
pytorchvideo/transforms/transforms.py
pytorchvideo/transforms/transforms_factory.py
tests/test_accelerator_deployment_mobile_cpu_model_conversion.py
tests/test_accelerator_deployment_model_transmuter.py
tests/test_accelerator_efficient_blocks_mobile_cpu_activation_attention.py
tests/test_accelerator_efficient_blocks_mobile_cpu_conv3d.py
tests/test_accelerator_efficient_blocks_mobile_cpu_head_layer.py
tests/test_accelerator_efficient_blocks_mobile_cpu_residual_block.py
tests/test_accelerator_models_efficient_x3d.py
tests/test_data_ava_dataset.py
tests/test_data_charades_dataset.py
tests/test_data_dataset_manifest_utils.py
tests/test_data_domsev_dataset.py
tests/test_data_encoded_video.py
tests/test_data_epic_kitchen_dataset.py
tests/test_data_epic_kitchen_forecasting.py
tests/test_data_epic_kitchen_recognition.py
tests/test_data_epic_kitchen_utils.py
tests/test_data_frame_video.py
tests/test_data_json_dataset.py
tests/test_data_labeled_video_dataset.py
tests/test_data_ssv2_dataset.py
tests/test_data_utils.py
tests/test_fuse_bn.py
tests/test_layers_attention.py
tests/test_layers_convolutions.py
tests/test_layers_drop_path.py
tests/test_layers_fusion.py
tests/test_layers_mlp.py
tests/test_layers_nonlocal_net.py
tests/test_layers_positional_encoding.py
tests/test_layers_squeeze_excitation.py
tests/test_losses_soft_target_cross_entropy.py
tests/test_models_audio_visual_slowfast.py
tests/test_models_byol.py
tests/test_models_csn.py
tests/test_models_head.py
tests/test_models_hub_vision_transformers.py
tests/test_models_masked_multistream.py
tests/test_models_memory_bank.py
tests/test_models_r2plus1d.py
tests/test_models_resnet.py
tests/test_models_slowfast.py
tests/test_models_stem.py
tests/test_models_vision_transformers.py
tests/test_models_x3d.py
tests/test_simclr.py
tests/test_transforms.py
tests/test_uniform_clip_sampler.py