From 937846d8fbe4371f72454d043f5cde4304080a75 Mon Sep 17 00:00:00 2001
From: "b.gong" <b.gong@fz-juelich.de>
Date: Thu, 18 Jun 2020 18:05:13 +0200
Subject: [PATCH] move video_prediction_savp into subdir

---
 .../Dockerfiles}/Dockerfile_base                    |   0
 .../Dockerfiles}/Dockerfile_tf                      |   0
 .../HPC_scripts}/DataExtraction.sh                  |   0
 .../HPC_scripts}/DataPreprocess.sh                  |   0
 .../HPC_scripts}/DataPreprocess_dev.sh              |   0
 .../HPC_scripts}/DataPreprocess_to_tf.sh            |   0
 .../HPC_scripts}/generate_era5.sh                   |   0
 .../HPC_scripts}/train_era5.sh                      |   0
 LICENSE => video_prediction_savp/LICENSE            |   0
 README.md => video_prediction_savp/README.md        |   0
 .../Zam347_scripts}/DataExtraction.sh               |   0
 .../Zam347_scripts}/DataPreprocess.sh               |   0
 .../Zam347_scripts}/DataPreprocess_to_tf.sh         |   0
 .../Zam347_scripts}/generate_era5.sh                |   0
 .../Zam347_scripts}/train_era5.sh                   |   0
 .../bash}/download_and_preprocess_dataset.sh        |   0
 .../bash}/download_and_preprocess_dataset_era5.sh   |   0
 .../bash}/download_and_preprocess_dataset_v1.sh     |   0
 .../bash}/workflow_era5.sh                          |   0
 .../bash}/workflow_era5_macOS.sh                    |   0
 .../bash}/workflow_era5_zam347.sh                   |   0
 .../docs}/discussion/discussion.md                  |   0
 .../docs}/presentation/presentation.md              |   0
 .../docs}/structure_name_convention.md              |   0
 .../env_setup}/create_env.sh                        |   0
 .../env_setup}/create_env_zam347.sh                 |   0
 .../env_setup}/modules.sh                           |   0
 .../env_setup}/requirements.txt                     |   0
 .../geo_info.json                                   |   0
 {helper => video_prediction_savp/helper}/helper.py  |   0
 .../ours_deterministic_l1/model_hparams.json        |   0
 .../ours_deterministic_l2/model_hparams.json        |   0
 .../bair_action_free/ours_gan/model_hparams.json    |   0
 .../bair_action_free/ours_savp/model_hparams.json   |   0
 .../bair_action_free/ours_vae_l1/model_hparams.json |   0
 .../sv2p_time_invariant/model_hparams.json          |   0
 .../hparams}/era5/model_hparams.json                |   0
 .../kth/ours_deterministic_l1/model_hparams.json    |   0
 .../kth/ours_deterministic_l2/model_hparams.json    |   0
 .../hparams}/kth/ours_gan/model_hparams.json        |   0
 .../hparams}/kth/ours_savp/model_hparams.json       |   0
 .../hparams}/kth/ours_vae_l1/model_hparams.json     |   0
 .../lpips-tensorflow}/.gitignore                    |   0
 .../lpips-tensorflow}/.gitmodules                   |   0
 .../lpips-tensorflow}/LICENSE                       |   0
 .../lpips-tensorflow}/README.md                     |   0
 .../lpips-tensorflow}/export_to_tensorflow.py       |   0
 .../lpips-tensorflow}/lpips_tf.py                   |   0
 .../lpips-tensorflow}/requirements-dev.txt          |   0
 .../lpips-tensorflow}/requirements.txt              |   0
 .../lpips-tensorflow}/setup.py                      |   0
 .../lpips-tensorflow}/test_network.py               |   0
 metadata.py => video_prediction_savp/metadata.py    |   0
 .../pretrained_models}/download_model.sh            |   0
 .../scripts}/Analysis_all.py                        |   0
 .../scripts}/combine_results.py                     |   0
 .../scripts}/evaluate.py                            |   0
 .../scripts}/evaluate_all.sh                        |   0
 .../scripts}/evaluate_svg.sh                        |   0
 .../scripts}/generate.py                            |   0
 .../scripts}/generate_all.sh                        |   0
 .../scripts}/generate_anomaly.py                    |   0
 .../scripts}/generate_orig.py                       |   0
 .../scripts}/generate_transfer_learning_finetune.py |   0
 .../scripts}/plot_results.py                        |   0
 .../scripts}/plot_results_all.sh                    |   0
 {scripts => video_prediction_savp/scripts}/train.py |   0
 .../scripts}/train_all.sh                           |   0
 .../scripts}/train_dummy.py                         |   0
 .../scripts}/train_v2.py                            |   0
 .../video_prediction}/.DS_Store                     | Bin
 .../video_prediction}/__init__.py                   |   0
 .../video_prediction}/datasets/__init__.py          |   0
 .../video_prediction}/datasets/base_dataset.py      |   0
 .../datasets/cartgripper_dataset.py                 |   0
 .../video_prediction}/datasets/era5_dataset_v2.py   |   0
 .../datasets/era5_dataset_v2_anomaly.py             |   0
 .../datasets/google_robot_dataset.py                |   0
 .../video_prediction}/datasets/kth_dataset.py       |   0
 .../datasets/softmotion_dataset.py                  |   0
 .../video_prediction}/datasets/sv2p_dataset.py      |   0
 .../video_prediction}/datasets/ucf101_dataset.py    |   0
 .../video_prediction}/flow_ops.py                   |   0
 .../video_prediction}/layers/BasicConvLSTMCell.py   |   0
 .../video_prediction}/layers/__init__.py            |   0
 .../video_prediction}/layers/layer_def.py           |   0
 .../video_prediction}/layers/mcnet_ops.py           |   0
 .../video_prediction}/layers/normalization.py       |   0
 .../video_prediction}/losses.py                     |   0
 .../video_prediction}/metrics.py                    |   0
 .../video_prediction}/models/__init__.py            |   0
 .../video_prediction}/models/base_model.py          |   0
 .../video_prediction}/models/dna_model.py           |   0
 .../video_prediction}/models/mcnet_model.py         |   0
 .../video_prediction}/models/networks.py            |   0
 .../video_prediction}/models/non_trainable_model.py |   0
 .../video_prediction}/models/savp_model.py          |   0
 .../video_prediction}/models/sna_model.py           |   0
 .../video_prediction}/models/sv2p_model.py          |   0
 .../models/vanilla_convLSTM_model.py                |   0
 .../video_prediction}/models/vanilla_vae_model.py   |   0
 .../video_prediction}/ops.py                        |   0
 .../video_prediction}/rnn_ops.py                    |   0
 .../video_prediction}/utils/__init__.py             |   0
 .../video_prediction}/utils/ffmpeg_gif.py           |   0
 .../video_prediction}/utils/gif_summary.py          |   0
 .../video_prediction}/utils/html.py                 |   0
 .../video_prediction}/utils/mcnet_utils.py          |   0
 .../video_prediction}/utils/tf_utils.py             |   0
 109 files changed, 0 insertions(+), 0 deletions(-)
 rename {Dockerfiles => video_prediction_savp/Dockerfiles}/Dockerfile_base (100%)
 rename {Dockerfiles => video_prediction_savp/Dockerfiles}/Dockerfile_tf (100%)
 rename {HPC_scripts => video_prediction_savp/HPC_scripts}/DataExtraction.sh (100%)
 rename {HPC_scripts => video_prediction_savp/HPC_scripts}/DataPreprocess.sh (100%)
 rename {HPC_scripts => video_prediction_savp/HPC_scripts}/DataPreprocess_dev.sh (100%)
 rename {HPC_scripts => video_prediction_savp/HPC_scripts}/DataPreprocess_to_tf.sh (100%)
 rename {HPC_scripts => video_prediction_savp/HPC_scripts}/generate_era5.sh (100%)
 rename {HPC_scripts => video_prediction_savp/HPC_scripts}/train_era5.sh (100%)
 rename LICENSE => video_prediction_savp/LICENSE (100%)
 rename README.md => video_prediction_savp/README.md (100%)
 rename {Zam347_scripts => video_prediction_savp/Zam347_scripts}/DataExtraction.sh (100%)
 rename {Zam347_scripts => video_prediction_savp/Zam347_scripts}/DataPreprocess.sh (100%)
 rename {Zam347_scripts => video_prediction_savp/Zam347_scripts}/DataPreprocess_to_tf.sh (100%)
 rename {Zam347_scripts => video_prediction_savp/Zam347_scripts}/generate_era5.sh (100%)
 rename {Zam347_scripts => video_prediction_savp/Zam347_scripts}/train_era5.sh (100%)
 rename {bash => video_prediction_savp/bash}/download_and_preprocess_dataset.sh (100%)
 rename {bash => video_prediction_savp/bash}/download_and_preprocess_dataset_era5.sh (100%)
 rename {bash => video_prediction_savp/bash}/download_and_preprocess_dataset_v1.sh (100%)
 rename {bash => video_prediction_savp/bash}/workflow_era5.sh (100%)
 rename {bash => video_prediction_savp/bash}/workflow_era5_macOS.sh (100%)
 rename {bash => video_prediction_savp/bash}/workflow_era5_zam347.sh (100%)
 rename {docs => video_prediction_savp/docs}/discussion/discussion.md (100%)
 rename {docs => video_prediction_savp/docs}/presentation/presentation.md (100%)
 rename {docs => video_prediction_savp/docs}/structure_name_convention.md (100%)
 rename {env_setup => video_prediction_savp/env_setup}/create_env.sh (100%)
 rename {env_setup => video_prediction_savp/env_setup}/create_env_zam347.sh (100%)
 rename {env_setup => video_prediction_savp/env_setup}/modules.sh (100%)
 rename {env_setup => video_prediction_savp/env_setup}/requirements.txt (100%)
 rename geo_info.json => video_prediction_savp/geo_info.json (100%)
 rename {helper => video_prediction_savp/helper}/helper.py (100%)
 rename {hparams => video_prediction_savp/hparams}/bair_action_free/ours_deterministic_l1/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/bair_action_free/ours_deterministic_l2/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/bair_action_free/ours_gan/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/bair_action_free/ours_savp/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/bair_action_free/ours_vae_l1/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/bair_action_free/sv2p_time_invariant/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/era5/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/kth/ours_deterministic_l1/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/kth/ours_deterministic_l2/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/kth/ours_gan/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/kth/ours_savp/model_hparams.json (100%)
 rename {hparams => video_prediction_savp/hparams}/kth/ours_vae_l1/model_hparams.json (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/.gitignore (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/.gitmodules (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/LICENSE (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/README.md (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/export_to_tensorflow.py (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/lpips_tf.py (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/requirements-dev.txt (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/requirements.txt (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/setup.py (100%)
 rename {lpips-tensorflow => video_prediction_savp/lpips-tensorflow}/test_network.py (100%)
 rename metadata.py => video_prediction_savp/metadata.py (100%)
 rename {pretrained_models => video_prediction_savp/pretrained_models}/download_model.sh (100%)
 rename {scripts => video_prediction_savp/scripts}/Analysis_all.py (100%)
 rename {scripts => video_prediction_savp/scripts}/combine_results.py (100%)
 rename {scripts => video_prediction_savp/scripts}/evaluate.py (100%)
 rename {scripts => video_prediction_savp/scripts}/evaluate_all.sh (100%)
 rename {scripts => video_prediction_savp/scripts}/evaluate_svg.sh (100%)
 rename {scripts => video_prediction_savp/scripts}/generate.py (100%)
 rename {scripts => video_prediction_savp/scripts}/generate_all.sh (100%)
 rename {scripts => video_prediction_savp/scripts}/generate_anomaly.py (100%)
 rename {scripts => video_prediction_savp/scripts}/generate_orig.py (100%)
 rename {scripts => video_prediction_savp/scripts}/generate_transfer_learning_finetune.py (100%)
 rename {scripts => video_prediction_savp/scripts}/plot_results.py (100%)
 rename {scripts => video_prediction_savp/scripts}/plot_results_all.sh (100%)
 rename {scripts => video_prediction_savp/scripts}/train.py (100%)
 rename {scripts => video_prediction_savp/scripts}/train_all.sh (100%)
 rename {scripts => video_prediction_savp/scripts}/train_dummy.py (100%)
 rename {scripts => video_prediction_savp/scripts}/train_v2.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/.DS_Store (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/__init__.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/__init__.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/base_dataset.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/cartgripper_dataset.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/era5_dataset_v2.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/era5_dataset_v2_anomaly.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/google_robot_dataset.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/kth_dataset.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/softmotion_dataset.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/sv2p_dataset.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/datasets/ucf101_dataset.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/flow_ops.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/layers/BasicConvLSTMCell.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/layers/__init__.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/layers/layer_def.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/layers/mcnet_ops.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/layers/normalization.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/losses.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/metrics.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/__init__.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/base_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/dna_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/mcnet_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/networks.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/non_trainable_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/savp_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/sna_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/sv2p_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/vanilla_convLSTM_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/models/vanilla_vae_model.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/ops.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/rnn_ops.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/utils/__init__.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/utils/ffmpeg_gif.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/utils/gif_summary.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/utils/html.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/utils/mcnet_utils.py (100%)
 rename {video_prediction => video_prediction_savp/video_prediction}/utils/tf_utils.py (100%)

diff --git a/Dockerfiles/Dockerfile_base b/video_prediction_savp/Dockerfiles/Dockerfile_base
similarity index 100%
rename from Dockerfiles/Dockerfile_base
rename to video_prediction_savp/Dockerfiles/Dockerfile_base
diff --git a/Dockerfiles/Dockerfile_tf b/video_prediction_savp/Dockerfiles/Dockerfile_tf
similarity index 100%
rename from Dockerfiles/Dockerfile_tf
rename to video_prediction_savp/Dockerfiles/Dockerfile_tf
diff --git a/HPC_scripts/DataExtraction.sh b/video_prediction_savp/HPC_scripts/DataExtraction.sh
similarity index 100%
rename from HPC_scripts/DataExtraction.sh
rename to video_prediction_savp/HPC_scripts/DataExtraction.sh
diff --git a/HPC_scripts/DataPreprocess.sh b/video_prediction_savp/HPC_scripts/DataPreprocess.sh
similarity index 100%
rename from HPC_scripts/DataPreprocess.sh
rename to video_prediction_savp/HPC_scripts/DataPreprocess.sh
diff --git a/HPC_scripts/DataPreprocess_dev.sh b/video_prediction_savp/HPC_scripts/DataPreprocess_dev.sh
similarity index 100%
rename from HPC_scripts/DataPreprocess_dev.sh
rename to video_prediction_savp/HPC_scripts/DataPreprocess_dev.sh
diff --git a/HPC_scripts/DataPreprocess_to_tf.sh b/video_prediction_savp/HPC_scripts/DataPreprocess_to_tf.sh
similarity index 100%
rename from HPC_scripts/DataPreprocess_to_tf.sh
rename to video_prediction_savp/HPC_scripts/DataPreprocess_to_tf.sh
diff --git a/HPC_scripts/generate_era5.sh b/video_prediction_savp/HPC_scripts/generate_era5.sh
similarity index 100%
rename from HPC_scripts/generate_era5.sh
rename to video_prediction_savp/HPC_scripts/generate_era5.sh
diff --git a/HPC_scripts/train_era5.sh b/video_prediction_savp/HPC_scripts/train_era5.sh
similarity index 100%
rename from HPC_scripts/train_era5.sh
rename to video_prediction_savp/HPC_scripts/train_era5.sh
diff --git a/LICENSE b/video_prediction_savp/LICENSE
similarity index 100%
rename from LICENSE
rename to video_prediction_savp/LICENSE
diff --git a/README.md b/video_prediction_savp/README.md
similarity index 100%
rename from README.md
rename to video_prediction_savp/README.md
diff --git a/Zam347_scripts/DataExtraction.sh b/video_prediction_savp/Zam347_scripts/DataExtraction.sh
similarity index 100%
rename from Zam347_scripts/DataExtraction.sh
rename to video_prediction_savp/Zam347_scripts/DataExtraction.sh
diff --git a/Zam347_scripts/DataPreprocess.sh b/video_prediction_savp/Zam347_scripts/DataPreprocess.sh
similarity index 100%
rename from Zam347_scripts/DataPreprocess.sh
rename to video_prediction_savp/Zam347_scripts/DataPreprocess.sh
diff --git a/Zam347_scripts/DataPreprocess_to_tf.sh b/video_prediction_savp/Zam347_scripts/DataPreprocess_to_tf.sh
similarity index 100%
rename from Zam347_scripts/DataPreprocess_to_tf.sh
rename to video_prediction_savp/Zam347_scripts/DataPreprocess_to_tf.sh
diff --git a/Zam347_scripts/generate_era5.sh b/video_prediction_savp/Zam347_scripts/generate_era5.sh
similarity index 100%
rename from Zam347_scripts/generate_era5.sh
rename to video_prediction_savp/Zam347_scripts/generate_era5.sh
diff --git a/Zam347_scripts/train_era5.sh b/video_prediction_savp/Zam347_scripts/train_era5.sh
similarity index 100%
rename from Zam347_scripts/train_era5.sh
rename to video_prediction_savp/Zam347_scripts/train_era5.sh
diff --git a/bash/download_and_preprocess_dataset.sh b/video_prediction_savp/bash/download_and_preprocess_dataset.sh
similarity index 100%
rename from bash/download_and_preprocess_dataset.sh
rename to video_prediction_savp/bash/download_and_preprocess_dataset.sh
diff --git a/bash/download_and_preprocess_dataset_era5.sh b/video_prediction_savp/bash/download_and_preprocess_dataset_era5.sh
similarity index 100%
rename from bash/download_and_preprocess_dataset_era5.sh
rename to video_prediction_savp/bash/download_and_preprocess_dataset_era5.sh
diff --git a/bash/download_and_preprocess_dataset_v1.sh b/video_prediction_savp/bash/download_and_preprocess_dataset_v1.sh
similarity index 100%
rename from bash/download_and_preprocess_dataset_v1.sh
rename to video_prediction_savp/bash/download_and_preprocess_dataset_v1.sh
diff --git a/bash/workflow_era5.sh b/video_prediction_savp/bash/workflow_era5.sh
similarity index 100%
rename from bash/workflow_era5.sh
rename to video_prediction_savp/bash/workflow_era5.sh
diff --git a/bash/workflow_era5_macOS.sh b/video_prediction_savp/bash/workflow_era5_macOS.sh
similarity index 100%
rename from bash/workflow_era5_macOS.sh
rename to video_prediction_savp/bash/workflow_era5_macOS.sh
diff --git a/bash/workflow_era5_zam347.sh b/video_prediction_savp/bash/workflow_era5_zam347.sh
similarity index 100%
rename from bash/workflow_era5_zam347.sh
rename to video_prediction_savp/bash/workflow_era5_zam347.sh
diff --git a/docs/discussion/discussion.md b/video_prediction_savp/docs/discussion/discussion.md
similarity index 100%
rename from docs/discussion/discussion.md
rename to video_prediction_savp/docs/discussion/discussion.md
diff --git a/docs/presentation/presentation.md b/video_prediction_savp/docs/presentation/presentation.md
similarity index 100%
rename from docs/presentation/presentation.md
rename to video_prediction_savp/docs/presentation/presentation.md
diff --git a/docs/structure_name_convention.md b/video_prediction_savp/docs/structure_name_convention.md
similarity index 100%
rename from docs/structure_name_convention.md
rename to video_prediction_savp/docs/structure_name_convention.md
diff --git a/env_setup/create_env.sh b/video_prediction_savp/env_setup/create_env.sh
similarity index 100%
rename from env_setup/create_env.sh
rename to video_prediction_savp/env_setup/create_env.sh
diff --git a/env_setup/create_env_zam347.sh b/video_prediction_savp/env_setup/create_env_zam347.sh
similarity index 100%
rename from env_setup/create_env_zam347.sh
rename to video_prediction_savp/env_setup/create_env_zam347.sh
diff --git a/env_setup/modules.sh b/video_prediction_savp/env_setup/modules.sh
similarity index 100%
rename from env_setup/modules.sh
rename to video_prediction_savp/env_setup/modules.sh
diff --git a/env_setup/requirements.txt b/video_prediction_savp/env_setup/requirements.txt
similarity index 100%
rename from env_setup/requirements.txt
rename to video_prediction_savp/env_setup/requirements.txt
diff --git a/geo_info.json b/video_prediction_savp/geo_info.json
similarity index 100%
rename from geo_info.json
rename to video_prediction_savp/geo_info.json
diff --git a/helper/helper.py b/video_prediction_savp/helper/helper.py
similarity index 100%
rename from helper/helper.py
rename to video_prediction_savp/helper/helper.py
diff --git a/hparams/bair_action_free/ours_deterministic_l1/model_hparams.json b/video_prediction_savp/hparams/bair_action_free/ours_deterministic_l1/model_hparams.json
similarity index 100%
rename from hparams/bair_action_free/ours_deterministic_l1/model_hparams.json
rename to video_prediction_savp/hparams/bair_action_free/ours_deterministic_l1/model_hparams.json
diff --git a/hparams/bair_action_free/ours_deterministic_l2/model_hparams.json b/video_prediction_savp/hparams/bair_action_free/ours_deterministic_l2/model_hparams.json
similarity index 100%
rename from hparams/bair_action_free/ours_deterministic_l2/model_hparams.json
rename to video_prediction_savp/hparams/bair_action_free/ours_deterministic_l2/model_hparams.json
diff --git a/hparams/bair_action_free/ours_gan/model_hparams.json b/video_prediction_savp/hparams/bair_action_free/ours_gan/model_hparams.json
similarity index 100%
rename from hparams/bair_action_free/ours_gan/model_hparams.json
rename to video_prediction_savp/hparams/bair_action_free/ours_gan/model_hparams.json
diff --git a/hparams/bair_action_free/ours_savp/model_hparams.json b/video_prediction_savp/hparams/bair_action_free/ours_savp/model_hparams.json
similarity index 100%
rename from hparams/bair_action_free/ours_savp/model_hparams.json
rename to video_prediction_savp/hparams/bair_action_free/ours_savp/model_hparams.json
diff --git a/hparams/bair_action_free/ours_vae_l1/model_hparams.json b/video_prediction_savp/hparams/bair_action_free/ours_vae_l1/model_hparams.json
similarity index 100%
rename from hparams/bair_action_free/ours_vae_l1/model_hparams.json
rename to video_prediction_savp/hparams/bair_action_free/ours_vae_l1/model_hparams.json
diff --git a/hparams/bair_action_free/sv2p_time_invariant/model_hparams.json b/video_prediction_savp/hparams/bair_action_free/sv2p_time_invariant/model_hparams.json
similarity index 100%
rename from hparams/bair_action_free/sv2p_time_invariant/model_hparams.json
rename to video_prediction_savp/hparams/bair_action_free/sv2p_time_invariant/model_hparams.json
diff --git a/hparams/era5/model_hparams.json b/video_prediction_savp/hparams/era5/model_hparams.json
similarity index 100%
rename from hparams/era5/model_hparams.json
rename to video_prediction_savp/hparams/era5/model_hparams.json
diff --git a/hparams/kth/ours_deterministic_l1/model_hparams.json b/video_prediction_savp/hparams/kth/ours_deterministic_l1/model_hparams.json
similarity index 100%
rename from hparams/kth/ours_deterministic_l1/model_hparams.json
rename to video_prediction_savp/hparams/kth/ours_deterministic_l1/model_hparams.json
diff --git a/hparams/kth/ours_deterministic_l2/model_hparams.json b/video_prediction_savp/hparams/kth/ours_deterministic_l2/model_hparams.json
similarity index 100%
rename from hparams/kth/ours_deterministic_l2/model_hparams.json
rename to video_prediction_savp/hparams/kth/ours_deterministic_l2/model_hparams.json
diff --git a/hparams/kth/ours_gan/model_hparams.json b/video_prediction_savp/hparams/kth/ours_gan/model_hparams.json
similarity index 100%
rename from hparams/kth/ours_gan/model_hparams.json
rename to video_prediction_savp/hparams/kth/ours_gan/model_hparams.json
diff --git a/hparams/kth/ours_savp/model_hparams.json b/video_prediction_savp/hparams/kth/ours_savp/model_hparams.json
similarity index 100%
rename from hparams/kth/ours_savp/model_hparams.json
rename to video_prediction_savp/hparams/kth/ours_savp/model_hparams.json
diff --git a/hparams/kth/ours_vae_l1/model_hparams.json b/video_prediction_savp/hparams/kth/ours_vae_l1/model_hparams.json
similarity index 100%
rename from hparams/kth/ours_vae_l1/model_hparams.json
rename to video_prediction_savp/hparams/kth/ours_vae_l1/model_hparams.json
diff --git a/lpips-tensorflow/.gitignore b/video_prediction_savp/lpips-tensorflow/.gitignore
similarity index 100%
rename from lpips-tensorflow/.gitignore
rename to video_prediction_savp/lpips-tensorflow/.gitignore
diff --git a/lpips-tensorflow/.gitmodules b/video_prediction_savp/lpips-tensorflow/.gitmodules
similarity index 100%
rename from lpips-tensorflow/.gitmodules
rename to video_prediction_savp/lpips-tensorflow/.gitmodules
diff --git a/lpips-tensorflow/LICENSE b/video_prediction_savp/lpips-tensorflow/LICENSE
similarity index 100%
rename from lpips-tensorflow/LICENSE
rename to video_prediction_savp/lpips-tensorflow/LICENSE
diff --git a/lpips-tensorflow/README.md b/video_prediction_savp/lpips-tensorflow/README.md
similarity index 100%
rename from lpips-tensorflow/README.md
rename to video_prediction_savp/lpips-tensorflow/README.md
diff --git a/lpips-tensorflow/export_to_tensorflow.py b/video_prediction_savp/lpips-tensorflow/export_to_tensorflow.py
similarity index 100%
rename from lpips-tensorflow/export_to_tensorflow.py
rename to video_prediction_savp/lpips-tensorflow/export_to_tensorflow.py
diff --git a/lpips-tensorflow/lpips_tf.py b/video_prediction_savp/lpips-tensorflow/lpips_tf.py
similarity index 100%
rename from lpips-tensorflow/lpips_tf.py
rename to video_prediction_savp/lpips-tensorflow/lpips_tf.py
diff --git a/lpips-tensorflow/requirements-dev.txt b/video_prediction_savp/lpips-tensorflow/requirements-dev.txt
similarity index 100%
rename from lpips-tensorflow/requirements-dev.txt
rename to video_prediction_savp/lpips-tensorflow/requirements-dev.txt
diff --git a/lpips-tensorflow/requirements.txt b/video_prediction_savp/lpips-tensorflow/requirements.txt
similarity index 100%
rename from lpips-tensorflow/requirements.txt
rename to video_prediction_savp/lpips-tensorflow/requirements.txt
diff --git a/lpips-tensorflow/setup.py b/video_prediction_savp/lpips-tensorflow/setup.py
similarity index 100%
rename from lpips-tensorflow/setup.py
rename to video_prediction_savp/lpips-tensorflow/setup.py
diff --git a/lpips-tensorflow/test_network.py b/video_prediction_savp/lpips-tensorflow/test_network.py
similarity index 100%
rename from lpips-tensorflow/test_network.py
rename to video_prediction_savp/lpips-tensorflow/test_network.py
diff --git a/metadata.py b/video_prediction_savp/metadata.py
similarity index 100%
rename from metadata.py
rename to video_prediction_savp/metadata.py
diff --git a/pretrained_models/download_model.sh b/video_prediction_savp/pretrained_models/download_model.sh
similarity index 100%
rename from pretrained_models/download_model.sh
rename to video_prediction_savp/pretrained_models/download_model.sh
diff --git a/scripts/Analysis_all.py b/video_prediction_savp/scripts/Analysis_all.py
similarity index 100%
rename from scripts/Analysis_all.py
rename to video_prediction_savp/scripts/Analysis_all.py
diff --git a/scripts/combine_results.py b/video_prediction_savp/scripts/combine_results.py
similarity index 100%
rename from scripts/combine_results.py
rename to video_prediction_savp/scripts/combine_results.py
diff --git a/scripts/evaluate.py b/video_prediction_savp/scripts/evaluate.py
similarity index 100%
rename from scripts/evaluate.py
rename to video_prediction_savp/scripts/evaluate.py
diff --git a/scripts/evaluate_all.sh b/video_prediction_savp/scripts/evaluate_all.sh
similarity index 100%
rename from scripts/evaluate_all.sh
rename to video_prediction_savp/scripts/evaluate_all.sh
diff --git a/scripts/evaluate_svg.sh b/video_prediction_savp/scripts/evaluate_svg.sh
similarity index 100%
rename from scripts/evaluate_svg.sh
rename to video_prediction_savp/scripts/evaluate_svg.sh
diff --git a/scripts/generate.py b/video_prediction_savp/scripts/generate.py
similarity index 100%
rename from scripts/generate.py
rename to video_prediction_savp/scripts/generate.py
diff --git a/scripts/generate_all.sh b/video_prediction_savp/scripts/generate_all.sh
similarity index 100%
rename from scripts/generate_all.sh
rename to video_prediction_savp/scripts/generate_all.sh
diff --git a/scripts/generate_anomaly.py b/video_prediction_savp/scripts/generate_anomaly.py
similarity index 100%
rename from scripts/generate_anomaly.py
rename to video_prediction_savp/scripts/generate_anomaly.py
diff --git a/scripts/generate_orig.py b/video_prediction_savp/scripts/generate_orig.py
similarity index 100%
rename from scripts/generate_orig.py
rename to video_prediction_savp/scripts/generate_orig.py
diff --git a/scripts/generate_transfer_learning_finetune.py b/video_prediction_savp/scripts/generate_transfer_learning_finetune.py
similarity index 100%
rename from scripts/generate_transfer_learning_finetune.py
rename to video_prediction_savp/scripts/generate_transfer_learning_finetune.py
diff --git a/scripts/plot_results.py b/video_prediction_savp/scripts/plot_results.py
similarity index 100%
rename from scripts/plot_results.py
rename to video_prediction_savp/scripts/plot_results.py
diff --git a/scripts/plot_results_all.sh b/video_prediction_savp/scripts/plot_results_all.sh
similarity index 100%
rename from scripts/plot_results_all.sh
rename to video_prediction_savp/scripts/plot_results_all.sh
diff --git a/scripts/train.py b/video_prediction_savp/scripts/train.py
similarity index 100%
rename from scripts/train.py
rename to video_prediction_savp/scripts/train.py
diff --git a/scripts/train_all.sh b/video_prediction_savp/scripts/train_all.sh
similarity index 100%
rename from scripts/train_all.sh
rename to video_prediction_savp/scripts/train_all.sh
diff --git a/scripts/train_dummy.py b/video_prediction_savp/scripts/train_dummy.py
similarity index 100%
rename from scripts/train_dummy.py
rename to video_prediction_savp/scripts/train_dummy.py
diff --git a/scripts/train_v2.py b/video_prediction_savp/scripts/train_v2.py
similarity index 100%
rename from scripts/train_v2.py
rename to video_prediction_savp/scripts/train_v2.py
diff --git a/video_prediction/.DS_Store b/video_prediction_savp/video_prediction/.DS_Store
similarity index 100%
rename from video_prediction/.DS_Store
rename to video_prediction_savp/video_prediction/.DS_Store
diff --git a/video_prediction/__init__.py b/video_prediction_savp/video_prediction/__init__.py
similarity index 100%
rename from video_prediction/__init__.py
rename to video_prediction_savp/video_prediction/__init__.py
diff --git a/video_prediction/datasets/__init__.py b/video_prediction_savp/video_prediction/datasets/__init__.py
similarity index 100%
rename from video_prediction/datasets/__init__.py
rename to video_prediction_savp/video_prediction/datasets/__init__.py
diff --git a/video_prediction/datasets/base_dataset.py b/video_prediction_savp/video_prediction/datasets/base_dataset.py
similarity index 100%
rename from video_prediction/datasets/base_dataset.py
rename to video_prediction_savp/video_prediction/datasets/base_dataset.py
diff --git a/video_prediction/datasets/cartgripper_dataset.py b/video_prediction_savp/video_prediction/datasets/cartgripper_dataset.py
similarity index 100%
rename from video_prediction/datasets/cartgripper_dataset.py
rename to video_prediction_savp/video_prediction/datasets/cartgripper_dataset.py
diff --git a/video_prediction/datasets/era5_dataset_v2.py b/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py
similarity index 100%
rename from video_prediction/datasets/era5_dataset_v2.py
rename to video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py
diff --git a/video_prediction/datasets/era5_dataset_v2_anomaly.py b/video_prediction_savp/video_prediction/datasets/era5_dataset_v2_anomaly.py
similarity index 100%
rename from video_prediction/datasets/era5_dataset_v2_anomaly.py
rename to video_prediction_savp/video_prediction/datasets/era5_dataset_v2_anomaly.py
diff --git a/video_prediction/datasets/google_robot_dataset.py b/video_prediction_savp/video_prediction/datasets/google_robot_dataset.py
similarity index 100%
rename from video_prediction/datasets/google_robot_dataset.py
rename to video_prediction_savp/video_prediction/datasets/google_robot_dataset.py
diff --git a/video_prediction/datasets/kth_dataset.py b/video_prediction_savp/video_prediction/datasets/kth_dataset.py
similarity index 100%
rename from video_prediction/datasets/kth_dataset.py
rename to video_prediction_savp/video_prediction/datasets/kth_dataset.py
diff --git a/video_prediction/datasets/softmotion_dataset.py b/video_prediction_savp/video_prediction/datasets/softmotion_dataset.py
similarity index 100%
rename from video_prediction/datasets/softmotion_dataset.py
rename to video_prediction_savp/video_prediction/datasets/softmotion_dataset.py
diff --git a/video_prediction/datasets/sv2p_dataset.py b/video_prediction_savp/video_prediction/datasets/sv2p_dataset.py
similarity index 100%
rename from video_prediction/datasets/sv2p_dataset.py
rename to video_prediction_savp/video_prediction/datasets/sv2p_dataset.py
diff --git a/video_prediction/datasets/ucf101_dataset.py b/video_prediction_savp/video_prediction/datasets/ucf101_dataset.py
similarity index 100%
rename from video_prediction/datasets/ucf101_dataset.py
rename to video_prediction_savp/video_prediction/datasets/ucf101_dataset.py
diff --git a/video_prediction/flow_ops.py b/video_prediction_savp/video_prediction/flow_ops.py
similarity index 100%
rename from video_prediction/flow_ops.py
rename to video_prediction_savp/video_prediction/flow_ops.py
diff --git a/video_prediction/layers/BasicConvLSTMCell.py b/video_prediction_savp/video_prediction/layers/BasicConvLSTMCell.py
similarity index 100%
rename from video_prediction/layers/BasicConvLSTMCell.py
rename to video_prediction_savp/video_prediction/layers/BasicConvLSTMCell.py
diff --git a/video_prediction/layers/__init__.py b/video_prediction_savp/video_prediction/layers/__init__.py
similarity index 100%
rename from video_prediction/layers/__init__.py
rename to video_prediction_savp/video_prediction/layers/__init__.py
diff --git a/video_prediction/layers/layer_def.py b/video_prediction_savp/video_prediction/layers/layer_def.py
similarity index 100%
rename from video_prediction/layers/layer_def.py
rename to video_prediction_savp/video_prediction/layers/layer_def.py
diff --git a/video_prediction/layers/mcnet_ops.py b/video_prediction_savp/video_prediction/layers/mcnet_ops.py
similarity index 100%
rename from video_prediction/layers/mcnet_ops.py
rename to video_prediction_savp/video_prediction/layers/mcnet_ops.py
diff --git a/video_prediction/layers/normalization.py b/video_prediction_savp/video_prediction/layers/normalization.py
similarity index 100%
rename from video_prediction/layers/normalization.py
rename to video_prediction_savp/video_prediction/layers/normalization.py
diff --git a/video_prediction/losses.py b/video_prediction_savp/video_prediction/losses.py
similarity index 100%
rename from video_prediction/losses.py
rename to video_prediction_savp/video_prediction/losses.py
diff --git a/video_prediction/metrics.py b/video_prediction_savp/video_prediction/metrics.py
similarity index 100%
rename from video_prediction/metrics.py
rename to video_prediction_savp/video_prediction/metrics.py
diff --git a/video_prediction/models/__init__.py b/video_prediction_savp/video_prediction/models/__init__.py
similarity index 100%
rename from video_prediction/models/__init__.py
rename to video_prediction_savp/video_prediction/models/__init__.py
diff --git a/video_prediction/models/base_model.py b/video_prediction_savp/video_prediction/models/base_model.py
similarity index 100%
rename from video_prediction/models/base_model.py
rename to video_prediction_savp/video_prediction/models/base_model.py
diff --git a/video_prediction/models/dna_model.py b/video_prediction_savp/video_prediction/models/dna_model.py
similarity index 100%
rename from video_prediction/models/dna_model.py
rename to video_prediction_savp/video_prediction/models/dna_model.py
diff --git a/video_prediction/models/mcnet_model.py b/video_prediction_savp/video_prediction/models/mcnet_model.py
similarity index 100%
rename from video_prediction/models/mcnet_model.py
rename to video_prediction_savp/video_prediction/models/mcnet_model.py
diff --git a/video_prediction/models/networks.py b/video_prediction_savp/video_prediction/models/networks.py
similarity index 100%
rename from video_prediction/models/networks.py
rename to video_prediction_savp/video_prediction/models/networks.py
diff --git a/video_prediction/models/non_trainable_model.py b/video_prediction_savp/video_prediction/models/non_trainable_model.py
similarity index 100%
rename from video_prediction/models/non_trainable_model.py
rename to video_prediction_savp/video_prediction/models/non_trainable_model.py
diff --git a/video_prediction/models/savp_model.py b/video_prediction_savp/video_prediction/models/savp_model.py
similarity index 100%
rename from video_prediction/models/savp_model.py
rename to video_prediction_savp/video_prediction/models/savp_model.py
diff --git a/video_prediction/models/sna_model.py b/video_prediction_savp/video_prediction/models/sna_model.py
similarity index 100%
rename from video_prediction/models/sna_model.py
rename to video_prediction_savp/video_prediction/models/sna_model.py
diff --git a/video_prediction/models/sv2p_model.py b/video_prediction_savp/video_prediction/models/sv2p_model.py
similarity index 100%
rename from video_prediction/models/sv2p_model.py
rename to video_prediction_savp/video_prediction/models/sv2p_model.py
diff --git a/video_prediction/models/vanilla_convLSTM_model.py b/video_prediction_savp/video_prediction/models/vanilla_convLSTM_model.py
similarity index 100%
rename from video_prediction/models/vanilla_convLSTM_model.py
rename to video_prediction_savp/video_prediction/models/vanilla_convLSTM_model.py
diff --git a/video_prediction/models/vanilla_vae_model.py b/video_prediction_savp/video_prediction/models/vanilla_vae_model.py
similarity index 100%
rename from video_prediction/models/vanilla_vae_model.py
rename to video_prediction_savp/video_prediction/models/vanilla_vae_model.py
diff --git a/video_prediction/ops.py b/video_prediction_savp/video_prediction/ops.py
similarity index 100%
rename from video_prediction/ops.py
rename to video_prediction_savp/video_prediction/ops.py
diff --git a/video_prediction/rnn_ops.py b/video_prediction_savp/video_prediction/rnn_ops.py
similarity index 100%
rename from video_prediction/rnn_ops.py
rename to video_prediction_savp/video_prediction/rnn_ops.py
diff --git a/video_prediction/utils/__init__.py b/video_prediction_savp/video_prediction/utils/__init__.py
similarity index 100%
rename from video_prediction/utils/__init__.py
rename to video_prediction_savp/video_prediction/utils/__init__.py
diff --git a/video_prediction/utils/ffmpeg_gif.py b/video_prediction_savp/video_prediction/utils/ffmpeg_gif.py
similarity index 100%
rename from video_prediction/utils/ffmpeg_gif.py
rename to video_prediction_savp/video_prediction/utils/ffmpeg_gif.py
diff --git a/video_prediction/utils/gif_summary.py b/video_prediction_savp/video_prediction/utils/gif_summary.py
similarity index 100%
rename from video_prediction/utils/gif_summary.py
rename to video_prediction_savp/video_prediction/utils/gif_summary.py
diff --git a/video_prediction/utils/html.py b/video_prediction_savp/video_prediction/utils/html.py
similarity index 100%
rename from video_prediction/utils/html.py
rename to video_prediction_savp/video_prediction/utils/html.py
diff --git a/video_prediction/utils/mcnet_utils.py b/video_prediction_savp/video_prediction/utils/mcnet_utils.py
similarity index 100%
rename from video_prediction/utils/mcnet_utils.py
rename to video_prediction_savp/video_prediction/utils/mcnet_utils.py
diff --git a/video_prediction/utils/tf_utils.py b/video_prediction_savp/video_prediction/utils/tf_utils.py
similarity index 100%
rename from video_prediction/utils/tf_utils.py
rename to video_prediction_savp/video_prediction/utils/tf_utils.py
-- 
GitLab