mvsoom's picture
Upload folder using huggingface_hub
3133fdb
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