DiVersions interface for The Weight of Things by Cristina Cochior. https://di.versions.space/the-weight-of-things/
Go to file
Ruben van de Ven bc5f6c6e8a Add camera to follow image being repositioned. 2020-06-19 21:16:35 +02:00
.gitignore WIP with most necessary features 2020-06-18 15:15:37 +02:00
README.md Add readme 2020-06-18 15:24:02 +02:00
index.html No pause when finished tagging. Resume where left of with tagging and playback. Two subs. Better playback duration. 2020-06-19 16:45:30 +02:00
parade.js Add camera to follow image being repositioned. 2020-06-19 21:16:35 +02:00

README.md

Setup

From this directory run mkdir -p dataset/small && mkdir interview and extract the dataset to the dataset directory. Cd into the directory and run

mogrify -path small -thumbnail 500x500 *

This will create the required thumbnails.

Then extract the interview zip (mp3 + vtt) to the interview directory.

Open page using a webserver (eg. using python3 -m http.server 8000)