@@ -46,17 +46,17 @@ This README describes how to train the video prediction model architectures (van
...
@@ -46,17 +46,17 @@ This README describes how to train the video prediction model architectures (van
Two versions of the workflow are available.
Two versions of the workflow are available.
1) A frozen version is provided via [zenodo](https://doi.org/10.5281/zenodo.6833611) under this DOI: 10.5281/zenodo.6833611. Download the provided zip-archive and unpack it:
1) A frozen version is provided via [zenodo](https://doi.org/10.5281/zenodo.6901503) under this DOI: 10.5281/zenodo.6901503. Download the provided zip-archive and unpack it:
```bash
```bash
unzip ambs_v1.zip
unzip ambs.zip
```
```
2) The continuously updated repository can be cloned from gitlab:
2) The continuously updated repository can be cloned from gitlab:
This will create a directory called `ambs_v1` under which this README-file and three subdirectories are placed.
This will create a directory called `ambs` under which this README-file and three subdirectories are placed.
The licenses for the software used in this repository are listed under `LICENSES/`.
The licenses for the software used in this repository are listed under `LICENSES/`.
Two Jupyter Notebooks and a shell-script which have been used to do some extra evaluation following the reviewer comments can be found under the `Jupyter_Notebooks/`-directory. However, these evaluations have not been fully integrated into the workflow yet.
Two Jupyter Notebooks and a shell-script which have been used to do some extra evaluation following the reviewer comments can be found under the `Jupyter_Notebooks/`-directory. However, these evaluations have not been fully integrated into the workflow yet.
The subdirectory `video_prediction_tools/` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following.
The subdirectory `video_prediction_tools/` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following.