Skip to content

Commit

Permalink
Updated README, add DOI and updated .bat file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfremerey committed Apr 19, 2024
1 parent 395de57 commit 48766e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# AVT-360-8K
[![DOI](https://zenodo.org/badge/685568212.svg)](https://zenodo.org/badge/latestdoi/685568212)

This is a repository with data related to the database that is published at the IEEE ISM 2023 conference.
However, to download the videos it is needed to use the provided tool, because the videos are not hosted in this repository.
This work is funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) -- Project ECoClass-VR -- DFG-444697733.
Expand All @@ -7,10 +9,12 @@ If you use any of the data or code please cite the following paper:

```bibtex
@inproceedings{fremerey2023towards,
author = {Stephan Fremerey and Raja Faseeh Uz Zaman and Touseef Ashraf and Rakesh Rao Ramachandra Rao and Steve G\"oring and Alexander Raake},
title = {Towards evaluation of immersion, visual comfort and exploration behaviour for non-stereoscopic and stereoscopic 360° videos},
year = {2023},
note = {to appear}
title={Towards evaluation of immersion, visual comfort and exploration behaviour for non-stereoscopic and stereoscopic 360° videos},
author={Fremerey, Stephan and Zaman, Raja Faseeh Uz and Ashraf, Touseef and Rao, Rakesh Rao Ramachandra and G{\"o}ring, Steve and Raake, Alexander},
booktitle={2023 IEEE International Symposium on Multimedia (ISM)},
pages={131--138},
year={2023},
organization={IEEE}
}
```

Expand All @@ -22,10 +26,9 @@ Under Linux, you need `wget` and `unzip` installed and then execute the Shell-sc
./download.sh
```

Under Windows, where the download speed may be slower, you need to at first open a PowerShell, then temporarily bypass the execution policy of your PC for this PowerShell session and then execute the batch script:
Under Windows, you need to at first open a cmd or terminal session and then execute the Batch script:

```bat
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\download.bat
```

Expand Down
10 changes: 5 additions & 5 deletions download.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal enabledelayedexpansion
set "baseUrl=https://avtshare01.rz.tu-ilmenau.de/avt-360-8k"

powershell -File .\download.ps1

endlocal
curl.exe "%baseUrl%/pvss.zip" -o "pvss.zip"
tar.exe -xf "pvss.zip"
curl.exe "%baseUrl%/srcs.zip" -o "srcs.zip"
tar.exe -xf "srcs.zip"
6 changes: 0 additions & 6 deletions download.ps1

This file was deleted.

0 comments on commit 48766e3

Please sign in to comment.