]> git.sesse.net Git - voxel-flow/commit
Initial commit
authorZiwei Liu <zwliu.hust@gmail.com>
Mon, 5 Feb 2018 01:15:00 +0000 (17:15 -0800)
committerZiwei Liu <zwliu.hust@gmail.com>
Mon, 5 Feb 2018 01:15:00 +0000 (17:15 -0800)
commitbc1177902e6abfae7a65cf68b3172ba96c07ce05
tree8102ac911f8df94f10693c05ecd5869943870956
Initial commit
20 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0755]
README.md [new file with mode: 0755]
data_list/ucf101_test_files_frame1.txt [new file with mode: 0755]
data_list/ucf101_test_files_frame2.txt [new file with mode: 0755]
data_list/ucf101_test_files_frame3.txt [new file with mode: 0755]
data_list/ucf101_train_files_frame1.txt [new file with mode: 0755]
data_list/ucf101_train_files_frame2.txt [new file with mode: 0755]
data_list/ucf101_train_files_frame3.txt [new file with mode: 0755]
dataset.py [new file with mode: 0755]
misc/demo.gif [new file with mode: 0644]
misc/demo_teaser.jpg [new file with mode: 0644]
utils/__init__.py [new file with mode: 0755]
utils/geo_layer_utils.py [new file with mode: 0755]
utils/image_utils.py [new file with mode: 0755]
utils/loss_utils.py [new file with mode: 0755]
utils/prefetch_queue_shuffle.py [new file with mode: 0755]
utils/vis_utils.py [new file with mode: 0755]
voxel_flow_model.py [new file with mode: 0755]
voxel_flow_train.py [new file with mode: 0755]