├── README.md ├── UCF_list ├── classInd.txt ├── test_mod.txt ├── testlist01.txt ├── testlist02.txt ├── testlist03.txt ├── trainlist01.txt ├── trainlist02.txt └── trainlist03.txt ├── average_fusion.py ├── conv_fusion.py └── dataloader ├── __init__.py ├── __init__.pyc ├── dic └── frame_count.pickle ├── spatial_loader.py ├── spatial_loader.pyc ├── spatiotemporal_loader.py ├── spatiotemporal_loader.pyc ├── split_train_test_video.py ├── split_train_test_video.pyc ├── temp_loader.py └── temp_loader.pyc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/README.md -------------------------------------------------------------------------------- /UCF_list/classInd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/classInd.txt -------------------------------------------------------------------------------- /UCF_list/test_mod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/test_mod.txt -------------------------------------------------------------------------------- /UCF_list/testlist01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/testlist01.txt -------------------------------------------------------------------------------- /UCF_list/testlist02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/testlist02.txt -------------------------------------------------------------------------------- /UCF_list/testlist03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/testlist03.txt -------------------------------------------------------------------------------- /UCF_list/trainlist01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/trainlist01.txt -------------------------------------------------------------------------------- /UCF_list/trainlist02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/trainlist02.txt -------------------------------------------------------------------------------- /UCF_list/trainlist03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/UCF_list/trainlist03.txt -------------------------------------------------------------------------------- /average_fusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/average_fusion.py -------------------------------------------------------------------------------- /conv_fusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/conv_fusion.py -------------------------------------------------------------------------------- /dataloader/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/__init__.py -------------------------------------------------------------------------------- /dataloader/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/__init__.pyc -------------------------------------------------------------------------------- /dataloader/dic/frame_count.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/dic/frame_count.pickle -------------------------------------------------------------------------------- /dataloader/spatial_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/spatial_loader.py -------------------------------------------------------------------------------- /dataloader/spatial_loader.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/spatial_loader.pyc -------------------------------------------------------------------------------- /dataloader/spatiotemporal_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/spatiotemporal_loader.py -------------------------------------------------------------------------------- /dataloader/spatiotemporal_loader.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/spatiotemporal_loader.pyc -------------------------------------------------------------------------------- /dataloader/split_train_test_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/split_train_test_video.py -------------------------------------------------------------------------------- /dataloader/split_train_test_video.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/split_train_test_video.pyc -------------------------------------------------------------------------------- /dataloader/temp_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/temp_loader.py -------------------------------------------------------------------------------- /dataloader/temp_loader.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/HEAD/dataloader/temp_loader.pyc --------------------------------------------------------------------------------