-
- Downloads
Implement KTH video dataset and base class that processes SequenceExample....
Implement KTH video dataset and base class that processes SequenceExample. Refactor datasets into a package and move each class to its own file.
Showing
- video_prediction/datasets/__init__.py 20 additions, 0 deletionsvideo_prediction/datasets/__init__.py
- video_prediction/datasets/base_dataset.py 154 additions, 215 deletionsvideo_prediction/datasets/base_dataset.py
- video_prediction/datasets/google_robot_dataset.py 40 additions, 0 deletionsvideo_prediction/datasets/google_robot_dataset.py
- video_prediction/datasets/kth_dataset.py 21 additions, 0 deletionsvideo_prediction/datasets/kth_dataset.py
- video_prediction/datasets/softmotion_dataset.py 60 additions, 0 deletionsvideo_prediction/datasets/softmotion_dataset.py
- video_prediction/datasets/sv2_dataset.py 60 additions, 0 deletionsvideo_prediction/datasets/sv2_dataset.py
Loading
Please sign in to comment